CVE-2021-47320: nfs: fix acl memory leak of posix_acl_create()
In the Linux kernel, the following vulnerability has been resolved:
nfs: fix acl memory leak of posix_acl_create()
When looking into another nfs xfstests report, I found acl and
default_acl in nfs3_proc_create() and nfs3_proc_mknod() error
paths are possibly leaked. Fix them in advance.
Security readout for executives and security teams
Plain-English summary
CVE-2021-47320 is a Linux kernel NFS issue where ACL data can be leaked in specific NFSv3 create or mknod error paths. The public bundle does not provide CVSS, confirmed impact beyond memory leak, or evidence of active exploitation.
Executive priority
Handle through normal kernel patch management, with extra attention to NFS-dependent servers and workstations. The evidence supports a real kernel memory leak fix, but not emergency treatment without confirmed exploit activity or severity scoring.
Technical view
The resolved kernel change frees acl and default_acl objects on error paths in nfs3_proc_create() and nfs3_proc_mknod() after posix_acl_create(). Affected entries include Linux kernel versions from 3.14 through 5.14 as listed in the CVE source bundle.
Likely exposure
Likely relevant to Linux systems running affected kernels and using NFSv3 paths involving POSIX ACL handling. Exposure depends on kernel build, distribution backports, NFS usage, and whether the vulnerable code paths are reachable.
Exploitation context
CISA KEV status is false in the supplied bundle. The sources do not claim public exploitation, exploit availability, attacker prerequisites, or practical denial-of-service impact. Treat exploitability as unconfirmed from the provided evidence.
Researcher notes
The bundle identifies a memory leak in NFSv3 ACL error handling, not memory corruption or privilege escalation. Research should focus on reachability of nfs3_proc_create() and nfs3_proc_mknod() error paths and distribution backport status, without assuming exploitability.
Mitigation direction
Update affected Linux kernels through vendor-supported packages or fixed stable releases.
Review distribution advisories to map vendor kernel versions to fixed upstream commits.
Prioritize systems with NFSv3 usage and POSIX ACL-enabled file creation workflows.
Apply normal reboot or live-patching procedures required for kernel fixes.
Validation and detection
Inventory Linux kernel versions and compare them with vendor fixed versions.
Identify hosts mounting or serving NFSv3 where ACLs are enabled.
Confirm the relevant NFS fix is included in the running kernel package.
Check vulnerability scanner results against distribution-specific backport information.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2021-47320 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.