CVE-2026-72019: macsec: don't read an unset MAC header in macsec_encrypt()

Published Aug 15, 2026
·
Updated

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

macsec: don't read an unset MAC header in macsecencrypt()

macsecencrypt() reads the Ethernet header via ethhdr(skb) (skb->head + skb->macheader) to memmove() the 12 source/destination MAC bytes forward and make room for the SecTAG.

On the AFPACKET SOCKRAW + PACKETQDISCBYPASS transmit path the skb reaches the macsec ndostartxmit() with the MAC header unset, so ethhdr(skb) resolves to skb->head + (u16)~0 and the read is out of bounds: a 12-byte heap over-read that is also emitted on the wire as the frame's outer source/destination MAC. KASAN reports a slab-out-of-bounds read in macsecstartxmit() on 6.0; on current mainline a CONFIGDEBUGNET build flags it as an unset mac header in skbmacheader().

On the TX path the L2 header is at skb->data, so use skbethhdr(), added by commit 96cc4b69581d ("macvlan: do not assume macheader is set in macvlanbroadcast()") for exactly this purpose.

Affected Software

1 affected component
Linux Linux kernel>6.0<=6.0

Event History

Aug 15, 2026
CVE Published
via MITRE·05:51 AM
Data Sourced
via MITRE·05:51 AM
Description
Data Sourced
via NVD·06:21 AM
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-72019?

CVE-2026-72019 has a risk score of 37, indicating a moderate level of severity.

2

How do I fix CVE-2026-72019?

To fix CVE-2026-72019, ensure your Linux kernel is updated to the latest version where the vulnerability has been patched.

3

What does CVE-2026-72019 affect?

CVE-2026-72019 affects the macsec_encrypt function within the Linux kernel.

4

What is the nature of CVE-2026-72019?

CVE-2026-72019 involves the reading of an unset MAC header in the macsec_encrypt function.

5

When was CVE-2026-72019 published?

CVE-2026-72019 was published on August 15, 2026.

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