CVE-2026-90256
Last modified
CVE-2026-90256 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: use proto_lock for l2cap_data to fix l2cap_disconn_ind hci_conn::l2cap_data is accessed without locks in l2cap_disconn_ind via hci_conn_timeout (disc_work) -> hci_proto_disconn_ind -> l2cap_disconn_ind. This is UAF if the l2cap_conn is deleted concurrently. disc_work is disabled sync in hci_conn_del(), so we cannot take hci_dev_lock in disc_work. Fix by using proto_lock to guard l2cap_data, in addition to hdev->lock which is held in other access paths..
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: use proto_lock for l2cap_data to fix l2cap_disconn_ind hci_conn::l2cap_data is accessed without locks in l2cap_disconn_ind via hci_conn_timeout (disc_work) -> hci_proto_disconn_ind -> l2cap_disconn_ind. This is UAF if the l2cap_conn is deleted concurrently. disc_work is disabled sync in hci_conn_del(), so we cannot take hci_dev_lock in disc_work. Fix by using proto_lock to guard l2cap_data, in addition to hdev->lock which is held in other access paths.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ab4eedb790cae44313759b50fe47da285e2519d5, < b495a3a9b33bc4e4613e685bf5c96c136caa22d8; >= ab4eedb790cae44313759b50fe47da285e2519d5, < 2b66c83ff1751d6bd3201b3017206262ab46dc05; efc30877bd4bc85fefe98d80af60fafc86e5775e; f87271d21dd4ee83857ca11b94e7b4952749bbae; 18ab6b6078fa8191ca30a3065d57bf35d5635761; >= 6.6.84, < 6.7; >= 6.12.20, < 6.13; >= 6.13.8, < 6.14 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90256?
How severe is CVE-2026-90256?
How do I fix CVE-2026-90256?
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-90250In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90251In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90252In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90253In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90254In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90255In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90260In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90261In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90262In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90256?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
