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 (…
高危 CVSS 7.5
摘要
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 indefi…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/09ea3eb9a518565f5bca386e81b993ed8825f5e8
- https://git.kernel.org/stable/c/9843649196221152b6e5d138a3ce859bdaae1d96
- https://git.kernel.org/stable/c/e92e80c5b043108029bc729b30d12c37158fb9cb
- https://git.kernel.org/stable/c/f9cec313efb2fd18d962aad738a4892bce806016
时间线
- nvd_ingest NVD