Description
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.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s IPVS subsystem previously performed pskb_pull() on incoming packets without ensuring that the remaining inner IP headers in ICMP error messages from tunnels stayed within the packet buffer headroom. As a result, functions such as ipv4_update_pmtu(), icmp_send(), and IP_VS_DBG() could operate on insufficient data, potentially causing memory corruption or a kernel panic. This represents a classic instance of unsafe pointer access (CWE-131). The patch commits add explicit headroom checks and length validations for the inner headers. It is inferred from the description that the missing checks could lead to denial of service by crashing the kernel.

Affected Systems

All Linux kernel implementations that include the IPVS module and have not applied the corrective commits mentioned in the advisory are potentially affected. Because specific available‑to‑update versions are not provided, any kernel version containing the vulnerable IPVS code before the patch series may be at risk.

Risk and Exploitability

The EPSS score is <1%, and the CVSS score of 9.8 indicates a critical severity; the vulnerability is not listed in CISA’s KEV catalog, yet the omission of bounds checks presents a high‑severity risk. Attackers would need the ability to inject or manipulate ICMP error traffic across a tunnel to the affected host, making the attack vector network‑based. The potential to trigger a kernel panic is inferred, therefore environments that accept untrusted tunnel traffic should treat this as a significant risk until the patch is applied.

Generated by OpenCVE AI on August 22, 2026 at 08:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that incorporates the ipvs headroom checks added by the commit series referenced in the advisory.
  • Configure firewall or routing rules to filter or block suspicious ICMP error packets originating from tunnels, limiting the host’s exposure to malformed traffic.
  • If a kernel upgrade cannot be performed immediately, consider disabling the IPVS module or the specific tunneling services that generate ICMP error messages until the patch is applied.

Generated by OpenCVE AI on August 22, 2026 at 08:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-131
References
Metrics threat_severity

None

threat_severity

Important


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description 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.
Title ipvs: ensure inner headers in ICMP errors are in headroom
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:42:45.694Z

Reserved: 2026-08-09T03:40:39.919Z

Link: CVE-2026-72319

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:04.857

Modified: 2026-08-17T06:18:35.327

Link: CVE-2026-72319

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72319 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T09:00:10Z

Weaknesses
  • CWE-131

    Incorrect Calculation of Buffer Size