CVE-2026-90093
Last modified
CVE-2026-90093 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: access chan->conn safely in get/setsockopt Since commit b66774b48dd9 ("Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref") l2cap_chan::conn has held reference and remains non-NULL also after the corresponding hci_conn is deleted. In this state accessing various fields eg.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: access chan->conn safely in get/setsockopt Since commit b66774b48dd9 ("Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref") l2cap_chan::conn has held reference and remains non-NULL also after the corresponding hci_conn is deleted. In this state accessing various fields eg. hci_conn::hdev is invalid, which leads to KASAN crash in l2cap_sock_setsockopt() access of conn->hcon->hdev. Check l2cap_chan::conn.hcon corresponds to an alive hci_conn before trying to use it in l2cap_sock.c. Hold l2cap_chan_lock() in getsockopt/setsockopt to ensure it stays alive, and to avoid data races in l2cap_chan fields.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b66774b48dd98f07254951f74ea6f513efe7ff8b, < f49321c85785178214fd67f2e9b4b73d6363783b; >= b66774b48dd98f07254951f74ea6f513efe7ff8b, < ca2c4c26498643f421d35ffe258fafbd3ed461c3; 8f90405a4a6f1f1880dc07996b47bf57c712bd8a; 32d783cafb46ff3ca58e6f9fd62c9c5f35eaf26b; 8922c7940bae9ce4b1736dddb6362370793835c2; 91047a4396a8b1857a6f712a90cf33ec0012b189; 0b0e2bf39cf99e458d991b9df253727e036a7d7d; d3b739db5dc6f688a60d56da872fabaf65246032; 50c38d9f42a529691e4e67ea9cedf4f0bfc8d277; >= 5.10.265, < 5.11; >= 5.15.216, < 5.16; >= 6.1.183, < 6.2; >= 6.6.145, < 6.7; >= 6.12.97, < 6.13; >= 6.18.39, < 6.19; >= 7.1.4, < 7.2 |
| Linux | Linux | 7.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90093?
How severe is CVE-2026-90093?
How do I fix CVE-2026-90093?
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-90088In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90089In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-9009The Crawlomatic Multipage Scraper Post Generator plugin for …8.8
- CVE-2026-90090In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90091In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-90092In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-90094In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90095In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90096In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90097In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90098In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90099In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90093?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
