Katalog CVE

CVE-2026-68126

Niskie ryzyko· EPSS 7%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.18%

Percentyl 7 - wyżej niż 7% wszystkich znanych CVE

Streszczenie

W jądrze Linuxa w podsystemie mac802154 pracownik skanowania nie utrzymuje referencji do interfejsu sieciowego, co może prowadzić do użycia po zwolnieniu podczas równoczesnego usuwania interfejsu. Poprawka dodaje netdev_hold() i zwalnia referencję przy każdym wyjściu.

Ocena ryzyka

Osoba z uprawnieniami CAP_NET_ADMIN może wywołać wyścig między skanowaniem a usunięciem interfejsu, powodując awarię jądra i przerwę w działaniu sieci 802.15.4.

Rekomendacja

Zainstaluj aktualizację jądra Linux z poprawką dla CVE-2026-68126. Ogranicz dostęp do operacji skanowania tylko dla zaufanych administratorów.

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: mac802154: hold an interface reference across the scan worker mac802154_scan_worker() captures the scanning sub-interface under RCU and then keeps dereferencing sdata->dev after rcu_read_unlock() and outside the rtnl -- in the failure traces, in mac802154_transmit_beacon_req() (skb->dev = sdata->dev), and in the end_scan cleanup. Nothing keeps that netdev alive across the worker iteration. A concurrent DEL_INTERFACE or PHY removal can unregister the interface once the worker drops the rtnl between its two drv_set_channel() sections. unregister_netdevice() frees the netdev asynchronously from netdev_run_todo() with the rtnl already dropped, so neither holding the rtnl nor the per-PHY IEEE802154_IS_SCANNING flag prevents a stale worker iteration from dereferencing the freed netdev -- a KASAN slab-use-after-free, reachable by racing TRIGGER_SCAN against DEL_INTERFACE (both CAP_NET_ADMIN). Pin the netdev with netdev_hold() while the RCU read lock is still held, and release it at every worker exit.

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