
Cloud Vulnerability DB
A community-led vulnerabilities database
A flaw was found in the filelock_init in fs/locks.c function in the Linux kernel (CVE-2022-0480). This vulnerability was discovered in 2022 and affects Linux kernel systems. The issue can lead to host memory exhaustion due to memcg not limiting the number of Portable Operating System Interface (POSIX) file locks (NVD, Red Hat).
The vulnerability exists in the filelock_init function within fs/locks.c of the Linux kernel. The core issue is that the memory cgroup (memcg) does not properly limit the number of POSIX file locks, allowing unlimited allocation of small but long-living objects per each open file. The vulnerability has been assigned a CVSS v3.1 Base Score of 5.5 (Medium) with the vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability can lead to host memory exhaustion, as attackers can create file locks for each open file and force the kernel to allocate unlimited small but long-living objects. This is particularly concerning in containerized environments where the host's memory can be depleted from inside a memcg-limited container (GitHub Issue).
The vulnerability can be exploited by local attackers with access to file operations. It has been demonstrated that attackers inside containers can allocate a huge number of posix locks to exhaust all memory on the host node. The vulnerability is particularly concerning because the number of posix locks is not limited by rlimit/sysctl by default (GitHub Issue).
A patch was initially developed to enable accounting for file lock caches by adding SLAB_ACCOUNT to the kmem_cache_create calls for file locks. However, this patch was later reverted due to performance concerns. For containerized environments, a temporary mitigation involves disabling the '-o posix_lock' option. The issue has been addressed in various Linux distributions through security updates (Red Hat, Ubuntu).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."