CVE-2024-0443 MEDIUM

CVE-2024-0443: Kernel: blkio memory leakage due to blkcg and some blkgs are not freed after they are made offline.

Vendor Red Hat
Product Red Hat Enterprise Linux 6
Weakness CWE-402
Published January 11, 2024
Last update November 7, 2025

CVSS base score

5.5/10
Attack vector Local
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

What the vulnerability does

01Description

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, cgroup_rstat_flush() is only called at css_release_work_fn(), 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.

Key dates

02Disclosure timeline

January 11, 2024 CVE published
November 7, 2025 Record updated