CVE-2026-31498
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
22/04/2026
Última modificación:
28/04/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loop<br />
<br />
l2cap_config_req() processes CONFIG_REQ for channels in BT_CONNECTED<br />
state to support L2CAP reconfiguration (e.g. MTU changes). However,<br />
since both CONF_INPUT_DONE and CONF_OUTPUT_DONE are already set from<br />
the initial configuration, the reconfiguration path falls through to<br />
l2cap_ertm_init(), which re-initializes tx_q, srej_q, srej_list, and<br />
retrans_list without freeing the previous allocations and sets<br />
chan->sdu to NULL without freeing the existing skb. This leaks all<br />
previously allocated ERTM resources.<br />
<br />
Additionally, l2cap_parse_conf_req() does not validate the minimum<br />
value of remote_mps derived from the RFC max_pdu_size option. A zero<br />
value propagates to l2cap_segment_sdu() where pdu_len becomes zero,<br />
causing the while loop to never terminate since len is never<br />
decremented, exhausting all available memory.<br />
<br />
Fix the double-init by skipping l2cap_ertm_init() and<br />
l2cap_chan_ready() when the channel is already in BT_CONNECTED state,<br />
while still allowing the reconfiguration parameters to be updated<br />
through l2cap_parse_conf_req(). Also add a pdu_len zero check in<br />
l2cap_segment_sdu() as a safeguard.
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:*:*:*:*:*:*:*:* | 4.4.238 (incluyendo) | 4.5 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.9.238 (incluyendo) | 4.10 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.14.200 (incluyendo) | 4.15 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.19.149 (incluyendo) | 4.20 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.4.69 (incluyendo) | 5.5 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.7.1 (incluyendo) | 5.10.253 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.203 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.168 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.131 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.80 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.21 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.11 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:5.7:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* |
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/042e2cd4bb11e5313b19b87593616524949e4c52
- https://git.kernel.org/stable/c/25f420a0d4cfd61d3d23ec4b9c56d9f443d91377
- https://git.kernel.org/stable/c/52667c859fe33f70c2e711cb81bbd505d5eb8e75
- https://git.kernel.org/stable/c/900e4db5385ec2cacd372345a80ab9c8e105b3a3
- https://git.kernel.org/stable/c/9760b83cfd24b38caee663f429011a0dd6064fa9
- https://git.kernel.org/stable/c/9a21a631ee034b1573dce14b572a24943dbfd7ae
- https://git.kernel.org/stable/c/de37e2655b7abc3f59254c6b72256840f39fc6d5
- https://git.kernel.org/stable/c/e7aab23b7df89a3d754a5f0a7d2237548b328bd0



