PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-90256 Linux CVE debrief

A use-after-free vulnerability exists in the Linux kernel's Bluetooth L2CAP protocol. The `hci_conn::l2cap_data` is accessed without proper locking in `l2cap_disconn_ind` via `hci_conn_timeout`, leading to potential use-after-free if `l2cap_conn` is deleted concurrently. This vulnerability affects Linux kernel deployments with Bluetooth L2CAP protocol in use, requiring prompt assessment and patching. The vulnerability is resolved by using `proto_lock` to guard `l2cap_data`, in addition to `hdev->lock` which is held in other access paths. Defenders should verify Linux kernel versions and Bluetooth L2CAP protocol usage to determine exposure and prioritize patching.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.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, Bluetooth protocol implementers, and organizations deploying Linux-based systems with Bluetooth capabilities should assess their exposure and prioritize patching.

Why it matters

CVE-2026-90256 is a high-severity use-after-free vulnerability in the Linux kernel's Bluetooth L2CAP protocol. Defenders should assess exposure, prioritize patching, and monitor for potential exploitation attempts. The vulnerability requires verification of Linux kernel versions and Bluetooth L2CAP protocol usage to determine exposure. Remediation efforts should focus on applying patches from Linux kernel maintainers and ensuring proper locking mechanisms are in place.

  • Potential use-after-free exploitation attempts require monitoring and incident response readiness.
  • Verification of Linux kernel versions and Bluetooth L2CAP protocol usage is necessary to determine exposure.
  • Patching and updating Linux kernel deployments to resolve the vulnerability is a high-priority defensive task.
  • Remediation efforts should focus on applying patches from Linux kernel maintainers and ensuring proper locking mechanisms are in place.

Technical summary

The Linux kernel's Bluetooth L2CAP protocol is vulnerable to a use-after-free condition. The `hci_conn::l2cap_data` is accessed without proper locking in `l2cap_disconn_ind` via `hci_conn_timeout`. This can lead to a use-after-free if `l2cap_conn` is deleted concurrently. The vulnerability is resolved by using `proto_lock` to guard `l2cap_data`, in addition to `hdev->lock` which is held in other access paths.

Defensive priority

High-priority assessment and patching recommended for Linux kernel deployments with Bluetooth L2CAP protocol in use.

Recommended defensive actions

  • Assess Linux kernel deployments for Bluetooth L2CAP protocol usage
  • Verify and apply patches from Linux kernel maintainers
  • Monitor for potential use-after-free exploitation attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • 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
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its CVSS score of 8.8 and HIGH severity. Two source references from the Linux kernel Git repository are provided. The vulnerability requires verification of Linux kernel versions and Bluetooth L2CAP protocol usage to determine exposure. Defenders should assess their exposure, prioritize patching, and monitor for potential exploitation attempts. The official CVE Program record and NVD detail page offer source-provided CVE metadata and vulnerability assessment.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-90256 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-90256

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-90256 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90256

    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/2b66c83ff1751d6bd3201b3017206262ab46dc05

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/b495a3a9b33bc4e4613e685bf5c96c136caa22d8

    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.