Impact
The vulnerability lies in the NFS daemon's handling of SETACL operations. When the first ACL decode succeeds but the second fails, the decoder returns false and the first allocated ACL is left in memory without being freed. Consequently, the NFS server leaks a posix_acl for its entire lifetime. Repeated failures can accumulate memory and eventually exhaust system resources, effectively enabling a denial‑of‑service attack.
Affected Systems
All Linux kernel releases that ship with the NFS server and have not yet incorporated the fix for CVE‑2026‑53397 are affected. The problem exists in any kernel that processes NFS SETACL requests during operation, regardless of NFS protocol version because the issue is in the server‑side implementation. No specific version numbers are included in the advisory.
Risk and Exploitability
The CVSS score of 7.5 indicates a high severity. The EPSS score of less than 1% suggests that known exploits are rare at present. The vulnerability is not listed in the CISA KEV catalog. It is inferred that a remote attacker could exploit the flaw by sending crafted NFS SETACL requests from a client that communicates with the vulnerable NFS daemon; the server would then leak ACL objects, leading to gradual memory consumption and potential service disruption. No special privileges beyond access to the NFS service are required.
OpenCVE Enrichment
Debian DLA