CVE-2026-74473
Last modified
CVE-2026-74473 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskb_network_may_pull() in route_shortcircuit() route_shortcircuit() currently calls pskb_may_pull(skb, sizeof(struct iphdr)) (or ipv6hdr), which checks if bytes are available starting from skb->data. However, in vxlan_xmit(), skb->data points to the MAC header, so skb_network_offset(skb) is ETH_HLEN (14 bytes). Using pskb_may_pull(skb, 20) only checks 20 bytes from skb->data (which is 14 bytes MAC header + 6 bytes of IP header), leaving the rest of the IP header potentially un-pulled in non-linear frags. EPSS estimates a 0.46% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskb_network_may_pull() in route_shortcircuit() route_shortcircuit() currently calls pskb_may_pull(skb, sizeof(struct iphdr)) (or ipv6hdr), which checks if bytes are available starting from skb->data. However, in vxlan_xmit(), skb->data points to the MAC header, so skb_network_offset(skb) is ETH_HLEN (14 bytes). Using pskb_may_pull(skb, 20) only checks 20 bytes from skb->data (which is 14 bytes MAC header + 6 bytes of IP header), leaving the rest of the IP header potentially un-pulled in non-linear frags. Subsequent dereferences of ip_hdr(skb)->daddr can read beyond the pulled linear buffer length. Fix this by using pskb_network_may_pull(), which adds skb_network_offset(skb) to the length check to ensure the full network header is present in the linear buffer.
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 | >= e4f67addf158f98f8197e08974966b18480dc751, < c419af4924c1593500a40519730ed98575d04a3e; >= e4f67addf158f98f8197e08974966b18480dc751, < 6bd0a3a1b5744166946f0c551a6665c3b46b05e4; >= e4f67addf158f98f8197e08974966b18480dc751, < 214ba43faf106cb06cd3dd30999c5c809c868b53; >= e4f67addf158f98f8197e08974966b18480dc751, < 42887be7c4cf283cce02cd0fb6411221167c8b6c; >= e4f67addf158f98f8197e08974966b18480dc751, < aa0d31376d574ac858a40078431a77127bf04ee4; >= e4f67addf158f98f8197e08974966b18480dc751, < ee799977d7941dbfb11049e17edd9eaf4f8820f7; >= e4f67addf158f98f8197e08974966b18480dc751, < 4f3f96e771a20263635bb5e1307c112d613b4bbd; >= e4f67addf158f98f8197e08974966b18480dc751, < 26bb2dd0a8839617e2c79ffbbe1923f8e4bab9fb |
| Linux | Linux | 3.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74473?
How severe is CVE-2026-74473?
How do I fix CVE-2026-74473?
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-74468In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74469In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-7447A flaw has been found in SourceCodester Pet Grooming Managem…6.3
- CVE-2026-74470In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74471In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74472In the Linux kernel, the following vulnerability has been re…
- 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-74478In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74479In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74473?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
