Katalog CVE

CVE-2025-21864

ŚrednieCVSS 5.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.20%

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

Streszczenie

W jądrze Linux wykryto podatność w stosie TCP, gdzie ścieżka bezpieczeństwa (secpath) nie jest usuwana wraz z obiektem dst (destination cache). Powoduje to utrzymywanie referencji do stanu xfrm_state, co uniemożliwia jego prawidłowe usunięcie podczas zamykania przestrzeni nazw sieciowych (netns). Problem objawia się ostrzeżeniem WARN w funkcji xfrm6_tunnel_net_exit.

Ocena ryzyka

Organizacja może doświadczać wycieków pamięci jądra oraz nieoczekiwanych ostrzeżeń (WARN) podczas dynamicznego tworzenia i usuwania przestrzeni nazw sieciowych z ruchem IPComp. W skrajnych przypadkach może to prowadzić do niestabilności systemu lub odmowy usługi (DoS) w środowiskach intensywnie korzystających z wirtualizacji sieci.

Rekomendacja

Należy niezwłocznie zastosować łatkę bezpieczeństwa dla jądra Linux zawierającą commit rozwiązujący problem (usuwanie secpath wraz z dst w ścieżce odbioru TCP). Zaleca się aktualizację do wersji jądra zawierającej to poprawienie lub ręczne backportowanie commita.

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

In the Linux kernel, the following vulnerability has been resolved: tcp: drop secpath at the same time as we currently drop dst Xiumei reported hitting the WARN in xfrm6_tunnel_net_exit while running tests that boil down to: - create a pair of netns - run a basic TCP test over ipcomp6 - delete the pair of netns The xfrm_state found on spi_byaddr was not deleted at the time we delete the netns, because we still have a reference on it. This lingering reference comes from a secpath (which holds a ref on the xfrm_state), which is still attached to an skb. This skb is not leaked, it ends up on sk_receive_queue and then gets defer-free'd by skb_attempt_defer_free. The problem happens when we defer freeing an skb (push it on one CPU's defer_list), and don't flush that list before the netns is deleted. In that case, we still have a reference on the xfrm_state that we don't expect at this point. We already drop the skb's dst in the TCP receive path when it's no longer needed, so let's also drop the secpath. At this point, tcp_filter has already called into the LSM hooks that may require the secpath, so it should not be needed anymore. However, in some of those places, the MPTCP extension has just been attached to the skb, so we cannot simply drop all extensions.

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