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

7.8 · HIGH
Published Jul 30, 2024 linux CWE-129 EPSS 0.26% (17th pctl)

Overview

CVE-2024-42148 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.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

bnx2x: Fix multiple UBSAN array-index-out-of-bounds

Fix UBSAN warnings that occur when using a system with 32 physical

cpu cores or more, or when the user defines a number of Ethernet

queues greater than or equal to FP_SB_MAX_E1x using the num_queues

module parameter.

Currently there is a read/write out of bounds that occurs on the array

"struct stats_query_entry query" present inside the "bnx2x_fw_stats_req"

struct in "drivers/net/ethernet/broadcom/bnx2x/bnx2x.h".

Looking at the definition of the "struct stats_query_entry query" array:

struct stats_query_entry query[FP_SB_MAX_E1x+

BNX2X_FIRST_QUEUE_QUERY_IDX];

FP_SB_MAX_E1x is defined as the maximum number of fast path interrupts and

has a value of 16, while BNX2X_FIRST_QUEUE_QUERY_IDX has a value of 3

meaning the array has a total size of 19.

Since accesses to "struct stats_query_entry query" are offset-ted by

BNX2X_FIRST_QUEUE_QUERY_IDX, that means tha

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

Frequently Asked Questions

What is CVE-2024-42148?

CVE-2024-42148 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.8 (HIGH).

How severe is CVE-2024-42148?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-42148?

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

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