๐Ÿ” CVE Alert

CVE-2026-89685

HIGH 7.5

nfsd: fix clock domain mismatch in clients_still_reclaiming()

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

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 high 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:N/I:N/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
20b7d86f29d39e8ae19bb29c24ffee70dc385ddf < f9cec313efb2fd18d962aad738a4892bce806016 20b7d86f29d39e8ae19bb29c24ffee70dc385ddf < 9843649196221152b6e5d138a3ce859bdaae1d96 20b7d86f29d39e8ae19bb29c24ffee70dc385ddf < 09ea3eb9a518565f5bca386e81b993ed8825f5e8
Linux / Linux
5.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/f9cec313efb2fd18d962aad738a4892bce806016 git.kernel.org: https://git.kernel.org/stable/c/9843649196221152b6e5d138a3ce859bdaae1d96 git.kernel.org: https://git.kernel.org/stable/c/09ea3eb9a518565f5bca386e81b993ed8825f5e8