Katalog CVE

CVE-2026-90355

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W sterowniku wifi mt76 (mt7996) po pełnym resecie chipu ścieżka resetu zwalnia struktury linków bez wyczyszczenia bitów w mvif->valid_links, przez co odtworzenie konfiguracji przez mac80211 nie tworzy ponownie rekordów dev_info/bss_info/STA i nie rejestruje ponownie link wcid, pozostawiając urządzenie niedziałające. Reset wycieka też wszystkie przydzielone indeksy MLD, co przy powtarzanych resetach wyczerpuje przestrzeń indeksów.

Ocena ryzyka

Urządzenie Wi-Fi staje się niedziałające po pełnym resecie, a powtarzane resety wyczerpują przestrzeń indeksów MLD, co prowadzi do trwałej utraty łączności. Dotyczy urządzeń z chipsetem MediaTek mt7996.

Rekomendacja

Zaktualizuj jądro Linux do wersji z poprawką czyszczącą valid_links w iteratorze vif resetu oraz resetującą maski indeksów MLD. Do czasu aktualizacji unikaj pełnych resetów chipu.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: clear stale link state on full reset After a full chip reset, mac80211 reconfig replays interface, link and channel context setup. mt7996_vif_link_add() short-circuits when the link_id is still marked in mvif->valid_links, a state introduced for postponing link teardown to interface removal. The reset path frees the link structures without clearing those bits, so the replayed setup never re-creates dev_info/bss_info/STA records in the restarted firmware and never re-registers the link wcid, leaving the device inoperative. The reset path also leaks every allocated MLD index: per-link indices and the per-vif group/remap indices are re-allocated from scratch during reconfig, but the old bits stay set in the masks, so repeated full resets exhaust the index space. Clear valid_links in the reset vif iterator and reset the MLD index masks alongside the existing omac_mask clearing.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS