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

7.3 · HIGH
Published Aug 26, 2024 linux CWE-787 EPSS 0.19% (8th pctl)

Overview

CVE-2024-44933 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 26, 2024 and has a CVSS 3.1 base score of 7.3 (HIGH).

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

bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()

A recent commit has modified the code in __bnxt_reserve_rings() to

set the default RSS indirection table to default only when the number

of RX rings is changing. While this works for newer firmware that

requires RX ring reservations, it causes the regression on older

firmware not requiring RX ring resrvations (BNXT_NEW_RM() returns

false).

With older firmware, RX ring reservations are not required and so

hw_resc->resv_rx_rings is not always set to the proper value. The

comparison:

if (old_rx_rings != bp->hw_resc.resv_rx_rings)

in __bnxt_reserve_rings() may be false even when the RX rings are

changing. This will cause __bnxt_reserve_rings() to skip setting

the default RSS indirection table to default to match the current

number of RX rings. This may later cause bnxt_fill_hw_rss_tbl() to

use an out-of-range index.

We already have bnxt_check_rss_tbl_no

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

Frequently Asked Questions

What is CVE-2024-44933?

CVE-2024-44933 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 26, 2024 and has a CVSS 3.1 base score of 7.3 (HIGH).

How severe is CVE-2024-44933?

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

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

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