CVE-2026-89676
Last modified
CVE-2026-89676 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: fix stale s2s_cp_stateids IDR entry for async COPY For an async COPY, nfsd4_copy() called nfs4_init_copy_state() before dup_copy_fields(), so the s2s_cp_stateids IDR was pointed at &u->copy->cp_stateid -- memory in the per-rqstp COMPOUND buffer that is reused by the next request. dup_copy_fields() copies only the value into async_copy, so the IDR slot dangled at the transient buffer for the whole background copy. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix stale s2s_cp_stateids IDR entry for async COPY For an async COPY, nfsd4_copy() called nfs4_init_copy_state() before dup_copy_fields(), so the s2s_cp_stateids IDR was pointed at &u->copy->cp_stateid -- memory in the per-rqstp COMPOUND buffer that is reused by the next request. dup_copy_fields() copies only the value into async_copy, so the IDR slot dangled at the transient buffer for the whole background copy. Any IDR walker then dereferences reused request memory: the laundromat reads cs_type from it and, if the bytes look like an expired NFS4_COPYNOTIFY_STID, follows into refcount_dec()/idr_remove()/kfree() on garbage; manage_cpntf_state() has the same exposure via idr_find(). Duplicate the fields first, then register the stateid on the stable async_copy. result->cb_stateid is unchanged.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e0639dc5805a9d4faaa2c07ad98fa853b9529dd3, < 7aa34ea78f74e6ef60c8112635a87fc43d57f6c9; >= e0639dc5805a9d4faaa2c07ad98fa853b9529dd3, < 9b4e5e9ba5ae13808b8a6d229d87c54611ba0e7a; >= e0639dc5805a9d4faaa2c07ad98fa853b9529dd3, < 14b978e8d05ce018d0afbeb6611833ef91713a02; >= e0639dc5805a9d4faaa2c07ad98fa853b9529dd3, < d0beaee498e11880e72826026db0e9c9890fc114 |
| Linux | Linux | 4.20 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89676?
How severe is CVE-2026-89676?
How do I fix CVE-2026-89676?
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-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
- CVE-2026-89675In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89677In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89678In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89679In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-8968Denial-of-service due to invalid pointer in the Audio/Video:…7.5
- CVE-2026-89680In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89681In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-89676?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
