VDB

CVE-2026-89686

CVE-2026-89686 PUBLISHED CVSS 9.8 CRITICAL

Reported by Linux · Published September 11, 2026

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix BUG_ON in nfsd4_alloc_layout_stateid on racing delegation revoke nfsd4_alloc_layout_stateid reads fp->fi_deleg_file without holding fi_lock when the parent stateid is a delegation. A concurrent delegation revoke via the laundromat can clear fi_deleg_file under fi_lock, causing nfsd_file_get() to return NULL and triggering the BUG_ON. This race is client-reachable: two NFS clients can trigger it by having one hold a delegation while another opens the same file to force a recall. When the first client doesn't respond to the recall, the laundromat revokes it. A concurrent LAYOUTGET from any client using the delegation stateid hits the race window. Fix this by taking fi_lock around the fi_deleg_file read in the SC_TYPE_DELEG path, matching the locking discipline of the find_any_file() arm, and replacing the BUG_ON with a graceful error return that cleans up the partially-initialized layout stateid.

EPSS 0.67% · 50.5th 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.67%
50.5th percentile

Affected Products

VendorProductVersions
LinuxLinuxc5c707f96fc9a6e5a57ca5baac892673270abe3d, c5c707f96fc9a6e5a57ca5baac892673270abe3d, c5c707f96fc9a6e5a57ca5baac892673270abe3d
LinuxLinux4.0, 0, 6.12.109
LinuxLinux7.3-rc1, c5c707f96fc9a6e5a57ca5baac892673270abe3d, c5c707f96fc9a6e5a57ca5baac892673270abe3d
linuxlinux_kernel4.0, 4.0, 4.0

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 16, 2026 EPSS Score
  • Sep 18, 2026 EPSS Score

References

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