PatchSiren cyber security CVE debrief
CVE-2026-53397 Linux CVE debrief
A vulnerability was found in the Linux kernel's nfsd, which could lead to a posix_acl leak on SETACL decode failure. The issue arises from nfsaclsvc_decode_setaclargs() and nfs3svc_decode_setaclargs() each calling nfs_stream_decode_acl() twice. If the first call succeeds but the second fails, the decoder returns false, leaving argp->acl_access dangling, resulting in a posix_acl leak for the lifetime of the server. The fix involves adding nfsaclsvc_release_setacl() and nfs3svc_release_setacl() to release both argp->acl_access and argp->acl_default in addition to fh_put(), and wiring them as pc_release for their respective SETACL procedures.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-19
- Original CVE updated
- 2026-08-17
- Advisory published
- 2026-07-19
- Advisory updated
- 2026-08-17
Who should care
Linux kernel users and administrators, particularly those managing systems with nfsd deployments, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing system configurations, updating to the latest kernel versions, and monitoring for suspicious activity related to nfsd.
Technical summary
The Linux kernel's nfsd has a vulnerability that causes a posix_acl leak on SETACL decode failure. This occurs because nfsaclsvc_decode_setaclargs() and nfs3svc_decode_setaclargs() call nfs_stream_decode_acl() twice. If the first call succeeds and the second fails, the decoder returns false, leaving argp->acl_access dangling. The fix involves adding nfsaclsvc_release_setacl() and nfs3svc_release_setacl() to release both argp->acl_access and argp->acl_default in addition to fh_put(), and wiring them as pc_release for their respective SETACL procedures.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the provided patches to fix the vulnerability
- Ensure that the Linux kernel is updated to the latest version
- Monitor the system for any suspicious activity related to nfsd
- Verify system configurations for exposure
- Review compensating controls for exposed systems
- Track exceptions and retest remediated assets
Evidence notes
The vulnerability was resolved by adding nfsaclsvc_release_setacl() and nfs3svc_release_setacl() to release posix_acl on decode failure. This fix addresses the posix_acl leak issue in the Linux kernel's nfsd. Linux kernel users and administrators should verify their systems for exposure and apply patches or mitigations as needed. Evidence is based on the CVE record and NVD details.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-53397 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-53397
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-53397 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-53397
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0853ac544c590880d797b04daa33fcb72b6be0e1
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/136b416593f1349cf6f72c8e3d18f0f204ee8545
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1e96239fddcefacf6afe6c498357be68eacbcabc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/887f92ceccf3eacd5f2402db21254d66372fae00
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a5b42c1e4ff2befaa6b96f7cbf32174751eba083
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b2eb1ffd511d1b3c3e21122f97cbbccea411e277
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b94c4be77682aab06d65ca7296149e3bcfb37353
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.