CVE-2025-38028: NFS/localio: Fix a race in nfs_local_open_fh()
In the Linux kernel, the following vulnerability has been resolved:
NFS/localio: Fix a race in nfs_local_open_fh()
Once the clp->cl_uuid.lock has been dropped, another CPU could come in
and free the struct nfsd_file that was just added. To prevent that from
happening, take the RCU read lock before dropping the spin lock.
Security readout for executives and security teams
Plain-English summary
A race condition in the Linux kernel’s NFS local-I/O handling may allow a low-privileged local user to compromise confidentiality, integrity, or system availability. The issue requires local access and does not require user interaction. Systems using affected kernels and the relevant NFS/localio path deserve prompt review.
Executive priority
Treat this as a high-priority kernel maintenance issue, especially on shared or multi-user Linux systems. It is not documented as remotely exploitable or actively exploited, so emergency internet-wide response is unsupported. Establish affected inventory promptly and deploy vendor-supported corrected kernels through normal expedited patching procedures.
Technical view
In nfs_local_open_fh(), the UUID spin lock could be released before RCU protection was acquired. Another CPU could then free the newly added nfsd_file, creating unsafe access to freed kernel memory. The documented correction acquires the RCU read lock before dropping the spin lock.
Likely exposure
Exposure is limited to affected Linux kernel versions where the NFS/localio code path is present and exercised. The bundle identifies the Linux 6.14–6.15 range but does not provide sufficiently clear fixed-version boundaries for every branch or distribution package. Confirm status with kernel and distribution advisories.
Exploitation context
The CVSS 3.1 score is 7.8, reflecting local, low-complexity exploitation requiring low privileges, with potentially high confidentiality, integrity, and availability impact. The bundle states KEV is false and provides no evidence of active exploitation or a public exploit. Practical prerequisites beyond reaching the affected local NFS path are not documented.
Researcher notes
The core issue is a concurrency lifetime race involving clp->cl_uuid.lock, RCU protection, and struct nfsd_file. The source bundle supplies two stable-kernel commits but no CWE, crash signature, exploit analysis, or definitive per-branch version mapping. Avoid assuming exploitability beyond the supplied local CVSS characteristics.
Mitigation direction
Apply a vendor-supported kernel containing the referenced upstream or stable correction.
Check distribution security advisories for exact fixed package versions.
Prioritize multi-user systems where untrusted users have local access.
Restrict unnecessary local access while patch status is being established.
Validation and detection
Record each system’s running kernel and distribution package version.
Compare package versions with current distribution or kernel vendor advisories.
Determine whether affected systems use the NFS/localio functionality.
Confirm the installed kernel incorporates one of the referenced fixes.
Reboot after updating and verify the corrected kernel is running.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-38028 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
3Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.