Bug 2425095 (CVE-2023-54088) - CVE-2023-54088 kernel: blk-cgroup: hold queue_lock when removing blkg->q_node
Summary: CVE-2023-54088 kernel: blk-cgroup: hold queue_lock when removing blkg->q_node
Keywords:
Status: NEW
Alias: CVE-2023-54088
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 14:02 UTC by OSIDB Bzimport
Modified: 2026-03-16 03:43 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 14:02:26 UTC
In the Linux kernel, the following vulnerability has been resolved:

blk-cgroup: hold queue_lock when removing blkg->q_node

When blkg is removed from q->blkg_list from blkg_free_workfn(), queue_lock
has to be held, otherwise, all kinds of bugs(list corruption, hard lockup,
..) can be triggered from blkg_destroy_all().


Note You need to log in before you can comment on or make changes to this bug.