VDB

CVE-2026-89692

CVE-2026-89692 PUBLISHED CVSS 7.5 HIGH

Reported by Linux · Published September 11, 2026

In the Linux kernel, the following vulnerability has been resolved: nfsd: clear CALLBACK_RUNNING on failed delegation recall queue nfsd_break_one_deleg() sets NFSD4_CALLBACK_RUNNING via test_and_set_bit at entry to serialize recall work, then calls nfsd4_run_cb() to queue the recall. When the queue attempt fails the refcount bump is undone, but the RUNNING bit is left set. The only site that clears the bit is nfsd41_destroy_cb() (fs/nfsd/nfs4callback.c), which runs from the workqueue and is therefore unreachable when nothing was queued. The bit becomes a permanent latch on dp->dl_recall.cb_flags: every subsequent break_lease() on the same delegation hits the early-return guard in nfsd_break_one_deleg() and silently skips the recall, so the delegation is never broken and the conflicting open or lock stalls. Fix by clearing NFSD4_CALLBACK_RUNNING on the !queued branch alongside the refcount_dec.

EPSS 0.43% · 37.0th percentile

Risk Scores

CVSS 3.1
7.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score
0.43%
37.0th percentile

Affected Products

VendorProductVersions
LinuxLinux1054e8ffc5c492f341bdf1888b882f1d163dd3d8, 1054e8ffc5c492f341bdf1888b882f1d163dd3d8, 1054e8ffc5c492f341bdf1888b882f1d163dd3d8
LinuxLinux6.15, 0, 6.18.50
LinuxLinux7.3-rc1, 1054e8ffc5c492f341bdf1888b882f1d163dd3d8, 1054e8ffc5c492f341bdf1888b882f1d163dd3d8
linuxlinux_kernel6.15, 6.15, 6.15

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 ›