Vulnerability Description
While the kernel was copying knotes during fork, a knote with a timer-based filter could fire and be enqueued on the kqueue's active list before the copy was complete. The copy routine did not account for this and could enqueue the new knote a second time, corrupting the active list. In addition, the copy routine did not hold the appropriate locks while reading knote state, allowing further races. An unprivileged local user can trigger a use-after-free in the kernel, potentially leading to privilege escalation.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Freebsd | Freebsd | 15.1 |
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-58083?
CVE-2026-58083 is a vulnerability with a CVSS score of 8.4 (HIGH). While the kernel was copying knotes during fork, a knote with a timer-based filter could fire and be enqueued on the kqueue's active list before the copy was complete. The copy routine did not accoun...
How severe is CVE-2026-58083?
CVE-2026-58083 has been rated HIGH with a CVSS base score of 8.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-58083?
Check the references section above for vendor advisories and patch information. Affected products include: Freebsd Freebsd.