CVE-2026-74474: vxlan: use pskb_network_may_pull() for transmit path header pulls

Published Aug 15, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

vxlan: use pskbnetworkmaypull() for transmit path header pulls

In vxlanxmit(), arpreduce(), and vxlanmdbentryskbget(), pskbmaypull() 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 skbnetworkoffset(skb) is ETHHLEN (14 bytes). Using pskbmaypull(skb, len) only checks len bytes from skb->data rather than skbnetworkoffset(skb) + len, which can leave part of the network header in non-linear frags.

Replace these remaining pskbmaypull() calls with pskbnetworkmaypull() to properly account for the MAC header offset.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Linux kernel vxlan_xmit/arp_reduce/vxlan_mdb_entry_skb_get fix to a version that resolves this vulnerability.

    Patch vxlan: use pskb_network_may_pull() for transmit path header pulls

Event History

Aug 15, 2026
CVE Published
via MITRE·12:27 PM
Data Sourced
via MITRE·12:27 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-74474?

The severity of CVE-2026-74474 is rated at 34, indicating a moderate risk level.

2

How do I fix CVE-2026-74474?

To fix CVE-2026-74474, update your Linux kernel to the latest version that resolves this vulnerability.

3

What type of systems are affected by CVE-2026-74474?

CVE-2026-74474 affects systems running the Linux kernel, specifically those utilizing VXLAN features.

4

What does CVE-2026-74474 address in the Linux kernel?

CVE-2026-74474 addresses the improper handling of network layer header availability in the VXLAN transmit path.

5

Is CVE-2026-74474 completely resolved in newer kernel versions?

Yes, CVE-2026-74474 has been resolved in newer Linux kernel versions through specific code updates.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203