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-58057

5.5 · MEDIUM
Published Mar 6, 2025 linux EPSS 0.18% (7th pctl)

Overview

CVE-2024-58057 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 6, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, 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:

idpf: convert workqueues to unbound

When a workqueue is created with `WQ_UNBOUND`, its work items are

served by special worker-pools, whose host workers are not bound to

any specific CPU. In the default configuration (i.e. when

`queue_delayed_work` and friends do not specify which CPU to run the

work item on), `WQ_UNBOUND` allows the work item to be executed on any

CPU in the same node of the CPU it was enqueued on. While this

solution potentially sacrifices locality, it avoids contention with

other processes that might dominate the CPU time of the processor the

work item was scheduled on.

This is not just a theoretical problem: in a particular scenario

misconfigured process was hogging most of the time from CPU0, leaving

less than 0.5% of its CPU time to the kworker. The IDPF workqueues

that were using the kworker on CPU0 suffered large completion delays

as a result, causing performance degradation, timeouts and ev

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 >= 6.7, < 6.12.13 Affected

Frequently Asked Questions

What is CVE-2024-58057?

CVE-2024-58057 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 6, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-58057?

This vulnerability has a CVSS 3.1 base score of 5.5, 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-58057?

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-58057?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-58057 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.