Impact
The Linux kernel’s Bluetooth L2CAP stack fails to enforce the signaling MTU for BR/EDR packets. A peer device can send an oversized 681‑byte packet containing many L2CAP_ECHO_REQ commands, which the kernel accepts and processes, resulting in the kernel generating 168 L2CAP_ECHO_RSP frames in under 220 ms. This forced transmission of many frames can exhaust the device’s radio resources and saturate its traffic handling, effectively causing a denial of service for the affected host.
Affected Systems
The flaw resides in the generic Linux kernel, specifically in net/bluetooth/l2cap_core.c. It impacts all kernel versions that include the unpatched BR/EDR signaling parser, including those represented by the CPE strings 2.6.12, 7.1, and generic Linux kernel releases. No specific vendor or product beyond the kernel itself is listed, and the vulnerability applies to any host that runs Bluetooth before pairing with a BR/EDR peer.
Risk and Exploitability
The CVSS score of 5.5 classifies the issue as medium severity, while the EPSS score of less than 1 % shows that exploitation is currently unlikely but not impossible. The exploit requires a Bluetooth BR/EDR device to be within radio range of the target, and the attacker only needs to send a single oversized packet, making the attack relatively simple when proximity is satisfied. The vulnerability is not listed in the CISA KEV, and no public exploits have been documented, placing the overall risk at moderate to high for deployments that keep Bluetooth enabled and leave the kernel unpatched.
OpenCVE Enrichment
Debian DLA