CVE-2026-74474
Last modified
CVE-2026-74474 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() for transmit path header pulls In vxlan_xmit(), arp_reduce(), and vxlan_mdb_entry_skb_get(), pskb_may_pull() was being called to verify the availability of network layer headers (ARP, IPv6/ND, IP/IPv6 MDB keys). However, during transmit skb->data points to the MAC header, so skb_network_offset(skb) is ETH_HLEN (14 bytes). Using pskb_may_pull(skb, len) only checks len bytes from skb->data rather than skb_network_offset(skb) + len, which can leave part of the network header in non-linear frags. Replace these remaining pskb_may_pull() calls with pskb_network_may_pull() to properly account for the MAC header offset.. EPSS estimates a 0.44% 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() for transmit path header pulls In vxlan_xmit(), arp_reduce(), and vxlan_mdb_entry_skb_get(), pskb_may_pull() was being called to verify the availability of network layer headers (ARP, IPv6/ND, IP/IPv6 MDB keys). However, during transmit skb->data points to the MAC header, so skb_network_offset(skb) is ETH_HLEN (14 bytes). Using pskb_may_pull(skb, len) only checks len bytes from skb->data rather than skb_network_offset(skb) + len, which can leave part of the network header in non-linear frags. Replace these remaining pskb_may_pull() calls with pskb_network_may_pull() to properly account for the MAC header offset.
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, < bb01c51950c3ff3c76acdd54b85ab38ccc2a8bb4; >= e4f67addf158f98f8197e08974966b18480dc751, < 6146901881f09ef063eb34ad389f63231f8486f5; >= e4f67addf158f98f8197e08974966b18480dc751, < 94dee751aad627b3645d424b5d0c736d394573e9; >= e4f67addf158f98f8197e08974966b18480dc751, < 7076a34b6e33315dc160b4612bfea1c597495585; >= e4f67addf158f98f8197e08974966b18480dc751, < b9553558b48db54ac9273e6b98d7263ef5c1a329 |
| Linux | Linux | 3.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74474?
How severe is CVE-2026-74474?
How do I fix CVE-2026-74474?
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-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-74473In 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
- CVE-2026-7448Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
Are you affected by CVE-2026-74474?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
