U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-38384

Change History

New CVE Received by NIST 6/24/2024 10:15:12 AM

Action Type Old Value New Value
Added Description

								
							
							
						
In the Linux kernel, the following vulnerability has been resolved:

blk-cgroup: fix list corruption from reorder of WRITE ->lqueued

__blkcg_rstat_flush() can be run anytime, especially when blk_cgroup_bio_start
is being executed.

If WRITE of `->lqueued` is re-ordered with READ of 'bisc->lnode.next' in
the loop of __blkcg_rstat_flush(), `next_bisc` can be assigned with one
stat instance being added in blk_cgroup_bio_start(), then the local
list in __blkcg_rstat_flush() could be corrupted.

Fix the issue by adding one barrier.
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/714e59b5456e4d6e4295a9968c564abe193f461c [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/785298ab6b802afa75089239266b6bbea590809c [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/d0aac2363549e12cc79b8e285f13d5a9f42fd08e [No types assigned]