CVE-2026-90037

Source
https://cve.org/CVERecord?id=CVE-2026-90037
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90037.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90037
Downstream
Published
2026-09-16T10:33:36Z
Modified
2026-09-18T03:48:34Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
NFSD: Prevent client use-after-free during close_lru reaping
Details

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

NFSD: Prevent client use-after-free during close_lru reaping

An nfs4_openowner left on nn->close_lru after its final CLOSE keeps its last closed stateid in oo_last_closed_stid, holding only a raw pointer to its nfs4_client. The laundromat reaps timed-out entries, drops nn->client_lock, and calls nfs4_put_stid(), which dereferences the client through cl_lock. Nothing pins the client across that window, so a concurrent force_expire_client() can free it and nfs4_put_stid() reads freed memory. __destroy_client() hits the same race, walking clp->cl_openowners without cl_lock.

Pin the client with cl_rpc_users before dropping client_lock, and skip clients already expiring. __destroy_client() then cleans up its own close_lru entries through release_last_closed_stateid(), so teardown no longer races the laundromat.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90037.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
217526e7ecc9f6f243e976772e81eab7ab986a4c
Fixed
83dd59ac1c3455c2c7d8ddb582d980a13199b9b3
Fixed
e57a9ed34ea8c17e831de59b8f1a6b2d80d347a1
Fixed
2330b788d732f43668b965b3105b37ceb276dfea

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.17.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

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