CVE-2026-89685
Last modified
CVE-2026-89685 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: fix clock domain mismatch in clients_still_reclaiming() clients_still_reclaiming() computes a deadline from nn->boot_time (CLOCK_REALTIME, ~1.7 billion) but compares it against ktime_get_boottime_seconds() (CLOCK_BOOTTIME, seconds since boot). The comparison is always false — it would take ~54 years of uptime for BOOTTIME to exceed the REALTIME-derived deadline. This means any client can hold the server in grace indefinitely by sending CLAIM_PREVIOUS OPEN requests, blocking all non-reclaim operations for all other clients. Add boot_time_bt (CLOCK_BOOTTIME) alongside the existing boot_time and use it for the deadline computation. boot_time (CLOCK_REALTIME) is preserved for its cl_boot clientid-nonce role.. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix clock domain mismatch in clients_still_reclaiming() clients_still_reclaiming() computes a deadline from nn->boot_time (CLOCK_REALTIME, ~1.7 billion) but compares it against ktime_get_boottime_seconds() (CLOCK_BOOTTIME, seconds since boot). The comparison is always false — it would take ~54 years of uptime for BOOTTIME to exceed the REALTIME-derived deadline. This means any client can hold the server in grace indefinitely by sending CLAIM_PREVIOUS OPEN requests, blocking all non-reclaim operations for all other clients. Add boot_time_bt (CLOCK_BOOTTIME) alongside the existing boot_time and use it for the deadline computation. boot_time (CLOCK_REALTIME) is preserved for its cl_boot clientid-nonce role.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 20b7d86f29d39e8ae19bb29c24ffee70dc385ddf, < e92e80c5b043108029bc729b30d12c37158fb9cb; >= 20b7d86f29d39e8ae19bb29c24ffee70dc385ddf, < f9cec313efb2fd18d962aad738a4892bce806016; >= 20b7d86f29d39e8ae19bb29c24ffee70dc385ddf, < 9843649196221152b6e5d138a3ce859bdaae1d96; >= 20b7d86f29d39e8ae19bb29c24ffee70dc385ddf, < 09ea3eb9a518565f5bca386e81b993ed8825f5e8 |
| Linux | Linux | 5.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89685?
How severe is CVE-2026-89685?
How do I fix CVE-2026-89685?
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-8968Denial-of-service due to invalid pointer in the Audio/Video:…7.5
- CVE-2026-89680In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89681In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89682In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89683In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89684In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89686In the Linux kernel, the following vulnerability has been re…9.8
- 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
Are you affected by CVE-2026-89685?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
