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

gue: validate REMCSUM private option length

GUE private flags can indicate that remote checksum offload metadata is
present. The private flags field itself is accounted for by
guehdr_flags_len(), but guehdr_priv_flags_len() currently returns 0 even
when GUE_PFLAG_REMCSUM is set.

This lets a packet with only the private flags field pass
validate_gue_flags(), after which gue_remcsum() and gue_gro_remcsum()
read the missing REMCSUM start/offset fields from the following bytes.

Account for GUE_PLEN_REMCSUM when GUE_PFLAG_REMCSUM is present so that
malformed packets are rejected during option validation.
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 failed to validate the length of the REMCSUM private option when the GUE_PFLAG_REMCSUM flag is set. Because guehdr_priv_flags_len() incorrectly returned zero, a crafted packet could bypass option validation and cause the kernel to read nonexistent REMCSUM start/offset fields from subsequent bytes, resulting in an out‑of‑bounds memory read. This flaw can lead to kernel crashes or unintended information disclosure if the read exposes sensitive data.

Affected Systems

All Linux kernel releases that do not incorporate the patch fixing GUE private option length validation are affected. The vendor is Linux, and the vulnerability applies to kernel code that processes Generic UDP Encapsulation (GUE) packets with the REMCSUM flag.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity, while the EPSS score remains below 1%, suggesting that widespread exploitation is unlikely but not impossible. The flaw is network‑based and can be triggered by remote attackers sending malformed GUE packets. Without the fix, an attacker could repeatedly send such packets to destabilize services or potentially reveal memory contents, achieving a denial of service or limited data exposure. The KEV catalog does not list this vulnerability, implying no confirmed mass exploitation to date.

Generated by OpenCVE AI on August 17, 2026 at 16:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel patch that includes the fix for GUE REMCSUM private option length validation.
  • Restrict inbound network traffic by configuring firewall rules to drop packets containing the GUE_PFLAG_REMCSUM flag when the kernel version is unpatched.
  • If a patch is unavailable, temporarily disable or limit UDP Encapsulation features on affected systems to prevent processing of GUE packets.

Generated by OpenCVE AI on August 17, 2026 at 16:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Mon, 17 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

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:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: gue: validate REMCSUM private option length GUE private flags can indicate that remote checksum offload metadata is present. The private flags field itself is accounted for by guehdr_flags_len(), but guehdr_priv_flags_len() currently returns 0 even when GUE_PFLAG_REMCSUM is set. This lets a packet with only the private flags field pass validate_gue_flags(), after which gue_remcsum() and gue_gro_remcsum() read the missing REMCSUM start/offset fields from the following bytes. Account for GUE_PLEN_REMCSUM when GUE_PFLAG_REMCSUM is present so that malformed packets are rejected during option validation.
Title gue: validate REMCSUM private option length
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:43:08.849Z

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

Link: CVE-2026-72351

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72351

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72351 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T16:30:06Z

Weaknesses