CVE-2025-39862
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/09/2025
Última modificación:
19/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: mt76: mt7915: fix list corruption after hardware restart<br />
<br />
Since stations are recreated from scratch, all lists that wcids are added<br />
to must be cleared before calling ieee80211_restart_hw.<br />
Set wcid->sta = 0 for each wcid entry in order to ensure that they are<br />
not added again before they are ready.