boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2024-57843MEDIUM
Linux Linux — virtio-net: fix overflow inside virtnet_rq_alloc
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   L   L   L   N  U  N  N  H    5.5   .0041   34.7     —
AFFECTED
  Product  Versions                                    Fixed
  Linux    295525e29a5b5694a6e96864f0c1365f79639863 –  —
  Linux    6.6 –                                       6.6.66
TIMELINE
  Jan 11  Reserved by Linux
  Jan 11  Published (CNA: Linux)
  Aug 4   RESCORED — CVE-2024-57843 (Linux). CVSS 9.8 → 5.5 (NVD).
CWE-191 · CNA: Linux · CVSS v3.1 · 3 references · NVD status: Modified

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.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
January 11, 2025ReservedReserved by Linux
January 11, 2025PublishedPublished (CNA: Linux)
August 4, 2026RESCOREDRESCORED — CVE-2024-57843 (Linux). CVSS 9.8 → 5.5 (NVD).

Affected

Affected products and packages — 2 rows
VendorProduct / PackageEcosystemVersion introducedFixed
LinuxLinux295525e29a5b5694a6e96864f0c1365f79639863
LinuxLinux6.66.6.66

Weaknesses

CWE-191

References (3)

Related

Authoritative record: CVE-2024-57843 at cve.org

Vendors: linux

Weaknesses: CWE-191

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2024-57843 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.