CVE-2026-90036
9.8 CRITICALPublished 2026-09-16 · Updated 2026-09-21
AI risk analysis
- Summary
- This vulnerability allows a client to be freed prematurely during lock reaping, leading to potential use-after-free conditions and memory corruption.
- Exploitability
- Exploitation requires specific timing and concurrent operations, making it moderately difficult but not impossible.
- Blast radius
- If exploited, this could lead to severe system instability or security breaches affecting the Linux kernel's integrity.
- Prioritized remediation
- Apply the latest kernel updates that address this vulnerability immediately.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during blocked-lock reaping A bare lock owner -- its only remaining reference a blocked lock on nn->blocked_locks_lru -- holds a raw pointer to its nfs4_client but no reference keeping the client alive. When the per-net laundromat reaps such a lock, freeing the nbl drops the owner reference held through flc_owner, and the final nfs4_put_stateowner() takes the client's cl_lock. Because the laundromat detaches the nbl first, __destroy_client() no longer finds it, so a concurrent force_expire_client() can free the client before nfs4_put_stateowner() runs, dereferencing cl_lock in freed memory. Pin the client with cl_rpc_users before dropping nn->blocked_locks_lock, and skip clients already expiring, whose blocked locks __destroy_client() frees while holding an owner reference. Take nn->client_lock outside nn->blocked_locks_lock. Every other site holds nn->blocked_locks_lock as a leaf, acquiring no further lock, so placing nn->client_lock outside it cannot form a lock-order cycle.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-64574
- HIGHCVE-2026-64582
- CRITICALCVE-2026-89788
- CRITICALCVE-2026-89847
- CRITICALCVE-2026-89918
- HIGHCVE-2026-64563
- CRITICALCVE-2026-64564
- CRITICALCVE-2026-64566
Related by shared AI tags and CWE weakness class. Browse the full archive.