CVE-2024-53052
Linux Kernel vulnerability analysis and mitigation

Overview

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

Technical details

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

Impact

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

Mitigation and workarounds

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

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-71142N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-modules-internal
NoNoJan 14, 2026
CVE-2025-71137N/AN/A
  • Linux KernelLinux Kernel
  • libperf-devel
NoYesJan 14, 2026
CVE-2025-71135N/AN/A
  • Linux KernelLinux Kernel
  • libperf-devel
NoNoJan 14, 2026
CVE-2025-71134N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-devel
NoNoJan 14, 2026
CVE-2025-71133N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-debug-modules-partner
NoYesJan 14, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management