CVE-2026-89669
Last modified
CVE-2026-89669 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: initialize copy-notify stateid before publishing it nfsd4_copy_notify() finished initializing the cpntf state after nfs4_alloc_init_cpntf_state() had already linked it into the s2s_cp_stateids IDR and the parent's sc_cp_list, with cs_count == 1 (the membership reference) and none held for the caller. A racing OFFLOAD_CANCEL (crafted cl_id == nn->s2s_cp_cl_id plus the guessable so_id) could reach manage_cpntf_state() and free the entry, turning the caller's subsequent cpn_cnr_stateid read and cp_p_stateid/cp_p_clid writes into use-after-free. EPSS estimates a 0.61% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: initialize copy-notify stateid before publishing it nfsd4_copy_notify() finished initializing the cpntf state after nfs4_alloc_init_cpntf_state() had already linked it into the s2s_cp_stateids IDR and the parent's sc_cp_list, with cs_count == 1 (the membership reference) and none held for the caller. A racing OFFLOAD_CANCEL (crafted cl_id == nn->s2s_cp_cl_id plus the guessable so_id) could reach manage_cpntf_state() and free the entry, turning the caller's subsequent cpn_cnr_stateid read and cp_p_stateid/cp_p_clid writes into use-after-free. The owning clientid was also only recorded after publication, so it could not gate an ownership check in that window. Record cp_p_stateid and cp_p_clid inside nfs4_alloc_init_cpntf_state() before nfs4_init_cp_state() publishes the entry, and return it with an extra reference. The caller reads the stateid under that reference and drops it with nfs4_put_cpntf_state(); on a late error the laundromat reaps the entry.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 624322f1adc58acd0b69f77a6ddc764207e97241, < 863b6e995665472f2af5be2436a874ab6a9e5ac6; >= 624322f1adc58acd0b69f77a6ddc764207e97241, < d18d36395d973ef7372c8e6724970585f75b5c0b; >= 624322f1adc58acd0b69f77a6ddc764207e97241, < 4415a692346a39fdb647cbd717eda510159aaf55; >= 624322f1adc58acd0b69f77a6ddc764207e97241, < 9caad13b7cfe9ccb90cc405ac77335800e086595; >= 624322f1adc58acd0b69f77a6ddc764207e97241, < e08a3dcaca0505f861e344a387f37f94d95dbdc2; >= 624322f1adc58acd0b69f77a6ddc764207e97241, < a4d7fedcaaf33e60a01e53eafca9041ef966212f; >= 624322f1adc58acd0b69f77a6ddc764207e97241, < 4cdef96892f4fa6e70c405b6e8f2fd6972f3b64b; >= 624322f1adc58acd0b69f77a6ddc764207e97241, < 129643893b79f8a3c6b72045f933fbab5ee424ca |
| Linux | Linux | 5.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89669?
How severe is CVE-2026-89669?
How do I fix CVE-2026-89669?
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-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…
- CVE-2026-89667In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89668In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8967Information disclosure in the Graphics: WebGPU component. Th…7.5
- CVE-2026-89670In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89671In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89672In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89673In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89674In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-89669?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
