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

9.4 · CRITICAL
Published Nov 19, 2024 linux EPSS 0.61% (47th pctl)

Overview

CVE-2024-53058 is a critical-severity vulnerability affecting linux linux_kernel. It was published on November 19, 2024 and has a CVSS 3.1 base score of 9.4 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.4, rated CRITICAL. 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: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data

In case the non-paged data of a SKB carries protocol header and protocol

payload to be transmitted on a certain platform that the DMA AXI address

width is configured to 40-bit/48-bit, or the size of the non-paged data

is bigger than TSO_MAX_BUFF_SIZE on a certain platform that the DMA AXI

address width is configured to 32-bit, then this SKB requires at least

two DMA transmit descriptors to serve it.

For example, three descriptors are allocated to split one DMA buffer

mapped from one piece of non-paged data:

dma_desc[N + 0],

dma_desc[N + 1],

dma_desc[N + 2].

Then three elements of tx_q->tx_skbuff_dma[] will be allocated to hold

extra information to be reused in stmmac_tx_clean():

tx_q->tx_skbuff_dma[N + 0],

tx_q->tx_skbuff_dma[N + 1],

tx_q->tx_skbuff_dma[N + 2].

Now we focus on tx_q->tx_skbuff_dma[entry].buf, which is the DM

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 >= 4.7, < 5.15.171 Affected

Frequently Asked Questions

What is CVE-2024-53058?

CVE-2024-53058 is a critical-severity vulnerability affecting linux linux_kernel. It was published on November 19, 2024 and has a CVSS 3.1 base score of 9.4 (CRITICAL).

How severe is CVE-2024-53058?

This vulnerability has a CVSS 3.1 base score of 9.4, rated CRITICAL. 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-53058?

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

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