Katalog CVE

CVE-2025-40297

WysokieCVSS 7.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.14%

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

Streszczenie

W jądrze Linux w podsystemie mostkowania sieciowego (net/bridge) wykryto użycie-po-zwolnieniu (use-after-free) podczas usuwania wygasłego wpisu FDB. Problem wynika z wyścigu między uczeniem się FDB a usuwaniem portu, gdy włączone jest MST (Multiple Spanning Tree) i wyłączone filtrowanie VLAN. MST omija stan portu, co pozwala na uczenie się FDB w nieodpowiednim momencie.

Ocena ryzyka

Atakujący może wykorzystać ten błąd do uzyskania dostępu do już zwolnionej pamięci, co może prowadzić do awarii systemu lub potencjalnego wykonania kodu w kontekście jądra.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji zawierającej poprawkę, która dodaje sprawdzenie wskaźnika grupy VLAN portu, aby zapobiec ominięciu stanu portu przez MST.

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: net: bridge: fix use-after-free due to MST port state bypass syzbot reported[1] a use-after-free when deleting an expired fdb. It is due to a race condition between learning still happening and a port being deleted, after all its fdbs have been flushed. The port's state has been toggled to disabled so no learning should happen at that time, but if we have MST enabled, it will bypass the port's state, that together with VLAN filtering disabled can lead to fdb learning at a time when it shouldn't happen while the port is being deleted. VLAN filtering must be disabled because we flush the port VLANs when it's being deleted which will stop learning. This fix adds a check for the port's vlan group which is initialized to NULL when the port is getting deleted, that avoids the port state bypass. When MST is enabled there would be a minimal new overhead in the fast-path because the port's vlan group pointer is cache-hot. [1] https://syzkaller.appspot.com/bug?extid=dd280197f0f7ab3917be

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