← Back to CVE List
CVE-2026-90093NVD
Vulnerability Summary
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.
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.
CVSS v3.1 Base Metrics — Score 7.8 (HIGH)
Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
Affected & Patched Versions
- Linux Linux >= b66774b48dd98f07254951f74ea6f513efe7ff8b and < f49321c85785178214fd67f2e9b4b73d6363783b
- Linux Linux >= b66774b48dd98f07254951f74ea6f513efe7ff8b and < ca2c4c26498643f421d35ffe258fafbd3ed461c3
- Linux Linux >= 8f90405a4a6f1f1880dc07996b47bf57c712bd8a
- Linux Linux >= 32d783cafb46ff3ca58e6f9fd62c9c5f35eaf26b
- Linux Linux >= 8922c7940bae9ce4b1736dddb6362370793835c2
- Linux Linux >= 91047a4396a8b1857a6f712a90cf33ec0012b189
- Linux Linux >= 0b0e2bf39cf99e458d991b9df253727e036a7d7d
- Linux Linux >= d3b739db5dc6f688a60d56da872fabaf65246032
- Linux Linux >= 50c38d9f42a529691e4e67ea9cedf4f0bfc8d277
- Linux Linux >= 5.10.265 and < 5.11
- Linux Linux >= 5.15.216 and < 5.16
- Linux Linux >= 6.1.183 and < 6.2
- Linux Linux >= 6.6.145 and < 6.7
- Linux Linux >= 6.12.97 and < 6.13
- Linux Linux >= 6.18.39 and < 6.19
- Linux Linux >= 7.1.4 and < 7.2
- Linux Linux >= 7.2
- Linux Linux f49321c85785178214fd67f2e9b4b73d6363783b
- Linux Linux ca2c4c26498643f421d35ffe258fafbd3ed461c3
- Linux Linux 5.11
- Linux Linux 5.16
- Linux Linux 6.2
- Linux Linux 6.7
- Linux Linux 6.13
- Linux Linux 6.19
- Linux Linux 7.2