Use-after-free in FreeBSD - CVE-2026-58083
Published: July 29, 2026 / Updated: July 30, 2026
FreeBSD
Detailed vulnerability description
The vulnerability allows a local user to escalate privileges.
The vulnerability exists due to use-after-free in the FreeBSD kqueue copy-on-fork implementation when copying knotes during fork operations involving timer-based filters. A local user can trigger a race condition to escalate privileges.
The issue can occur when KQUEUE_CPONFORK is used and a timer-based knote fires before copying is complete, which can corrupt the kqueue active list.