CVE-2026-64255
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/07/2026
Última modificación:
24/07/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().



