EN

Tracker / CVE-2025-38112

CVE-2025-38112

Media 4.7

In the Linux kernel, the following vulnerability has been resolved: net: Fix TOCTOU issue in sk_is_readable() sk->sk_prot->sock_is_readable is a valid function pointer when sk resides in a sockmap. After the last sk_psock_put() (which usually happens when socket is removed from sockmap), sk->sk_prot gets restored and sk->sk_prot->sock_is_readable becomes NULL. This makes sk_is_readable() racy, if the value of sk->sk_prot is reloaded after the initial check. Which in turn may lead to a null pointer dereference. Ensure the function pointer does not turn NULL after the check.

Prodotti e versioni affette

debian debian_linux
linux linux_kernel
linux linux_kernel · 4.17 → 5.10.239
linux linux_kernel · 5.11 → 5.15.186
linux linux_kernel · 5.16 → 6.1.142
linux linux_kernel · 6.13 → 6.15.3
linux linux_kernel · 6.2 → 6.6.94
linux linux_kernel · 6.7 → 6.12.34

Analisi

Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.

Riferimenti