Junglewise Threat Intelligence

CVE-2026-63976: Linux Kernel Bluetooth L2CAP denial of service in ECRED reconfiguration

CVE-2026-63976 · Severity: info · CVSS 4.3 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's Bluetooth component could allow a nearby attacker to disrupt active Bluetooth connections. By replaying specific network responses during a connection update, an attacker can trick the system into prematurely closing established communication channels. This results in a denial-of-service for Bluetooth-connected devices but does not allow the attacker to steal data.

Technical details

A vulnerability exists in the L2CAP layer of the Linux kernel Bluetooth stack due to the `l2cap_ecred_reconf_rsp()` function failing to clear `chan->ident` upon successful Enhanced Credit Based Mode (ECRED) reconfiguration. Because the identifier is not reset, it remains valid for matching subsequent responses. A remote attacker who has already established a peer relationship can replay a failure response using the stale identifier. This causes the kernel to incorrectly match the response to an active channel and invoke `l2cap_chan_del()`, resulting in an unexpected connection reset (ECONNRESET). The fix ensures `chan->ident` is cleared on success and hardens the failure path using `l2cap_chan_hold_unless_zero()`.

Affected products

  • Linux Linux Kernel 5.10 to 6.9.x

Timeline

  • 2026-05-26: other: Vulnerability fixed in upstream commits
  • 2026-07-19: advisory: CVE published and NVD record created

References

Related threats