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

9.8 · CRITICAL
Published Jan 11, 2025 linux CWE-191 EPSS 0.41% (34th pctl)

Overview

CVE-2024-57843 is a critical-severity vulnerability affecting linux linux_kernel. It was published on January 11, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

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

virtio-net: fix overflow inside virtnet_rq_alloc

When the frag just got a page, then may lead to regression on VM.

Specially if the sysctl net.core.high_order_alloc_disable value is 1,

then the frag always get a page when do refill.

Which could see reliable crashes or scp failure (scp a file 100M in size

to VM).

The issue is that the virtnet_rq_dma takes up 16 bytes at the beginning

of a new frag. When the frag size is larger than PAGE_SIZE,

everything is fine. However, if the frag is only one page and the

total size of the buffer and virtnet_rq_dma is larger than one page, an

overflow may occur.

The commit f9dac92ba908 ("virtio_ring: enable premapped mode whatever

use_dma_api") introduced this problem. And we reverted some commits to

fix this in last linux version. Now we try to enable it and fix this

bug directly.

Here, when the frag size is not enough, we reduce the buffer len to fix

this problem.

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 >= 0, < 6.6.66 Affected

Frequently Asked Questions

What is CVE-2024-57843?

CVE-2024-57843 is a critical-severity vulnerability affecting linux linux_kernel. It was published on January 11, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2024-57843?

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

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

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