CVE-2026-72351 PUBLISHED

gue: validate REMCSUM private option length

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

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.

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 - Malformed GUE-over-UDP packets reach gue_udp_recv() and gue_gro_receive() through the normal IP/UDP receive path on hosts with FOU/GUE listeners, including internet-facing cloud overlay endpoints. AC:L - An attacker fully controls the crafted packet and can set GUE_PFLAG_REMCSUM with only the private-flags option present, reliably triggering gue_remcsum()/gue_gro_remcsum() without races or special timing. PR:N - Exploitation requires only sending UDP to a GUE listener port; no target credentials or local privileges are needed by the remote attacker even though tunnel setup itself requires admin configuration. UI:N - No victim interaction is required beyond the host already receiving GUE tunnel traffic as part of normal overlay networking operation. S:U - The flaw corrupts kernel packet buffers during GUE receive processing on the target host and does not inherently cross VM, container, or IOMMU security boundaries. C:H - Missing REMCSUM length validation lets attacker-controlled start/offset drive remcsum_adjust()/csum_partial() to read beyond the declared GUE options into adjacent skb bytes, enabling memory disclosure primitives. I:H - remcsum_adjust() performs an out-of-bounds 2-byte write at ptr+offset, and the default partial-checksum path stores attacker-controlled csum_start/csum_offset metadata that can corrupt subsequent checksum offload handling. A:H - Out-of-bounds REMCSUM processing can trigger kernel oops or panic from invalid memory access or corrupted packet state, causing denial of service on overlay endpoints under repeated attack.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from c1aa8347e73e4092411fbd96cc59531fb7e76d04 to 158b9995d3c87f3b93f5c22df54a12e12a3438b3 (excl.)
  • affected from c1aa8347e73e4092411fbd96cc59531fb7e76d04 to 7c6876ec1b227261b51803f784c7be1b2242a1a0 (excl.)
  • affected from c1aa8347e73e4092411fbd96cc59531fb7e76d04 to 2c4de9988e9ddc760b750d6b6e701c35ff60ad14 (excl.)
  • affected from c1aa8347e73e4092411fbd96cc59531fb7e76d04 to 2a99224c120823987e4d829726f4ecb33e03fc1e (excl.)
  • affected from c1aa8347e73e4092411fbd96cc59531fb7e76d04 to 61e78679c7c9ca685bff58e4b6348304dc60aafd (excl.)
  • affected from c1aa8347e73e4092411fbd96cc59531fb7e76d04 to 4a4a1d41c6e901e773bcf795f562a47fa71f692a (excl.)
  • affected from c1aa8347e73e4092411fbd96cc59531fb7e76d04 to f618cbe9b24cd0202004d2db781d5f80ab77037f (excl.)
  • affected from c1aa8347e73e4092411fbd96cc59531fb7e76d04 to d335dcc6f521571d57117b8deeebc940836e5450 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 3.19 is affected
  • unaffected from 0 to 3.19 (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