CVE-2026-89688
Last modified
CVE-2026-89688 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: drop the stateid, not the stateowner, on seqid_op replay retry In nfs4_preprocess_seqid_op() the stateid is obtained from nfsd4_lookup_stateid(), which holds a reference on the nfs4_stid (sc_count) but takes no reference on the stateowner. openlockstateid() merely casts that stid and likewise takes no reference. When nfsd4_cstate_assign_replay() returns -EAGAIN (the replay owner is being torn down, RP_UNHASHED) it has not taken a stateowner reference on that path. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: drop the stateid, not the stateowner, on seqid_op replay retry In nfs4_preprocess_seqid_op() the stateid is obtained from nfsd4_lookup_stateid(), which holds a reference on the nfs4_stid (sc_count) but takes no reference on the stateowner. openlockstateid() merely casts that stid and likewise takes no reference. When nfsd4_cstate_assign_replay() returns -EAGAIN (the replay owner is being torn down, RP_UNHASHED) it has not taken a stateowner reference on that path. The error handling nevertheless called nfs4_put_stateowner(stp->st_stateowner), dropping an so_count reference the function never acquired -- risking a stateowner refcount underflow and use-after-free -- while leaking the sc_count reference held on the stid. The leaked stid reference can also stall a concurrent nfsd4_close_open_stateid() waiting for sc_count to drop. Drop the reference actually held -- the stid -- before retrying. The stateowner stays alive through the reference held by the stid. This mirrors the open path in nfsd4_process_open1(), where the put balances a reference that path explicitly holds on the stateowner.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= eec7620800081e27dbf8019ac2e66259f0d5bf6f, < 69ed78b6b947c9257213164678b4edf17533093b; >= eec7620800081e27dbf8019ac2e66259f0d5bf6f, < 00843074d9b84824552c9679d423d29500ca5de0; >= eec7620800081e27dbf8019ac2e66259f0d5bf6f, < f7cb90ddc021747fc9abfd4cf5252d425fd34eec; >= eec7620800081e27dbf8019ac2e66259f0d5bf6f, < 5e4627d3513e60accfce9d5f4c7fa95251ef93d6 |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89688?
How severe is CVE-2026-89688?
How do I fix CVE-2026-89688?
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-89682In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89683In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89684In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89685In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89686In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89687In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89689In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8969Mitigation bypass in the DOM: Security component. This vulne…8.1
- CVE-2026-89690In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89691In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89692In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89693In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89688?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
