CVE-2026-89660
Last modified
CVE-2026-89660 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during admin state revocation A stateid holds only a bare pointer to its nfs4_client; a stateid reference does not pin it. The client survives only because __destroy_client() drains its stateids before free_client() runs. nfsd4_revoke_states() drops nn->client_lock across revoke_one_stid(), which dereferences the client to revoke a stateid and read clp->cl_minorversion. EPSS estimates a 0.59% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during admin state revocation A stateid holds only a bare pointer to its nfs4_client; a stateid reference does not pin it. The client survives only because __destroy_client() drains its stateids before free_client() runs. nfsd4_revoke_states() drops nn->client_lock across revoke_one_stid(), which dereferences the client to revoke a stateid and read clp->cl_minorversion. A teardown racing the dropped lock can free the client first. Pinning cl_rpc_users under client_lock blocks the DESTROY_CLIENTID and EXCHANGE_ID teardown, which refuses while cl_rpc_users is non-zero. force_expire_client() ignores it: once its wait for cl_rpc_users to reach zero has passed, a later pin goes unnoticed. Under client_lock, skip a client whose cl_time is already zero -- force_expire_client() clears it there before waiting -- otherwise pin cl_rpc_users before dropping the lock. The walk then either sees the expiry and skips, or pins in time for that wait to cover the revoke.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1c13bf9f2e3cd5a59ef988c6c5a49fe0f02bcdfc, < e1ba4d3c5bfdca3f013b8cbc829ae2f7975d8608; >= 1c13bf9f2e3cd5a59ef988c6c5a49fe0f02bcdfc, < 549bd9868e9d77b07ea94870940d64342829c6ad; >= 1c13bf9f2e3cd5a59ef988c6c5a49fe0f02bcdfc, < bf1f948691523282cc4905bc6cd325e0c0b49e6a; >= 1c13bf9f2e3cd5a59ef988c6c5a49fe0f02bcdfc, < e270e5a0778e5bff852c8862ce9576ce70359393 |
| Linux | Linux | 6.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89660?
How severe is CVE-2026-89660?
How do I fix CVE-2026-89660?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89655In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89656In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89657In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89658In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89659In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8966Information disclosure in the IP Protection component. This …7.5
- CVE-2026-89661In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89662In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89663In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89664In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89665In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-89666In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89660?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
