Impact
The flaw is a use‑after‑free (CWE‑416) in the Linux kernel’s Bluetooth L2CAP module. When a user space process closes a listening socket while the kernel simultaneously processes a HCI disconnect, the cleanup routine accesses a socket structure that has already been freed. This misuse can trigger a kernel panic, resulting in a system crash. The CVE description does not state that the flaw leads to privilege escalation, only that it produces a crash report and that it was tracked as a race condition. It also constitutes a race condition (CWE‑366).
Affected Systems
Any Linux kernel build that includes the Bluetooth L2CAP implementation and has not received the recent patch is potentially affected. This includes all distribution kernels that compile the default Bluetooth stack, regardless of version. The vulnerability is relevant to servers, desktops, embedded devices, and networking equipment that enable Bluetooth.
Risk and Exploitability
The CVSS score of 8 indicates a high‑severity issue; however, the EPSS score is below 1%, suggesting a very low probability of widespread exploitation at this time. The issue is not listed in the CISA KEV catalog. The race condition would require an attacker to induce simultaneous userspace socket close and HCI disconnect events. The description does not explicitly state the attack vector, but it is inferred that a local or remote attacker could trigger the race over the Bluetooth interface. Successful exploitation would most likely cause a kernel crash, leading to denial of service, although the description does not confirm if arbitrary code execution is possible.
OpenCVE Enrichment
Debian DLA
Ubuntu USN