๐Ÿ” CVE Alert

CVE-2026-89688

CRITICAL 9.8

nfsd: drop the stateid, not the stateowner, on seqid_op replay retry

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

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
eec7620800081e27dbf8019ac2e66259f0d5bf6f < 69ed78b6b947c9257213164678b4edf17533093b eec7620800081e27dbf8019ac2e66259f0d5bf6f < 00843074d9b84824552c9679d423d29500ca5de0 eec7620800081e27dbf8019ac2e66259f0d5bf6f < f7cb90ddc021747fc9abfd4cf5252d425fd34eec eec7620800081e27dbf8019ac2e66259f0d5bf6f < 5e4627d3513e60accfce9d5f4c7fa95251ef93d6
Linux / Linux
6.10

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/69ed78b6b947c9257213164678b4edf17533093b git.kernel.org: https://git.kernel.org/stable/c/00843074d9b84824552c9679d423d29500ca5de0 git.kernel.org: https://git.kernel.org/stable/c/f7cb90ddc021747fc9abfd4cf5252d425fd34eec git.kernel.org: https://git.kernel.org/stable/c/5e4627d3513e60accfce9d5f4c7fa95251ef93d6