Security Advisory

CVE-2023-54088

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-12-24 13:06:18
Last updated 2026-05-23 15:32:37
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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().