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

5.5 · MEDIUM
Published Aug 7, 2024 linux CWE-667 EPSS 0.17% (6th pctl)

Overview

CVE-2024-42245 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 7, 2024 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:

Revert "sched/fair: Make sure to try to detach at least one movable task"

This reverts commit b0defa7ae03ecf91b8bfd10ede430cff12fcbd06.

b0defa7ae03ec changed the load balancing logic to ignore env.max_loop if

all tasks examined to that point were pinned. The goal of the patch was

to make it more likely to be able to detach a task buried in a long list

of pinned tasks. However, this has the unfortunate side effect of

creating an O(n) iteration in detach_tasks(), as we now must fully

iterate every task on a cpu if all or most are pinned. Since this load

balance code is done with rq lock held, and often in softirq context, it

is very easy to trigger hard lockups. We observed such hard lockups with

a user who affined O(10k) threads to a single cpu.

When I discussed this with Vincent he initially suggested that we keep

the limit on the number of tasks to detach, but increase the number of

tasks we can search. However, a

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.1, < 6.1.100 Affected

Frequently Asked Questions

What is CVE-2024-42245?

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

How severe is CVE-2024-42245?

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

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

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