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.
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).
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
| Date | Event | Detail |
| July 29, 2024 | Reserved | Reserved by Linux |
| July 30, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2024-42108 (Linux). CVSS 9.8 → 5.5 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 0aeec4bb6a9fc963932bf3c929bdf27d835d44e9 | — |
| Linux | Linux | — | 6.8 | 6.9.9 |
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.