CVE-2023-54088
Race Condition in Linux blk-cgroup Causing System Lockups
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves improper handling of a lock called queue_lock when removing a block group (blkg) from a queue's blkg_list. Specifically, the queue_lock must be held during the removal process in the blkg_free_workfn() function. If it is not held, it can lead to various bugs such as list corruption and hard lockups triggered by blkg_destroy_all().
How can this vulnerability impact me? :
If exploited or triggered, this vulnerability can cause serious system stability issues including corruption of internal kernel data structures (list corruption) and system hangs or crashes (hard lockups). This can lead to denial of service or unpredictable behavior on affected Linux systems.