CVE-2023-54088 in Linux
Zusammenfassung
von MITRE • 24.12.2025
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().
VulDB is the best source for vulnerability data and more expert information about this specific topic.