CVE-2026-89697: nfsd: add fh_want_write() for early-verified SETATTR in nfsd_proc_setattr()

Published Sep 11, 2026
·
Updated

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

nfsd: add fhwantwrite() for early-verified SETATTR in nfsdprocsetattr()

The BOTHTIMESET branch calls fhverify() early so setattrprepare() can inspect the dentry. This causes nfsdsetattr() to skip fhwantwrite(), so notifychange() runs without a mount write reference.

Add the missing fhwantwrite() call after the early fhverify().

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 configuration and operation are implicated?

The affected path is the NFS server's SETATTR handling in the Linux kernel. Specifically, it occurs when the BOTH_TIME_SET branch performs early file-handle verification before updating attributes.

2

What is the immediate effect of the flaw?

The early verification causes nfsd_setattr() to skip acquiring a mount write reference. As a result, notify_change() can run without that required mount write reference.

3

What does the available fix change?

The fix adds an fh_want_write() call after the early fh_verify() in the affected SETATTR path, ensuring a mount write reference is obtained before notify_change() executes.

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