CVE-2024-38384

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-38384
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-38384.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-38384
Downstream
Related
Published
2024-06-24T14:15:12Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

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

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

_blkcgrstatflush() can be run anytime, especially when blkcgroupbiostart is being executed.

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

Fix the issue by adding one barrier.

References

Affected packages