VDB

CVE-2026-89676

CVE-2026-89676 PUBLISHED CVSS 9.8 CRITICAL

Reported by Linux · Published September 11, 2026

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.

EPSS 0.45% · 38.3th percentile

Risk Scores

CVSS 3.1
9.8
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score
0.45%
38.3th percentile

Affected Products

VendorProductVersions
LinuxLinuxe0639dc5805a9d4faaa2c07ad98fa853b9529dd3, e0639dc5805a9d4faaa2c07ad98fa853b9529dd3, e0639dc5805a9d4faaa2c07ad98fa853b9529dd3
LinuxLinux4.20, 0, 6.18.50
LinuxLinux7.3-rc1, e0639dc5805a9d4faaa2c07ad98fa853b9529dd3, e0639dc5805a9d4faaa2c07ad98fa853b9529dd3
linuxlinux_kernel4.20, 4.20, 4.20

Timeline

  • Sep 11, 2026 Coalition ESS Score
  • Sep 11, 2026 CVE Published
  • Sep 12, 2026 EPSS Score
  • Sep 13, 2026 EPSS Score
  • Sep 13, 2026 CVE Updated
  • Sep 15, 2026 EPSS Score
  • Sep 16, 2026 EPSS Score
  • Sep 18, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›