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

7.5 · HIGH
Published Jul 30, 2024 linux CWE-770 EPSS 0.87% (56th pctl)

Overview

CVE-2024-42145 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 30, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

IB/core: Implement a limit on UMAD receive List

The existing behavior of ib_umad, which maintains received MAD

packets in an unbounded list, poses a risk of uncontrolled growth.

As user-space applications extract packets from this list, the rate

of extraction may not match the rate of incoming packets, leading

to potential list overflow.

To address this, we introduce a limit to the size of the list. After

considering typical scenarios, such as OpenSM processing, which can

handle approximately 100k packets per second, and the 1-second retry

timeout for most packets, we set the list size limit to 200k. Packets

received beyond this limit are dropped, assuming they are likely timed

out by the time they are handled by user-space.

Notably, packets queued on the receive list due to reasons like

timed-out sends are preserved even when the list is full.

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, < 4.19.318 Affected

Frequently Asked Questions

What is CVE-2024-42145?

CVE-2024-42145 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 30, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2024-42145?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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