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

ipvs: revalidate ihl to prevent out-of-bounds access

While the outer IP header is already pulled into the skb head,
we must be careful and revalidate the embedded headers after
reading them from the skb frags to prevent out-of-bounds
access.

One such place reported by Sashiko is ip_vs_nat_icmp() where
local process can change the ihl field and after
skb_ensure_writable() we can see larger value which is a
problem for the ip_send_check(cih) calls.

Add check to drop the packet if the ihl field is changed.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s IP Virtual Server (IPVS) subsystem had a flaw where the IPv4 Internet Header Length (IHL) field was not revalidated after packet fragments were read from the socket buffer. A local process could change the IHL to an unrealistic value, causing the checksum routine to reference memory beyond the packet boundaries. This out‑of‑bounds read may lead to kernel crashes, denial of service, or, in the most severe scenario, arbitrary code execution if an attacker can influence the over‑extended packet flow.

Affected Systems

Any Linux system that runs the kernel with the IPVS module enabled is potentially vulnerable. The advisory does not enumerate specific kernel releases or distributions, so all versions containing the old IPVS implementation before the patch are at risk.

Risk and Exploitability

There is no CVSS score available and the EPSS value is not provided, and the vulnerability is not listed in the CISA KEV catalog. The vulnerability is triggered by manipulation of the packet IHL field after skb_ensure_writable(), which requires an attacker to have local or privileged access to craft malicious packets for the kernel to process. The lack of an exploit example suggests that the risk is moderate to high for systems where local malicious code can be introduced, but it does not represent an easy remote exploitation vector.

Generated by OpenCVE AI on August 26, 2026 at 16:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the fix for CVE-2026-74747
  • If IPVS is not required, unload or disable the ipvs kernel module to eliminate the attack surface
  • Regularly monitor kernel logs for abnormal IHL values or checksum failures as indicators of attempted exploitation

Generated by OpenCVE AI on August 26, 2026 at 16:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-788

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ipvs: revalidate ihl to prevent out-of-bounds access While the outer IP header is already pulled into the skb head, we must be careful and revalidate the embedded headers after reading them from the skb frags to prevent out-of-bounds access. One such place reported by Sashiko is ip_vs_nat_icmp() where local process can change the ihl field and after skb_ensure_writable() we can see larger value which is a problem for the ip_send_check(cih) calls. Add check to drop the packet if the ihl field is changed.
Title ipvs: revalidate ihl to prevent out-of-bounds access
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-26T14:36:56.563Z

Reserved: 2026-08-15T05:44:03.931Z

Link: CVE-2026-74747

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:16:53.657

Modified: 2026-08-26T15:16:53.657

Link: CVE-2026-74747

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T16:30:09Z

Weaknesses
  • CWE-788

    Access of Memory Location After End of Buffer