Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-53052

4.4 · MEDIUM
Published Nov 19, 2024 linux CWE-667 EPSS 0.18% (8th pctl)

Overview

CVE-2024-53052 is a medium-severity vulnerability affecting linux linux_kernel. It was published on November 19, 2024 and has a CVSS 3.1 base score of 4.4 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.4, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

io_uring/rw: fix missing NOWAIT check for O_DIRECT start write

When io_uring starts a write, it'll call kiocb_start_write() to bump the

super block rwsem, preventing any freezes from happening while that

write is in-flight. The freeze side will grab that rwsem for writing,

excluding any new writers from happening and waiting for existing writes

to finish. But io_uring unconditionally uses kiocb_start_write(), which

will block if someone is currently attempting to freeze the mount point.

This causes a deadlock where freeze is waiting for previous writes to

complete, but the previous writes cannot complete, as the task that is

supposed to complete them is blocked waiting on starting a new write.

This results in the following stuck trace showing that dependency with

the write blocked starting a new write:

task:fio state:D stack:0 pid:886 tgid:886 ppid:876

Call trace:

__switch_to+0x1d8/0x348

__sche

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 0, < 5.10.230 Affected

Frequently Asked Questions

What is CVE-2024-53052?

CVE-2024-53052 is a medium-severity vulnerability affecting linux linux_kernel. It was published on November 19, 2024 and has a CVSS 3.1 base score of 4.4 (MEDIUM).

How severe is CVE-2024-53052?

This vulnerability has a CVSS 3.1 base score of 4.4, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-53052?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-53052?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-53052 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.