0.0
NA
CVE-2024-42145
Linux kernel IB/core Denial of Service (DoS)
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.

INFO

Published Date :

July 30, 2024, 8:15 a.m.

Last Modified :

July 30, 2024, 1:32 p.m.

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67

Remotely Exploitable :

No

Impact Score :

Exploitability Score :

Affected Products

The following products are affected by CVE-2024-42145 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2024-42145 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2024-42145 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jul. 30, 2024

    Action Type Old Value New Value
    Added 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.
    Added Reference kernel.org https://git.kernel.org/stable/c/1288cf1cceb0e6df276e182f5412370fb4169bcb [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/b4913702419d064ec4c4bbf7270643c95cc89a1b [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/62349fbf86b5e13b02721bdadf98c29afd1e7b5f [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/d73cb8862e4d6760ccc94d3b57b9ef6271400607 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/63d202d948bb6d3a28cd8e8b96b160fa53e18baa [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/b8c5f635997f49c625178d1a0cb32a80ed33abe6 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/a6627fba793cc75b7365d9504a0095fb2902dda4 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/ca0b44e20a6f3032224599f02e7c8fb49525c894 [No types assigned]
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2024-42145 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2024-42145 weaknesses.

NONE - Vulnerability Scoring System