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

8.6 · HIGH
Published Apr 29, 2025 linux CWE-787 EPSS 0.31% (23th pctl)

Overview

CVE-2024-58099 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 29, 2025 and has a CVSS 3.1 base score of 8.6 (HIGH).

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

vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame

Andrew and Nikolay reported connectivity issues with Cilium's service

load-balancing in case of vmxnet3.

If a BPF program for native XDP adds an encapsulation header such as

IPIP and transmits the packet out the same interface, then in case

of vmxnet3 a corrupted packet is being sent and subsequently dropped

on the path.

vmxnet3_xdp_xmit_frame() which is called e.g. via vmxnet3_run_xdp()

through vmxnet3_xdp_xmit_back() calculates an incorrect DMA address:

page = virt_to_page(xdpf->data);

tbi->dma_addr = page_pool_get_dma_addr(page) +

VMXNET3_XDP_HEADROOM;

dma_sync_single_for_device(&adapter->pdev->dev,

tbi->dma_addr, buf_size,

DMA_TO_DEVICE);

The above assumes a fixed offset (VMXNET3_XDP_HEADROOM), but the XDP

BPF program could have moved xdp->data. While the passed buf_size i

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.6, < 6.6.59 Affected

Frequently Asked Questions

What is CVE-2024-58099?

CVE-2024-58099 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 29, 2025 and has a CVSS 3.1 base score of 8.6 (HIGH).

How severe is CVE-2024-58099?

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

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

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