CVE-2026-53396

Source
https://cve.org/CVERecord?id=CVE-2026-53396
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53396.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-53396
Downstream
Published
2026-07-19T12:01:58.375Z
Modified
2026-07-22T05:30:10.627310552Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H CVSS Calculator
Summary
nfsd: fix posix_acl leak and ignored error in nfsd4_create_file
Details

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

nfsd: fix posixacl leak and ignored error in nfsd4create_file

nfsd4createfile() has two bugs in its ACL handling:

The return value of nfsd4acltoattr() is silently discarded. When the NFSv4-to-POSIX ACL conversion fails (e.g., -EINVAL for unsupported ACE types), the file is created without any ACL and the client receives NFS4OK. This violates RFC 7530/8881 which require the server to reject unsupported attributes on CREATE.

When startcreating() fails after ACL attributes have been populated in attrs (either via nfsd4acltoattr or via ownership transfer from open->opdpacl/oppacl), the function jumps to outwrite which skips nfsdattrsfree(). The posixacl allocations are leaked. A client can trigger this repeatedly with OPEN(CREATE), ACL attributes, and an invalid filename (e.g., longer than NAME_MAX).

Fix both by capturing the nfsd4acltoattr() return value and by changing the early error paths to jump to out instead of outwrite. Initialize child to ERRPTR(-EINVAL) so that endcreating() is safe to call even if start_creating() was never reached.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53396.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
7ab96df840e60eb933abfe65fc5fe44e72f16dc0
Fixed
18cf006a08babec0bbac2a3784f8f28e56e47490
Fixed
24c975bbdd564d7d0ad90294bfa69729830345de

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53396.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53396.json"