CVE-2026-89658

Source
https://cve.org/CVERecord?id=CVE-2026-89658
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89658.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89658
Downstream
Published
2026-09-11T19:45:46Z
Modified
2026-09-13T03:46:44Z
Summary
NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup
Details

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

NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup

nfs40_clean_admin_revoked() takes a stateid reference under clp->cl_lock, drops nn->client_lock, and calls nfsd4_drop_revoked_stid(), which dereferences the stateid's client through s->sc_client->cl_lock. The stateid reference does not pin the client, so a teardown racing the dropped lock can free the client while nfsd4_drop_revoked_stid() is still using it.

This cleanup runs from the laundromat, so a periodic sweep can race force_expire_client() driven by a write to the clients//ctl file.

Skip a client that is already expiring and otherwise pin it with cl_rpc_users under client_lock before dropping the lock, matching nfsd4_revoke_states().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89658.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
d688d8585e6bea5e4e37f7497feea93b6b0a469c
Fixed
0ae0d2b5c5a1b39c0b3c15d96b32a5b0c583d519
Fixed
b413ec5b23e3445dc9c4f273116078e2d4747626
Fixed
81cf7f1413862f87b078920c838460a6a88aa030
Fixed
7b4f8a1586c42d3afc3c0ac779af2db7ab1a5c55

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89658.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.9.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89658.json"