CVE-2024-0443: Kernel: blkio memory leakage due to blkcg and some blkgs are not freed after they are made offline.
A cgroup blkio memory leakage problem was found in blkgs destruction path in block/blk-cgroup.c in the Linux kernel. In this flaw, an attacker with a local access may cause a system instability, such as out of memory.
Refer: https://lore.kernel.org/linux-block/20221215033132.230023-3-longman@redhat.com/
Other sources
A flaw was found in the blkgs destruction path in block/blk-cgroup.c in the Linux kernel, leading to a cgroup blkio memory leakage problem. When a cgroup is being destroyed, cgrouprstatflush() is only called at cssreleaseworkfn(), which is called when the blkcg reference count reaches 0. This circular dependency will prevent blkcg and some blkgs from being freed after they are made offline. This issue may allow an attacker with a local access to cause system instability, such as an out of memory error.
— NVD
Linux Kernel is vulnerable to a denial of service, caused by a flaw in the blkgs destruction path in block/blk-cgroup.c. A local authenticated attacker could exploit this vulnerability to cause system instability.
— IBM
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-0443?
CVE-2024-0443 has been classified with a high severity due to its potential to cause system instability and memory leakage.
How do I fix CVE-2024-0443?
To fix CVE-2024-0443, update the Linux kernel to a version above 6.4 to mitigate the cgroup blkio memory leakage vulnerability.
Who is affected by CVE-2024-0443?
CVE-2024-0443 affects users of Linux kernel versions from 6.2 up to 6.4, as well as specific versions of Red Hat Enterprise Linux and Fedora.
What types of systems are impacted by CVE-2024-0443?
Systems running Linux kernel versions 6.2 to 6.4, including various distributions like Red Hat Enterprise Linux 8.0, 9.0, and Fedora 39, are impacted.
Can CVE-2024-0443 be exploited remotely?
CVE-2024-0443 requires local access for exploitation, making it less likely to be exploited remotely.