CVE-2026-53395
Received Received - Intake

Linux kernel ACL Leak in nfsd4_create

Vulnerability report for CVE-2026-53395, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix dead ACL conflict guard in nfsd4_create nfsd4_create() steals create->cr_dpacl/cr_pacl into the local nfsd_attrs via the designated initializer, then immediately sets the source pointers to NULL. The subsequent conflict guard tests the already-nilled source fields, making it permanently dead code: if (create->cr_acl) { if (create->cr_dpacl || create->cr_pacl) /* always false */ When a client encodes both FATTR4_WORD0_ACL and FATTR4_WORD2_POSIX_{DEFAULT,ACCESS}_ACL in the same CREATE fattr bitmap, nfsd4_acl_to_attr() overwrites attrs.na_pacl/na_dpacl without releasing the originals, leaking two posix_acl slab objects per request. Repeated requests cause unbounded slab exhaustion. Fix by checking attrs.na_dpacl/na_pacl (the stolen values) instead of the nilled create->cr_dpacl/cr_pacl, matching the correct pattern already used in nfsd4_setattr().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a flaw in the NFS server (nfsd) where a dead ACL conflict guard is incorrectly implemented. When a client sends a CREATE request with both ACL and POSIX ACL attributes, the server fails to properly release memory for ACL objects, leading to slab exhaustion and potential system instability.

Detection Guidance

This vulnerability is specific to the Linux kernel's NFS daemon (nfsd) and may not have direct network detection commands. Monitor for slab exhaustion in posix_acl objects, unusual NFS server crashes, or high memory usage in nfsd processes. Check kernel logs for NFS-related errors or slab allocation failures.

Impact Analysis

This vulnerability can cause memory leaks and slab exhaustion on systems running the affected Linux kernel. Repeated exploitation may lead to system crashes, degraded performance, or denial of service due to resource exhaustion.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a Linux kernel issue related to NFS daemon (nfsd) ACL handling. It causes slab exhaustion due to memory leaks but does not involve data breaches or unauthorized access.

Mitigation Strategies

Apply the Linux kernel patch that resolves this issue. If patching is not immediately possible, consider disabling NFSv4 ACL features temporarily or restricting access to NFS shares until the patch is applied. Monitor system memory and slab usage for signs of exhaustion.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53395. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart