Vulnerability 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.
CVSS Score
HIGH
References
- https://git.kernel.org/stable/c/2b66c83ff1751d6bd3201b3017206262ab46dc05
- https://git.kernel.org/stable/c/b495a3a9b33bc4e4613e685bf5c96c136caa22d8
FAQ
What is CVE-2026-90256?
CVE-2026-90256 is a vulnerability with a CVSS score of 8.8 (HIGH). 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_d...
How severe is CVE-2026-90256?
CVE-2026-90256 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-90256?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.