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

7.5 · HIGH
Published Nov 7, 2024 linux CWE-476 EPSS 0.58% (45th pctl)

Overview

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

octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()

build_skb() returns NULL in case of a memory allocation failure so handle

it inside __octep_oq_process_rx() to avoid NULL pointer dereference.

__octep_oq_process_rx() is called during NAPI polling by the driver. If

skb allocation fails, keep on pulling packets out of the Rx DMA queue: we

shouldn't break the polling immediately and thus falsely indicate to the

octep_napi_poll() that the Rx pressure is going down. As there is no

associated skb in this case, don't process the packets and don't push them

up the network stack - they are skipped.

Helper function is implemented to unmmap/flush all the fragment buffers

used by the dropped packet. 'alloc_failures' counter is incremented to

mark the skb allocation error in driver statistics.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

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 >= 5.19, < 6.1.115 Affected

Frequently Asked Questions

What is CVE-2024-50145?

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

How severe is CVE-2024-50145?

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

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

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