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.
                
            References
                    Configurations
                    Configuration 1 (hide)
| 
 | 
History
                    24 Mar 2025, 17:29
| Type | Values Removed | Values Added | 
|---|---|---|
| First Time | Linux linux Kernel Linux | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/714e59b5456e4d6e4295a9968c564abe193f461c - Patch | |
| References | () https://git.kernel.org/stable/c/785298ab6b802afa75089239266b6bbea590809c - Patch | |
| References | () https://git.kernel.org/stable/c/d0aac2363549e12cc79b8e285f13d5a9f42fd08e - Patch | 
Information
                Published : 2024-06-24 14:15
Updated : 2025-03-24 17:29
NVD link : CVE-2024-38384
Mitre link : CVE-2024-38384
CVE.ORG link : CVE-2024-38384
JSON object : View
Products Affected
                linux
- linux_kernel
CWE
                
                    
                        
                        CWE-400
                        
            Uncontrolled Resource Consumption
