In the Linux kernel, the following vulnerability has been resolved: nfsd: fix dead ACL conflict guard in nfsd4_create nfsd4_create() steals… (CVE-2026-53395)
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().
AI Analysis
Technical Summary
The Linux kernel's nfsd4_create() function mishandles ACL pointers by stealing create->cr_dpacl/cr_pacl into local attributes and then nullifying the source pointers before performing conflict checks. This results in the conflict guard condition always evaluating false, making the code that should prevent ACL conflicts dead. When a client sends a CREATE request encoding both FATTR4_WORD0_ACL and FATTR4_WORD2_POSIX_{DEFAULT,ACCESS}_ACL attributes, nfsd4_acl_to_attr() overwrites existing ACL attributes without releasing the originals, leaking two posix_acl slab objects per request. Repeated exploitation can cause unbounded slab memory exhaustion. The fix involves checking the local stolen attributes (attrs.na_dpacl/na_pacl) instead of the nullified source pointers, aligning with the correct pattern used elsewhere in the code.
Potential Impact
The vulnerability causes a memory leak of POSIX ACL objects in the kernel slab allocator when processing certain NFS CREATE requests. This can lead to unbounded slab exhaustion, potentially degrading system performance or causing denial of service due to resource exhaustion. There is no indication of privilege escalation or code execution from the provided data.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Since this is a Linux kernel vulnerability, monitor for official kernel updates addressing CVE-2026-53395 and apply them promptly once available. No alternative mitigations are specified in the provided data.
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix dead ACL conflict guard in nfsd4_create nfsd4_create() steals… (CVE-2026-53395)
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 v3.1
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel's nfsd4_create() function mishandles ACL pointers by stealing create->cr_dpacl/cr_pacl into local attributes and then nullifying the source pointers before performing conflict checks. This results in the conflict guard condition always evaluating false, making the code that should prevent ACL conflicts dead. When a client sends a CREATE request encoding both FATTR4_WORD0_ACL and FATTR4_WORD2_POSIX_{DEFAULT,ACCESS}_ACL attributes, nfsd4_acl_to_attr() overwrites existing ACL attributes without releasing the originals, leaking two posix_acl slab objects per request. Repeated exploitation can cause unbounded slab memory exhaustion. The fix involves checking the local stolen attributes (attrs.na_dpacl/na_pacl) instead of the nullified source pointers, aligning with the correct pattern used elsewhere in the code.
Potential Impact
The vulnerability causes a memory leak of POSIX ACL objects in the kernel slab allocator when processing certain NFS CREATE requests. This can lead to unbounded slab exhaustion, potentially degrading system performance or causing denial of service due to resource exhaustion. There is no indication of privilege escalation or code execution from the provided data.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Since this is a Linux kernel vulnerability, monitor for official kernel updates addressing CVE-2026-53395 and apply them promptly once available. No alternative mitigations are specified in the provided data.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-hmpx-qpgp-fw83
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-53395"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a5d27ad2a4a8d5989132280
Added to database: 07/19/2026, 19:38:21 UTC
Last enriched: 07/19/2026, 20:23:33 UTC
Last updated: 07/20/2026, 19:41:22 UTC
Views: 15
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.