CVE-2026-64255
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125
Lectura fuera de límites
Fecha de publicación:
24/07/2026
Última modificación:
17/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers<br />
<br />
Three BA session handlers use ffs(ba_data->sta_mask) - 1 to derive a<br />
station ID without checking that sta_mask is non-zero. When sta_mask is<br />
zero, ffs() returns 0 and the subtraction wraps to 0xFFFFFFFF, causing<br />
an out-of-bounds access on fw_id_to_link_sta[].<br />
<br />
Add WARN_ON_ONCE(!ba_data->sta_mask) guards before each ffs() call,<br />
consistent with the existing check in iwl_mld_ampdu_rx_start().
Impacto
Puntuación base 3.x
8.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.4 (incluyendo) | 6.18.38 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.1.3 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



