
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-57946 affects the Linux kernel's virtio-blk driver, specifically related to queue management during system suspend operations. The vulnerability was discovered when a commit (4ce6e2db00de) that replaced queue quiesce with queue freeze in virtio-blk's PM callbacks introduced potential deadlock issues. The issue affects Linux kernel versions from 6.7 and earlier versions up to 6.12.8, as well as versions from 6.2 up to 6.6.69 (NVD).
The vulnerability stems from keeping the queue frozen during the entire system suspend context. When the queue is frozen, any attempt to call into bioqueueenter() may result in a deadlock if the queue is frozen in the current context. This issue was particularly problematic because there are various ->suspend() calls made in the suspend context. The vulnerability was initially identified through a lockdep warning reported by Marek Szyprowski. The CVSS v3.1 base score for this vulnerability is 5.5 (MEDIUM), with a vector of CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The primary impact of this vulnerability is the potential for system deadlocks during suspend operations. When exploited, the issue can cause tasks to hang, particularly affecting operations such as exfatsyncfs(). This can lead to system availability issues, as reflected in the high availability impact score in the CVSS rating (NVD).
The vulnerability has been patched by modifying the queue management approach. Instead of keeping the queue frozen during the entire suspend operation, the fix implements a temporary freeze and unfreeze sequence while maintaining queue quiescence during suspend. This solution has been implemented through patches in various kernel versions. The fix has been incorporated into Linux kernel updates, with patches available for affected versions (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."