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

7.5 · HIGH
Published Sep 4, 2024 linux EPSS 0.64% (48th pctl)

Overview

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

net: mana: Fix RX buf alloc_size alignment and atomic op panic

The MANA driver's RX buffer alloc_size is passed into napi_build_skb() to

create SKB. skb_shinfo(skb) is located at the end of skb, and its alignment

is affected by the alloc_size passed into napi_build_skb(). The size needs

to be aligned properly for better performance and atomic operations.

Otherwise, on ARM64 CPU, for certain MTU settings like 4000, atomic

operations may panic on the skb_shinfo(skb)->dataref due to alignment fault.

To fix this bug, add proper alignment to the alloc_size calculation.

Sample panic info:

[ 253.298819] Unable to handle kernel paging request at virtual address ffff000129ba5cce

[ 253.300900] Mem abort info:

[ 253.301760] ESR = 0x0000000096000021

[ 253.302825] EC = 0x25: DABT (current EL), IL = 32 bits

[ 253.304268] SET = 0, FnV = 0

[ 253.305172] EA = 0, S1PTW = 0

[ 253.306103] FSC = 0x21: alignment fault

C

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 >= 6.4, < 6.6.48 Affected

Frequently Asked Questions

What is CVE-2024-45001?

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

How severe is CVE-2024-45001?

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

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

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