CVE-2026-89701: nfsd: validate nseconds in TIME_DELEG decode paths

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

nfsd: validate nseconds in TIMEDELEG decode paths

The xdrgen-based TIMEDELEGACCESS and TIMEDELEGMODIFY decode arms store a raw uint32t nseconds directly into tvnsec without enforcing nseconds < NSECPERSEC. The legacy nfsd4decodenfstime4 has this check but the TIMEDELEG paths do not. A malformed timespec can propagate through notifychange() to disk.

Add range checks in both nfs4xdr.c (SETATTR path) and nfs4callback.c (CBGETATTR path).

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:46 PM
Data Sourced
via MITRE·07:46 PM
Description

Frequently Asked Questions

1

What input is required to trigger the vulnerable code paths?

An attacker would need to provide malformed NFSv4 TIME_DELEG_ACCESS or TIME_DELEG_MODIFY timestamp data containing an nseconds value that is not less than NSEC_PER_SEC. The affected decode paths are the SETATTR path in nfs4xdr.c and the CB_GETATTR callback path in nfs4callback.c.

2

What is the potential effect of successful exploitation?

The unchecked uint32_t nseconds value can be stored in tv_nsec as an invalid timespec. That malformed timestamp can then propagate through notify_change() to disk.

3

How can I determine whether a system contains the fix?

Check whether the kernel includes validation of nseconds values in both TIME_DELEG decode paths: the SETATTR decoding in nfs4xdr.c and CB_GETATTR decoding in nfs4callback.c. The referenced stable kernel commits contain the remediation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203