First published: Tue May 21 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.14<4.4.276 | |
Linux Kernel | >=4.5<4.9.276 | |
Linux Kernel | >=4.10<4.14.240 | |
Linux Kernel | >=4.15<4.19.198 | |
Linux Kernel | >=4.20<5.4.134 | |
Linux Kernel | >=5.5<5.10.52 | |
Linux Kernel | >=5.11<5.12.19 | |
Linux Kernel | >=5.13<5.13.4 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47320 has a severity rating of medium, as it involves a memory leak in the Linux kernel.
To fix CVE-2021-47320, update your Linux kernel to a version that includes the patch addressing this vulnerability.
CVE-2021-47320 affects multiple Linux kernel versions ranging from 3.14 to 5.13.4.
The impact of CVE-2021-47320 is primarily a memory leak, which could potentially lead to increased memory usage over time.
Yes, CVE-2021-47320 is related to the NFS subsystem in the Linux kernel, specifically affecting the handling of access control lists.