Description
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig

net/bluetooth/l2cap_core.c:l2cap_sig_channel() accepts BR/EDR
signaling packets up to the channel MTU and dispatches each command
without enforcing the signaling MTU (MTUsig). A Bluetooth BR/EDR peer
within radio range can send a fixed-channel CID 0x0001 packet that is
larger than MTUsig and contains many L2CAP_ECHO_REQ commands before
pairing. In a real-radio stock-kernel run, one 681-byte signaling
packet containing 168 zero-length ECHO_REQ commands made the target
transmit 168 ECHO_RSP frames over about 220 ms.

Impact: a Bluetooth BR/EDR peer within radio range, before pairing, can
force 168 ECHO_RSP frames from one 681-byte fixed-channel signaling
packet containing packed ECHO_REQ commands.

Define Linux's BR/EDR signaling MTU as the spec minimum of 48 bytes and
reject any larger signaling packet with one L2CAP_COMMAND_REJECT_RSP
carrying L2CAP_REJ_MTU_EXCEEDED before any command is dispatched.

The Bluetooth Core spec wording for MTUExceeded says the reject
identifier shall match the first request command in the packet, and
that packets containing only responses shall be silently discarded.
Linux intentionally deviates from that prescription: silently
discarding desynchronizes the peer because the remote stack never
learns its responses were dropped, and locating the first request
command requires walking command headers past MTUsig, i.e. processing
bytes from a packet we have already decided is too large to process.
We therefore always emit one reject and use the identifier from the
first command header, a single fixed-offset byte read.

The unrestricted BR/EDR signaling parser and ECHO_REQ response path both
trace to the initial git import; no later introducing commit is
available for a Fixes tag.
Published: 2026-06-25
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel Bluetooth stack contains a flaw in the L2CAP signaling packet parser. When a BR/EDR peer sends a fixed‑channel packet that exceeds the allowed signaling MTU (typically 48 bytes) but falls within the channel MTU, the kernel accepts the packet and dispatches every command inside without checking the size. An attacker can pack many L2CAP_ECHO_REQ commands into a single 681‑byte packet. For each command the kernel then generates an L2CAP_ECHO_RSP frame. In a real‑world test the victim transmitted 168 response frames over roughly 220 ms, illustrating a forced high‑rate transmission that can exhaust local radio resources or saturate the device’s traffic handling.

Affected Systems

The weakness affects the generic Linux kernel, specifically the Bluetooth L2CAP implementation located in net/bluetooth/l2cap_core.c. No particular kernel version is listed in the advisory, but all kernels containing the unpatched code are vulnerable. The vulnerability resides in the lower‑level Bluetooth stack and can be triggered by any device that communicates over Bluetooth BR/EDR with the affected host.

Risk and Exploitability

The flaw is exploitable by any Bluetooth BR/EDR device within radio range of the target before pairing is established. Because the attack only requires sending a single oversized signaling packet, the adjacency requirement is the main limitation. No public exploits have been reported and the vulnerability is not listed in the CISA KEV catalog, but the lack of an immediate fix in the kernel code and the deterministic resource consumption make the risk moderate to high for deployments that keep Bluetooth enabled. The EPSS score is unavailable, so the actual probability of exploitation cannot be quantified, but the potential impact is a denial of service that forces the device to transmit many frames.

Generated by OpenCVE AI on June 25, 2026 at 11:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to the latest release that includes the commit fixing the L2CAP signing MTU enforcement
  • If an update cannot be applied immediately, disable Bluetooth or block BR/EDR traffic on the affected systems through policy or firewall rules
  • As a temporary measure, monitor Bluetooth traffic for unusually large fixed‑channel signaling packets and drop them at the network layer if the kernel cannot be patched

Generated by OpenCVE AI on June 25, 2026 at 11:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 25 Jun 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-400

Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig net/bluetooth/l2cap_core.c:l2cap_sig_channel() accepts BR/EDR signaling packets up to the channel MTU and dispatches each command without enforcing the signaling MTU (MTUsig). A Bluetooth BR/EDR peer within radio range can send a fixed-channel CID 0x0001 packet that is larger than MTUsig and contains many L2CAP_ECHO_REQ commands before pairing. In a real-radio stock-kernel run, one 681-byte signaling packet containing 168 zero-length ECHO_REQ commands made the target transmit 168 ECHO_RSP frames over about 220 ms. Impact: a Bluetooth BR/EDR peer within radio range, before pairing, can force 168 ECHO_RSP frames from one 681-byte fixed-channel signaling packet containing packed ECHO_REQ commands. Define Linux's BR/EDR signaling MTU as the spec minimum of 48 bytes and reject any larger signaling packet with one L2CAP_COMMAND_REJECT_RSP carrying L2CAP_REJ_MTU_EXCEEDED before any command is dispatched. The Bluetooth Core spec wording for MTUExceeded says the reject identifier shall match the first request command in the packet, and that packets containing only responses shall be silently discarded. Linux intentionally deviates from that prescription: silently discarding desynchronizes the peer because the remote stack never learns its responses were dropped, and locating the first request command requires walking command headers past MTUsig, i.e. processing bytes from a packet we have already decided is too large to process. We therefore always emit one reject and use the identifier from the first command header, a single fixed-offset byte read. The unrestricted BR/EDR signaling parser and ECHO_REQ response path both trace to the initial git import; no later introducing commit is available for a Fixes tag.
Title Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-25T08:39:14.257Z

Reserved: 2026-06-09T07:44:35.391Z

Link: CVE-2026-53208

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T11:30:06Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-400

    Uncontrolled Resource Consumption