
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-53052 is a vulnerability in the Linux kernel's io_uring subsystem, discovered and disclosed on November 19, 2024. The vulnerability affects the write operation handling in io_uring, specifically related to the interaction between write operations and filesystem freezing. The issue impacts multiple versions of the Linux kernel up to (excluding) 5.10.230, 5.15.172, 6.1.116, 6.6.60, and 6.11.7 (NVD).
The vulnerability occurs when io_uring starts a write operation and calls kiocb_start_write() to increment the super block rwsem, which prevents freezes during write operations. However, io_uring unconditionally uses kiocb_start_write(), which can block if someone is attempting to freeze the mount point. This creates a deadlock condition where the freeze operation waits for previous writes to complete, but these writes cannot complete because the task meant to complete them is blocked waiting to start a new write. The vulnerability has been assigned a CVSS v3.1 Base Score of 4.4 (MEDIUM) with vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability can lead to a deadlock condition in the Linux kernel, potentially causing system hangs or denial of service. The impact is limited by the fact that triggering the vulnerability requires CAP_SYS_ADMIN privileges, meaning it cannot be exploited by regular users (Kernel Patch).
The vulnerability has been fixed by modifying the io_uring subsystem to honor IOCB_NOWAIT and only attempt a blocking grab of the super block rwsem when necessary. For normal operations where IOCB_NOWAIT would always be set, the system returns -EAGAIN, which prompts the io_uring core to issue a blocking attempt of the write. This ensures forward progress while preventing the deadlock condition (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."