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

10.0 · CRITICAL
Published Dec 29, 2024 linux EPSS 0.50% (41th pctl)

Overview

CVE-2024-56719 is a critical-severity vulnerability affecting linux linux_kernel. It was published on December 29, 2024 and has a CVSS 3.1 base score of 10.0 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 10.0, 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: fix TSO DMA API usage causing oops

Commit 66600fac7a98 ("net: stmmac: TSO: Fix unbalanced DMA map/unmap

for non-paged SKB data") moved the assignment of tx_skbuff_dma[]'s

members to be later in stmmac_tso_xmit().

The buf (dma cookie) and len stored in this structure are passed to

dma_unmap_single() by stmmac_tx_clean(). The DMA API requires that

the dma cookie passed to dma_unmap_single() is the same as the value

returned from dma_map_single(). However, by moving the assignment

later, this is not the case when priv->dma_cap.addr64 > 32 as "des"

is offset by proto_hdr_len.

This causes problems such as:

dwc-eth-dwmac 2490000.ethernet eth0: Tx DMA map failed

and with DMA_API_DEBUG enabled:

DMA-API: dwc-eth-dwmac 2490000.ethernet: device driver tries to +free DMA memory it has not allocated [device address=0x000000ffffcf65c0] [size=66 bytes]

Fix this by maintaining "des" as the original DMA cookie,

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.15.171, < 5.16 Affected

Frequently Asked Questions

What is CVE-2024-56719?

CVE-2024-56719 is a critical-severity vulnerability affecting linux linux_kernel. It was published on December 29, 2024 and has a CVSS 3.1 base score of 10.0 (CRITICAL).

How severe is CVE-2024-56719?

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

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

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