Katalog CVE

CVE-2026-72229

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.21%

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

Streszczenie

W jądrze Linux w module batman-adv, podczas rejestracji interfejsu mesh, jeśli inny odbiorca notyfikacji NETDEV_REGISTER zawetuje rejestrację, obiekt batadv_meshif_vlan nie jest usuwany, ponieważ .dellink nie jest wywoływany. Prowadzi to do wycieku pamięci.

Ocena ryzyka

Podatność może prowadzić do wycieku pamięci jądra, co może wpłynąć na stabilność systemu.

Rekomendacja

Zainstaluj poprawkę jądra Linux, która przenosi czyszczenie untagged VLAN do destruktora. Regularnie aktualizuj system.

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: batman-adv: clean untagged VLAN on netdev registration failure When an mesh interface is registered, it creates an untagged struct batadv_meshif_vlan on top of it via the NETDEV_REGISTER notifier. But in this process, another receiver of this notification can veto the registration. The netdev registration will be aborted because of this veto. The register_netdevice() call will try to clean up the net_device using unregister_netdevice_queue() - which only uses the .priv_destructor to free private resources. In this situation, .dellink will not be called. The cleanup of the untagged batadv_meshif_vlan must thefore be done in the destructor to avoid a leak of this object.

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