CVE-2026-53208
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/06/2026
Última modificación:
02/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig<br />
<br />
net/bluetooth/l2cap_core.c:l2cap_sig_channel() accepts BR/EDR<br />
signaling packets up to the channel MTU and dispatches each command<br />
without enforcing the signaling MTU (MTUsig). A Bluetooth BR/EDR peer<br />
within radio range can send a fixed-channel CID 0x0001 packet that is<br />
larger than MTUsig and contains many L2CAP_ECHO_REQ commands before<br />
pairing. In a real-radio stock-kernel run, one 681-byte signaling<br />
packet containing 168 zero-length ECHO_REQ commands made the target<br />
transmit 168 ECHO_RSP frames over about 220 ms.<br />
<br />
Impact: a Bluetooth BR/EDR peer within radio range, before pairing, can<br />
force 168 ECHO_RSP frames from one 681-byte fixed-channel signaling<br />
packet containing packed ECHO_REQ commands.<br />
<br />
Define Linux&#39;s BR/EDR signaling MTU as the spec minimum of 48 bytes and<br />
reject any larger signaling packet with one L2CAP_COMMAND_REJECT_RSP<br />
carrying L2CAP_REJ_MTU_EXCEEDED before any command is dispatched.<br />
<br />
The Bluetooth Core spec wording for MTUExceeded says the reject<br />
identifier shall match the first request command in the packet, and<br />
that packets containing only responses shall be silently discarded.<br />
Linux intentionally deviates from that prescription: silently<br />
discarding desynchronizes the peer because the remote stack never<br />
learns its responses were dropped, and locating the first request<br />
command requires walking command headers past MTUsig, i.e. processing<br />
bytes from a packet we have already decided is too large to process.<br />
We therefore always emit one reject and use the identifier from the<br />
first command header, a single fixed-offset byte read.<br />
<br />
The unrestricted BR/EDR signaling parser and ECHO_REQ response path both<br />
trace to the initial git import; no later introducing commit is<br />
available for a Fixes tag.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.12.1 (incluyendo) | 5.10.259 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.210 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.176 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.143 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.94 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.36 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:2.6.12:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/214a2042b16b3c8d798a8b9ef9f36094f13a9859
- https://git.kernel.org/stable/c/a8335f3db15bd1e0e82e0db5d488fabc7d10d1ab
- https://git.kernel.org/stable/c/b20e8a98dd29b121f58fcdf51e8576119aba536a
- https://git.kernel.org/stable/c/dd214733544427587a95f66dbf3adff072568990
- https://git.kernel.org/stable/c/dedc92b96dc1d8919a3bdf2495ede68922ef7ebc
- https://git.kernel.org/stable/c/e05c4ac575b457978a7ef441053394169084869c
- https://git.kernel.org/stable/c/e2b8acf9405bd9b1baf1c54dc897b0905db689bf
- https://git.kernel.org/stable/c/fa5823126239b3e453fac1a2fe50726c7f4a55e1



