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-42108MEDIUM
Linux Linux — net: rswitch: Avoid use-after-free in rswitch_poll()
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   L   L   L   N  U  N  N  H    5.5   .0063   47.5     —
AFFECTED
  Product  Versions                                    Fixed
  Linux    0aeec4bb6a9fc963932bf3c929bdf27d835d44e9 –  —
  Linux    6.8 –                                       6.9.9
TIMELINE
  Jul 29  Reserved by Linux
  Jul 30  Published (CNA: Linux)
  Aug 4   RESCORED — CVE-2024-42108 (Linux). CVSS 9.8 → 5.5 (NVD).
CWE-416 · CNA: Linux · CVSS v3.1 · 3 references · NVD status: Modified

Description

In the Linux kernel, the following vulnerability has been resolved: net: rswitch: Avoid use-after-free in rswitch_poll() The use-after-free is actually in rswitch_tx_free(), which is inlined in rswitch_poll(). Since `skb` and `gq->skbs[gq->dirty]` are in fact the same pointer, the skb is first freed using dev_kfree_skb_any(), then the value in skb->len is used to update the interface statistics. Let's move around the instructions to use skb->len before the skb is freed. This bug is trivial to reproduce using KFENCE. It will trigger a splat every few packets. A simple ARP request or ICMP echo request is enough.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
July 29, 2024ReservedReserved by Linux
July 30, 2024PublishedPublished (CNA: Linux)
August 4, 2026RESCOREDRESCORED — CVE-2024-42108 (Linux). CVSS 9.8 → 5.5 (NVD).

Affected

Affected products and packages — 2 rows
VendorProduct / PackageEcosystemVersion introducedFixed
LinuxLinux0aeec4bb6a9fc963932bf3c929bdf27d835d44e9
LinuxLinux6.86.9.9

Weaknesses

CWE-416

References (3)

Related

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

Vendors: linux

Weaknesses: CWE-416

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2024-42108 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.