Answer in brief
CVE-2026-89701 records a Unknown severity vulnerability in nfsd: validate nseconds in TIME_DELEG decode paths. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=6ae30d6eb26bce02c48c60074b4306270e2434c1 <7e7b93da7fa2e77f977096251899d1410986adf6 || >=6ae30d6eb26bce02c48c60074b4306270e2434c1 <5eb489831a9fd4754f4baf26e6989efb66ce104c || >=6ae30d6eb26bce02c48c60074b4306270e2434c1 <0f4a767340fad392bd656115b8752005518c9065 | 7e7b93da7fa2e77f977096251899d1410986adf6, 5eb489831a9fd4754f4baf26e6989efb66ce104c, 0f4a767340fad392bd656115b8752005518c9065 |
| Linux/Linuxgeneric | 6.14 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: nfsd: validate nseconds in TIME_DELEG decode paths The xdrgen-based TIME_DELEG_ACCESS and TIME_DELEG_MODIFY decode arms store a raw uint32_t nseconds directly into tv_nsec without enforcing nseconds < NSEC_PER_SEC. The legacy nfsd4_decode_nfstime4 has this check but the TIME_DELEG paths do not. A malformed timespec can propagate through notify_change() to disk. Add range checks in both nfs4xdr.c (SETATTR path) and nfs4callback.c (CB_GETATTR path).
Quoted source text, attributed separately from HOL analysis.