PatchSiren cyber security CVE debrief
CVE-2026-90092 Linux CVE debrief
A vulnerability in the Linux kernel's Bluetooth L2CAP implementation can lead to a use-after-free (UAF) condition. This occurs when a new socket is added to the parent socket's accept queue after the parent socket has been closed, resulting in a dangling reference. The issue arises from a race condition between l2cap_sock_new_connection_cb() and l2cap_sock_teardown_cb().
- Vendor
- Linux
- Product
- Linux kernel
- CVSS
- HIGH 8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Linux kernel developers and maintainers, as well as users of Linux-based systems, should assess their exposure to this vulnerability and apply the provided patches to mitigate the risk.
Why it matters
This vulnerability in the Linux kernel's Bluetooth L2CAP implementation can lead to a use-after-free condition, potentially allowing attackers to exploit the vulnerability. Linux kernel developers and maintainers, as well as users of Linux-based systems, should assess their exposure to this vulnerability and apply the provided patches to mitigate the risk.
- Verify kernel version and apply patches to prevent potential UAF exploitation
- Monitor system logs for potential exploitation attempts
- Review and update Linux kernel configurations to ensure secure implementation
Technical summary
The Linux kernel's Bluetooth L2CAP implementation is vulnerable to a use-after-free condition. This occurs when a new socket is added to the parent socket's accept queue after the parent socket has been closed, resulting in a dangling reference. The issue arises from a race condition between l2cap_sock_new_connection_cb() and l2cap_sock_teardown_cb(). Linux kernel developers and maintainers, as well as users of Linux-based systems, should assess their exposure to this vulnerability and apply the provided patches to mitigate the risk. The CVE record and NVD entry provide details on the vulnerability, including its description and CVSS score. However, the corpus does not establish versions, exploitation, impact,
Defensive priority
High
Recommended defensive actions
- Review and apply the provided kernel patches to address the vulnerability
- Ensure that the Linux kernel is updated to a version that includes the fix
- Monitor system logs for potential exploitation attempts
- Verify kernel version and apply patches to prevent potential UAF exploitation
- Review and update Linux kernel configurations to ensure secure implementation
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description and CVSS score. However, the corpus does not establish versions, exploitation, impact, or remediation, which require verification from the supplied official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-90092 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-90092
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-90092 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90092
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2a3a27aaf19bf069720e024ce6fde54e6bf80df9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/491e4c60017969b053888029998d2a61f298986a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/87276dc15b559d32757a43b4415c8445fbae06c4
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/bf61a65c6093970e3b50031c4b79ebf3bd411eba
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c47339e169bf4a0a4cfabb91351471f67744c2bc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d4bfa78fd67929b62b02013c107973e0c5b7aa9a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.