CVE-2026-80978
Reported by Linux · Published September 11, 2026
In the Linux kernel, the following vulnerability has been resolved: 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 reallocation, but it cannot publish an unbounded reservation to upper layers.
EPSS 0.13% · 2.8th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 1a37e412a0225fcba5587f24c0dfc7636efc8b69, 1a37e412a0225fcba5587f24c0dfc7636efc8b69, 1a37e412a0225fcba5587f24c0dfc7636efc8b69 |
| Linux | Linux | 3.11, 0, 5.10.270 |
| linux | linux_kernel | 3.11, 3.11, 3.11 |
| Linux | Linux | 1a37e412a0225fcba5587f24c0dfc7636efc8b69, 1a37e412a0225fcba5587f24c0dfc7636efc8b69, 1a37e412a0225fcba5587f24c0dfc7636efc8b69 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 14, 2026 CVE Updated