CVE-2026-45251
Last modified
CVE-2026-45251 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. A file descriptor can be closed while a thread is blocked in a poll(2) or select(2) call waiting for that descriptor. Because the blocked thread does not hold a reference to the underlying object, this closure may result in the object being freed while the thread remains blocked. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
A file descriptor can be closed while a thread is blocked in a poll(2) or select(2) call waiting for that descriptor. Because the blocked thread does not hold a reference to the underlying object, this closure may result in the object being freed while the thread remains blocked. In this situation, the kernel must remove the blocked thread from the per-object wait queue prior to freeing the object. In the case of some file descriptor types, the kernel failed to unlink blocked threads from the object before freeing it. When the blocked thread is subsequently woken, it accesses memory that has already been freed resulting in a use-after-free vulnerability. The use-after-free vulnerability may be triggered by an unprivileged local user and can be exploited to obtain superuser privileges.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Freebsd | Freebsd | 14.3 |
| Freebsd | Freebsd | 14.4 |
| Freebsd | Freebsd | 15.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-45251?
How severe is CVE-2026-45251?
How do I fix CVE-2026-45251?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-45246Summarize prior to 0.15.1 contains an insecure file permissi…6.8
- CVE-2026-45247Mirasvit Full Page Cache Warmer for Magento 2 before version…9.8
- CVE-2026-45248Hedera Guardian through 3.5.1 contains an authentication byp…6.9
- CVE-2026-45249A cross-site scripting (XSS) vulnerability exists in Apache …6.1
- CVE-2026-4525If a Vault auth mount is configured to pass through the "Aut…8.8
- CVE-2026-45250The setcred(2) system call is only available to privileged u…7.8
- CVE-2026-45252When a fusefs file system implements extended attributes, th…5.5
- CVE-2026-45253ptrace(PT_SC_REMOTE) failed to properly validate parameters …8.4
- CVE-2026-45254In the case of the cap_net service, when a key present in th…6.5
- CVE-2026-45255When bsdinstall or bsdconfig are prompted to scan for nearby…7.5
- CVE-2026-45256When used to deliver a signal to a specific thread, thr_kill…5.5
- CVE-2026-45257The KTLS receive path decrypted each record in place, assumi…7.8
Are you affected by CVE-2026-45251?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
