CVE-2026-45251: Kernel use-after-free via file descriptor syscalls
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-45251?
CVE-2026-45251 has a high severity rating of 7.8 according to the CVSS v3.1 scoring.
How do I fix CVE-2026-45251?
To mitigate CVE-2026-45251, it is recommended to update your FreeBSD or Linux kernel to the latest patched version that addresses this vulnerability.
What systems are affected by CVE-2026-45251?
CVE-2026-45251 affects FreeBSD and the Linux kernel, particularly related to file descriptor handling.
What impact does CVE-2026-45251 have?
CVE-2026-45251 can lead to potential denial of service or arbitrary code execution due to use-after-free conditions.
When was CVE-2026-45251 published?
CVE-2026-45251 was published on May 21, 2026.