PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-80978 Linux CVE debrief

A vulnerability in the Linux kernel has been resolved, affecting the net: cap advertised IP tunnel headroom. The IP tunnel devices derive their advertised needed_headroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can represent. Once IP output reserves it, skb head expansion can wrap those offsets.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Defenders responsible for Linux kernel deployments, particularly those with user-created IP tunnel devices, should assess exposure and verify if their Linux kernel version is affected.

Why it matters

A vulnerability in the Linux kernel has been resolved, affecting the net: cap advertised IP tunnel headroom. Defenders should assess exposure in Linux kernel deployments, particularly those with user-created IP tunnel devices.

  • Verify Linux kernel version and apply patches if available to prevent potential IP tunnel device configuration issues
  • Assess exposure in Linux kernel deployments to prevent potential skb head expansion issues

Technical summary

The Linux kernel vulnerability affects the net: cap advertised IP tunnel headroom. IP tunnel devices derive their advertised needed_headroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can represent. Once IP output reserves it, skb head expansion can wrap those offsets. The runtime transmit path already caps a growing needed_headroom at 512. Apply the same cap when tunnel configuration publishes needed_headroom derived from a lower output device. Capping the advertised value is safe: IP tunnel transmit still expands the skb when a packet needs more headroom. A nonsensical stacked configuration can therefore incur an extra re-all

Defensive priority

Defenders should assess exposure in Linux kernel deployments, particularly those with user-created IP tunnel devices. Verify if your Linux kernel version is affected and apply patches if available.

Recommended defensive actions

  • Assess exposure in Linux kernel deployments
  • Verify Linux kernel version and apply patches if available
  • Monitor for potential IP tunnel device configuration issues
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. However, the scope of affected versions and potential impact require verification from official Linux kernel sources. Linux kernel maintainers have addressed the issue by capping the advertised needed_headroom for IP tunnel devices derived from lower output devices, preventing potential skb head expansion issues. Defenders should verify Linux kernel versions and assess exposure, particularly in deployments with user-created IP tunnel devices.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-80978 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-80978

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-80978 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80978

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6b222adeb9340306e2ff97127c76117abb9b3df8

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9144f2c53a04465a6878172b523f640313c5559e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/af0ee8f04bea22cdb331fa3509e17f81b48938ad

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/bc4e05ae66c9797a0972ac44326e69c5305e0020

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.