Use-After-Free Vulnerability in Linux Kernel Bluetooth Stack
CVE-2026-64557

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
29 July 2026

What is CVE-2026-64557?

A vulnerability in the Linux kernel Bluetooth implementation, specifically in the L2CAP layer, can lead to a use-after-free scenario. The function l2cap_sock_new_connection_cb() improperly handles socket lifecycle management, allowing a child socket to be prematurely released while still reachable via the accept queue. This flaw can be exploited by a race condition where another task might free the socket before it is safely dereferenced, leading to potential system instability or crashes. The fix involves redesigning the connection handling to ensure proper ownership and lifecycle management of channels, preventing misuse within concurrent tasks.

Affected Version(s)

Linux 8ffb929098a56939ac71509302eeab5b207bf262

Linux 8ffb929098a56939ac71509302eeab5b207bf262 < 8c37e4338c801ebb8cee52436c01c41e009f6e87

Linux 8ffb929098a56939ac71509302eeab5b207bf262 < 84e718b6a814edc84159361f9f454a4e92ae91ae

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.