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 — tun: add missing verification for short frame
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U H N H 7.1 .0025 17.2 —
AFFECTED
Product Versions Fixed
Linux 043d222f93ab8c76b56a3b315cd8692e35affb6c – —
Linux 4.20 – 5.4.281
TIMELINE
Jul 12 Reserved by Linux
Jul 29 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2024-41091 (Linux). CVSS 8.8 → 7.1 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
tun: add missing verification for short frame
The cited commit missed to check against the validity of the frame length
in the tun_xdp_one() path, which could cause a corrupted skb to be sent
downstack. Even before the skb is transmitted, the
tun_xdp_one-->eth_type_trans() may access the Ethernet header although it
can be less than ETH_HLEN. Once transmitted, this could either cause
out-of-bound access beyond the actual length, or confuse the underlayer
with incorrect or inconsistent header length in the skb metadata.
In the alternative path, tun_get_user() already prohibits short frame which
has the length less than Ethernet header size from being transmitted for
IFF_TAP.
This is to drop any frame shorter than the Ethernet header size just like
how tun_get_user() does.
CVE: CVE-2024-41091
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| July 12, 2024 | Reserved | Reserved by Linux |
| July 29, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2024-41091 (Linux). CVSS 8.8 → 7.1 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 043d222f93ab8c76b56a3b315cd8692e35affb6c | — |
| Linux | Linux | — | 4.20 | 5.4.281 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2024-41091 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.