Junglewise Threat Intelligence

CVE-2026-63975: Linux Kernel Bluetooth L2CAP crash in l2cap_ecred_conn_rsp

CVE-2026-63975 · Severity: info · CVSS 6.5 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's Bluetooth subsystem could allow a nearby attacker to cause a system crash. The issue occurs when the system receives a specific type of Bluetooth connection response that conflicts with an existing connection. This results in a denial-of-service condition, potentially disrupting operations on devices using Bluetooth.

Technical details

A vulnerability in 'net/bluetooth/l2cap_core.c' within the Linux kernel's L2CAP implementation arises during the handling of 'l2cap_ecred_conn_rsp'. When a Destination CID (DCID) is received that is already assigned, the Bluetooth specification requires both channels to be discarded. However, the original implementation called 'l2cap_chan_del' while iterating through the channel list using 'list_for_each_entry_safe'. This could invalidate the temporary cursor or lead to improper channel state management, resulting in a kernel crash. The fix involves using 'l2cap_chan_timeout' with a zero delay to close the channel asynchronously, avoiding list corruption during iteration. This is reachable via adjacent Bluetooth communication.

Affected products

  • Linux Linux Kernel 5.7 to 6.9.x

Timeline

  • 2026-05-11: other: Patch authored
  • 2026-07-19: disclosed: CVE published

References

Related threats