Bug 2516474 (CVE-2026-72319) - CVE-2026-72319 kernel: ipvs: ensure inner headers in ICMP errors are in headroom
Summary: CVE-2026-72319 kernel: ipvs: ensure inner headers in ICMP errors are in headroom
Keywords:
Status: NEW
Alias: CVE-2026-72319
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:14 UTC by OSIDB Bzimport
Modified: 2026-08-18 20:43 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:14:26 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.