CVE-2024-38384

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-38384
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-38384.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-38384
Downstream
Related
Published
2024-06-24T14:15:12Z
Modified
2025-03-24T17:29:07Z
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

Debian:13 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.9.7-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}