CVE-2025-39688

Source
https://cve.org/CVERecord?id=CVE-2025-39688
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-39688.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-39688
Downstream
Published
2025-04-18T07:01:35.177Z
Modified
2026-03-09T23:49:56.125229Z
Summary
nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()
Details

In the Linux kernel, the following vulnerability has been resolved:

nfsd: allow SCSTATUSFREEABLE when searching via nfs4lookupstateid()

The pynfs DELEG8 test fails when run against nfsd. It acquires a delegation and then lets the lease time out. It then tries to use the deleg stateid and expects to see NFS4ERRDELEGREVOKED, but it gets bad NFS4ERRBADSTATEID instead.

When a delegation is revoked, it's initially marked with SCSTATUSREVOKED, or SCSTATUSADMINREVOKED and later, it's marked with the SCSTATUSFREEABLE flag, which denotes that it is waiting for s FREESTATEID call.

nfs4lookupstateid() accepts a statusmask that includes the status flags that a found stateid is allowed to have. Currently, that mask never includes SCSTATUSFREEABLE, which means that revoked delegations are (almost) never found.

Add SCSTATUSFREEABLE to the always-allowed status flags, and remove it from nfsd4_delegreturn() since it's now always implied.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/39xxx/CVE-2025-39688.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8dd91e8d31febf4d9cca3ae1bb4771d33ae7ee5a
Fixed
52e209203c35a4fbff8af23cd3613efe5df40102
Fixed
dc6f3295905d7185e71091870119a8c11c3808cc
Fixed
5bcb44e650bc4ec7eac23df90c5e011a77fa2beb
Fixed
d1bc15b147d35b4cb7ca99a9a7d79d41ca342c13
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
967faa26f313a62e7bebc55d5b8122eaee43b929

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-39688.json"