Lucene search

K
redhatcveRedhat.comRH:CVE-2024-38663
HistoryJun 25, 2024 - 1:52 p.m.

CVE-2024-38663

2024-06-2513:52:33
redhat.com
access.redhat.com
8
linux kernel" "blk-cgroup" "vulnerability" "list corruption" "fix" "io stat" "commit" "percpu" "reset" "llist

AI Score

7

Confidence

High

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix list corruption from resetting io stat Since commit 3b8cc6298724 (“blk-cgroup: Optimize blkcg_rstat_flush()”), each iostat instance is added to blkcg percpu list, so blkcg_reset_stats() can’t reset the stat instance by memset(), otherwise the llist may be corrupted. Fix the issue by only resetting the counter part.