๐Ÿ” CVE Alert

CVE-2026-89676

CRITICAL 9.8

nfsd: fix stale s2s_cp_stateids IDR entry for async COPY

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new critical vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
e0639dc5805a9d4faaa2c07ad98fa853b9529dd3 < 9b4e5e9ba5ae13808b8a6d229d87c54611ba0e7a e0639dc5805a9d4faaa2c07ad98fa853b9529dd3 < 14b978e8d05ce018d0afbeb6611833ef91713a02 e0639dc5805a9d4faaa2c07ad98fa853b9529dd3 < d0beaee498e11880e72826026db0e9c9890fc114
Linux / Linux
4.20

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/9b4e5e9ba5ae13808b8a6d229d87c54611ba0e7a git.kernel.org: https://git.kernel.org/stable/c/14b978e8d05ce018d0afbeb6611833ef91713a02 git.kernel.org: https://git.kernel.org/stable/c/d0beaee498e11880e72826026db0e9c9890fc114