CVE-2026-64223
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125
Lectura fuera de límites
Fecha de publicación:
24/07/2026
Última modificación:
12/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: mac80211: consume only present negotiated TTLM maps<br />
<br />
ieee80211_tid_to_link_map_size_ok() validates negotiated TTLM elements<br />
against the number of link-map entries indicated by link_map_presence.<br />
ieee80211_parse_neg_ttlm() must consume the same layout.<br />
<br />
The parser advanced its cursor for every TID, including TIDs whose<br />
presence bit is clear and therefore have no map bytes in the element.<br />
A sparse map can then make a later present TID read past the validated<br />
element.<br />
<br />
The bad bytes land in neg_ttlm->{up,down}link[tid] but are gated by<br />
valid_links before being applied to driver state, so a peer cannot<br />
turn the read into a policy change. Under KUnit + KASAN with an<br />
exact-sized element allocation the OOB read is reported as a<br />
slab-out-of-bounds; whether the same trigger fires under the<br />
production RX path depends on surrounding allocator state.<br />
<br />
Advance the cursor only when the current TID has a map present.
Impacto
Puntuación base 3.x
8.10
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.9 (incluyendo) | 6.12.92 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.34 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.11 (excluyendo) |
| 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:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



