VDB

CVE-2026-89688

CVE-2026-89688 PUBLISHED CVSS 9.8 CRITICAL

Reported by Linux · Published September 11, 2026

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.

EPSS 0.61% · 47.7th 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.61%
47.7th percentile

Affected Products

VendorProductVersions
LinuxLinuxeec7620800081e27dbf8019ac2e66259f0d5bf6f, eec7620800081e27dbf8019ac2e66259f0d5bf6f, eec7620800081e27dbf8019ac2e66259f0d5bf6f
LinuxLinux6.10, 0, 6.12.109
linuxlinux_kernel6.10, 6.10, 6.10
LinuxLinuxeec7620800081e27dbf8019ac2e66259f0d5bf6f, eec7620800081e27dbf8019ac2e66259f0d5bf6f, eec7620800081e27dbf8019ac2e66259f0d5bf6f

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 ›