Unchecked Return Value in Linux kernel - CVE-2026-53396
Published: July 21, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass attribute validation.
The vulnerability exists due to improper check for unusual or exceptional conditions in nfsd4_create_file() when converting NFSv4 ACLs during CREATE processing. A remote attacker can send ACL attributes containing unsupported ACE types to bypass attribute validation.
The server may create the file without any ACL and still return NFS4_OK instead of rejecting unsupported attributes.