CVE-2026-72319 PUBLISHED

ipvs: ensure inner headers in ICMP errors are in headroom

Assigner: Linux
Reserved: 09.08.2026 Published: 15.08.2026 Updated: 17.08.2026

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

ipvs: ensure inner headers in ICMP errors are in headroom

Sashiko points out that after stripping the outer headers with pskb_pull() we should ensure the inner IP headers in ICMP errors from tunnels are present in the skb headroom for functions like ipv4_update_pmtu(), icmp_send() and IP_VS_DBG().

Also, add more checks for the length of the inner headers.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

AV:N - Crafted IPv4 ICMP error packets reach ip_vs_in_icmp() through IPVS netfilter LOCAL_IN and FORWARD hooks on internet-facing load balancers and Kubernetes kube-proxy IPVS nodes; remote senders trigger the tunnel PMTUD handler without local access. AC:L - An attacker controls ICMP nesting, IPIP/UDP/GRE encapsulation, skb fragmentation/non-linear layout, and can establish matching IPVS TUN connections through the VIP; no race or condition outside attacker control is required once IPVS tunnel mode is deployed. PR:N - IPVS configuration is an administrator deployment prerequisite; a remote attacker sending ICMP errors to an already-configured load balancer needs no credentials or host capabilities on the victim. UI:N - Exploitation is driven entirely by network packets processed automatically in softirq; no victim user action beyond normal traffic through the load balancer is required. S:U - Out-of-bounds kernel skb header access and route PMTU corruption remain within the host kernel authority; this is standard kernel compromise, not VM escape or sandbox crossing. C:H - After pskb_pull() without pskb_may_pull(), ipv4_update_pmtu() and ip_hdr() dereference skb->data that may lie past skb_tail_pointer or hold non-linear fragment data, constituting an out-of-bounds kernel read per CNA guidance. I:H - Mis-parsed inner IP header fields from unchecked skb->data drive ipv4_update_pmtu() route lookups and FNHE/PMTU updates with attacker-influenced saddr/daddr values, enabling unauthorized modification of kernel routing state. A:H - Out-of-bounds header access in the IPVS ICMP tunnel path can trigger kernel oops or panic, and a remote attacker can repeatedly send crafted ICMP errors to deny service on IPVS TUN load balancers.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from f2edb9f7706dcb2c0d9a362b2ba849efe3a97f5e to 19657b3a17b774ae4e2f2635b5ae8638c9344a40 (excl.)
  • affected from f2edb9f7706dcb2c0d9a362b2ba849efe3a97f5e to dac813101914c21219ac221a60a31a11bc90e7ec (excl.)
  • affected from f2edb9f7706dcb2c0d9a362b2ba849efe3a97f5e to dd22f74a09e25ca298ced0a3763ef353242cb78d (excl.)
  • affected from f2edb9f7706dcb2c0d9a362b2ba849efe3a97f5e to 9bc9b95aee2b2e3f1301a16a67ee504960402875 (excl.)
  • affected from f2edb9f7706dcb2c0d9a362b2ba849efe3a97f5e to a735f9964a3d9ed97daf9b08507f8b5bcafe6326 (excl.)
  • affected from f2edb9f7706dcb2c0d9a362b2ba849efe3a97f5e to 8f48cfe657409fb5c7ba0521b14da6d47546d9cf (excl.)
  • affected from f2edb9f7706dcb2c0d9a362b2ba849efe3a97f5e to 92185d6f7819bc558939ae83de7b1abe90e3b5c2 (excl.)
  • affected from f2edb9f7706dcb2c0d9a362b2ba849efe3a97f5e to 3f7a535ff0fa627a0132803e4c2f903ceffcbc1c (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 3.7 is affected
  • unaffected from 0 to 3.7 (excl.)
  • unaffected from 5.10.261 to 5.10.* (incl.)
  • unaffected from 5.15.212 to 5.15.* (incl.)
  • unaffected from 6.1.178 to 6.1.* (incl.)
  • unaffected from 6.6.145 to 6.6.* (incl.)
  • unaffected from 6.12.97 to 6.12.* (incl.)
  • unaffected from 6.18.40 to 6.18.* (incl.)
  • unaffected from 7.1.5 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References