CVE-2026-74478
Last modified
CVE-2026-74478 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: um: vector: fix use-after-free in vector_mmsg_rx() When vector_mmsg_rx() discards a packet whose overlay header fails verify_header(), it frees the skb and continues the loop: if (header_check < 0) { dev_kfree_skb_irq(skb); vp->estats.rx_encaps_errors++; continue; } The normal and short-packet paths fall through to the bottom of the loop body, which clears the consumed slot and advances the cursors: (*skbuff_vector) = NULL; mmsg_vector++; skbuff_vector++; The verify_header() < 0 path skips that via continue, so the freed skb is left in skbuff_vector[] and the cursors do not advance. The next iteration reads the same slot, gets the freed skb, and frees it again, producing a refcount underflow / use-after-free in the RX path. Discard the slot the same way the other paths do before continuing. Only transports whose verify_header() can return negative are affected: GRE and L2TPv3 do so on a cookie/session-id mismatch (raw/tap do not), so any peer on such a transport can trigger it without authentication.. EPSS estimates a 0.51% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: um: vector: fix use-after-free in vector_mmsg_rx() When vector_mmsg_rx() discards a packet whose overlay header fails verify_header(), it frees the skb and continues the loop: if (header_check < 0) { dev_kfree_skb_irq(skb); vp->estats.rx_encaps_errors++; continue; } The normal and short-packet paths fall through to the bottom of the loop body, which clears the consumed slot and advances the cursors: (*skbuff_vector) = NULL; mmsg_vector++; skbuff_vector++; The verify_header() < 0 path skips that via continue, so the freed skb is left in skbuff_vector[] and the cursors do not advance. The next iteration reads the same slot, gets the freed skb, and frees it again, producing a refcount underflow / use-after-free in the RX path. Discard the slot the same way the other paths do before continuing. Only transports whose verify_header() can return negative are affected: GRE and L2TPv3 do so on a cookie/session-id mismatch (raw/tap do not), so any peer on such a transport can trigger it without authentication.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 49da7e64f33e80edffb1a9eeb230fa4c3f42dffb, < 967c779c9853d2a1cc9cd8e61d300250c348f3d9; >= 49da7e64f33e80edffb1a9eeb230fa4c3f42dffb, < a7bc015bb798c525e7a82dd14225c6aeb994274b; >= 49da7e64f33e80edffb1a9eeb230fa4c3f42dffb, < 7dc9781e320d664c9bdd50003c9acfddf363d1e1; >= 49da7e64f33e80edffb1a9eeb230fa4c3f42dffb, < 4b9601595e8b6b5d18878cac0aeabc687d241111; >= 49da7e64f33e80edffb1a9eeb230fa4c3f42dffb, < 67d58ab4f2ccf7145f3da07e025735a09c79de1b; >= 49da7e64f33e80edffb1a9eeb230fa4c3f42dffb, < 180ff4c81faf01ec4e06082c9daa7c40518ead89; >= 49da7e64f33e80edffb1a9eeb230fa4c3f42dffb, < 804b681002ead233abf49a3efd681f5468a835f9; >= 49da7e64f33e80edffb1a9eeb230fa4c3f42dffb, < af421e9aed3920c7ac88c24daa48606c7112feca |
| Linux | Linux | 4.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74478?
How severe is CVE-2026-74478?
How do I fix CVE-2026-74478?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74472In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74473In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74474In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74475In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-74476In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-74477In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74479In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7448Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-74480In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74481In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74482In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74483In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74478?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
