CVE-2026-46330
WysokieCVSS 7.8Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 2 - wyżej niż 2% wszystkich znanych CVE
Streszczenie
W jądrze Linux wycofano wsparcie dla TCP ULP w SMC z powodu krytycznej wady projektowej. Implementacja modyfikowała strukturę pliku, dentry i i-węzła aktywnego gniazda TCP, co naruszało niezmienniki VFS i prowadziło do ryzyka użycia po zwolnieniu oraz niestabilności systemu.
Ocena ryzyka
Organizacja narażona na potencjalne awarie systemu, wycieki pamięci lub ataki typu use-after-free, jeśli korzysta z funkcji SMC TCP ULP. Zaleca się natychmiastowe wyłączenie tej funkcji lub aktualizację jądra.
Rekomendacja
Zaktualizuj jądro Linux do wersji zawierającej rewert commit d7cd421da9da lub nowszej. Jeśli aktualizacja nie jest możliwa, wyłącz obsługę SMC TCP ULP poprzez parametr modułu lub politykę bezpieczeństwa.
Oryginalny opis (angielski, źródło NVD)
In the Linux kernel, the following vulnerability has been resolved: Revert "net/smc: Introduce TCP ULP support" This reverts commit d7cd421da9da2cc7b4d25b8537f66db5c8331c40. As reported by Al Viro, the TCP ULP support for SMC is fundamentally broken. The implementation attempts to convert an active TCP socket into an SMC socket by modifying the underlying `struct file`, dentry, and inode in-place, which violates core VFS invariants that assume these structures are immutable for an open file, creating a risk of use after free errors and general system instability. Given the severity of this design flaw and the fact that cleaner alternatives (e.g., LD_PRELOAD, BPF) exist for legacy application transparency, the correct course of action is to remove this feature entirely.

