U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

CVE-2025-38112 Detail

Description

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.


Metrics

NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:

NIST CVSS score
NIST: NVD
N/A
NVD assessment not yet provided.

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to [email protected].

URL Source(s) Tag(s)
https://git.kernel.org/stable/c/1b367ba2f94251822577daed031d6b9a9e11ba91 kernel.org
https://git.kernel.org/stable/c/1e0de7582ceccbdbb227d4e0ddf65732f92526da kernel.org
https://git.kernel.org/stable/c/2660a544fdc0940bba15f70508a46cf9a6491230 kernel.org
https://git.kernel.org/stable/c/6fa68d7eab34d448a61aa24ea31e68b3231ed20d kernel.org
https://git.kernel.org/stable/c/8926a7ef1977a832dd6bf702f1a99303dbf15b15 kernel.org
https://git.kernel.org/stable/c/c2b26638476baee154920bb587fc94ff1bf04336 kernel.org
https://git.kernel.org/stable/c/ff55c85a923e043d59d26b20a673a1b4a219c310 kernel.org

Weakness Enumeration

CWE-ID CWE Name Source

Change History

1 change records found show changes

Quick Info

CVE Dictionary Entry:
CVE-2025-38112
NVD Published Date:
07/03/2025
NVD Last Modified:
07/03/2025
Source:
kernel.org