Answer in brief
CVE-2025-38028 records a Unknown severity vulnerability in NFS/localio: Fix a race in nfs_local_open_fh(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=86e00412254a717ffd5d38dc5ec0ee1cce6281b3 <185a2f2ddabdcf999823f61de67f86376883920d || >=86e00412254a717ffd5d38dc5ec0ee1cce6281b3 <fa7ab64f1e2fdc8f2603aab8e0dd20de89cb10d9 | 185a2f2ddabdcf999823f61de67f86376883920d, fa7ab64f1e2fdc8f2603aab8e0dd20de89cb10d9 |
| Linux/Linuxgeneric | 6.14 | Not reported |
Published upstream
Jun 18, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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.
Quoted source text, attributed separately from HOL analysis.