CVE Catalog

CVE-2025-38028

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.11%

2th percentile - higher than 2% of all known CVEs

Summary

A race condition in the Linux kernel's nfs_local_open_fh() function was found. After dropping the clp->cl_uuid.lock, another CPU could free the newly added nfsd_file structure.

Risk Assessment

This could lead to a use-after-free of the nfsd_file structure, potentially causing system crashes or arbitrary code execution.

Recommendation

Apply the Linux kernel patch that fixes this race condition.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS