CVE-2026-89693: nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()

Published Sep 11, 2026
·
Updated

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

nfsd: check nfsd4acltoattr() return value in nfsd4create()

nfsd4create() stores the return value of nfsd4acltoattr() in status, but the switch(create->crtype) block unconditionally overwrites it in every branch. ACL translation errors are silently discarded, and the CREATE proceeds without the requested ACL.

Add an early exit check after nfsd4acltoattr(), matching the pattern already used in nfsd4setattr().

[ cel: prefer NFS4ERRBADTYPE over NFS4ERRATTRNOTSUPP ]

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 conditions are required to trigger this issue?

An NFSv4 CREATE operation must include an ACL that causes nfsd4_acl_to_attr() to return an error. The vulnerable path then overwrites that error and may create the object without the requested ACL.

2

What is the practical impact of the error being discarded?

The CREATE operation can proceed despite failure to translate the requested ACL, leaving the newly created object without that ACL. This can result in permissions differing from those requested by the NFS client.

3

How can I identify potentially affected objects?

Review objects created through NFSv4 CREATE requests that specified ACLs, particularly where clients may have supplied ACLs unsupported by the server. The provided information does not describe a definitive audit log or on-system detection method.

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