CVE Catalog

CVE-2026-89701

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the xdrgen-based TIME_DELEG_ACCESS and TIME_DELEG_MODIFY decode arms stored a raw uint32_t nseconds directly into tv_nsec without enforcing nseconds < NSEC_PER_SEC. A malicious client could send a malformed timespec that propagated through notify_change() to disk.

Risk Assessment

Invalid time values may reach disk, causing metadata corruption or unpredictable filesystem behavior. The vulnerability affects input validation in nfsd.

Recommendation

Update the Linux kernel to a version with the fix adding range checks for nseconds in nfs4xdr.c (SETATTR path) and nfs4callback.c (CB_GETATTR path).

Other vulnerabilities in Linux kernel (nfsd)

See all
Original NVD description (English source)

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).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS