CVE-2026-89692
Last modified
CVE-2026-89692 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1054e8ffc5c492f341bdf1888b882f1d163dd3d8, < b137930ee52e3ef38915a3511d4c070463b63a32; >= 1054e8ffc5c492f341bdf1888b882f1d163dd3d8, < cb2d0c4d1b3d301d042ed61365eaa8cb0141a254; >= 1054e8ffc5c492f341bdf1888b882f1d163dd3d8, < b036727d334b1b7cd4c1f1fba3b59ba93a6bbe96 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89692?
How severe is CVE-2026-89692?
How do I fix CVE-2026-89692?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89687In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89688In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89689In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8969Mitigation bypass in the DOM: Security component. This vulne…8.1
- CVE-2026-89690In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89691In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89693In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89694In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89695In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89696In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89697In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89698In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89692?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
