CVE-2026-74743: macvlan: inherit needed_headroom and needed_tailroom from lowerdev

Published Aug 26, 2026
·
Updated

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

macvlan: inherit neededheadroom and neededtailroom from lowerdev

macvlan devices inherit hardheaderlen from lowerdev during macvlaninit(), but leave neededheadroom and neededtailroom set to 0.

When the underlying lowerdev requires extra headroom or tailroom for headers/trailers (e.g. macsec, ipsec, wireguard, tunnels, or veth with rx headroom), upper layers calculating packet headroom and tailroom fail to reserve sufficient space.

This can result in reallocation overhead, skb headroom underflows, or KASAN slab-use-after-free crashes when devhardheader() / macvlanhardheader() prepends header data or when lower devices append tailroom.

Fix this by: 1. Inheriting neededheadroom and neededtailroom from lowerdev in macvlaninit(). 2. Propagating neededheadroom and neededtailroom updates to attached macvlans in macvlandeviceevent() when receiving NETDEVFEATCHANGE events.

Event History

Aug 26, 2026
CVE Published
via MITRE·02:36 PM
Data Sourced
via MITRE·02:36 PM
Description
Data Sourced
via NVD·03:16 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using macvlan devices over a lower network device that requires additional packet headroom or tailroom are exposed. Examples named in the advisory include lower devices involving MACsec, IPsec, WireGuard, tunnels, or veth interfaces with RX headroom requirements.

2

What conditions can trigger the failure?

The issue can occur when upper layers do not reserve enough packet headroom or tailroom because the macvlan device reports these requirements as zero. A failure may be triggered when header data is prepended through dev_hard_header() or macvlan_hard_header(), or when the lower device appends trailer data.

3

How can administrators identify a possible impact?

Potential indicators include unexpected packet-buffer reallocations, skb headroom underflows, or KASAN reports of slab use-after-free crashes. Review whether affected macvlan interfaces are attached to lower devices with extra header or trailer space requirements.

4

What configuration changes are relevant after applying the fix?

The fix makes macvlan devices inherit needed_headroom and needed_tailroom from their lower device at initialization. It also propagates later changes to those values to attached macvlan devices when the lower device emits a NETDEV_FEAT_CHANGE event.

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