Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-72408

geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint
Back to all
CVE

CVE-2026-72408

geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint

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

geneve: gate GRO hint in genevegrocomplete() on gs->gro_hint

genevegroreceive() reads the GRO hint through geneveskgrohintoff(),

which honours it only when the socket enabled IFLAGENEVEGRO_HINT

(gs->grohint). genevegro_complete() instead calls the low-level

geneveoptgrohintoff() and acts on the hint unconditionally.

On a tunnel without the hint, receive aggregates the frames as plain

ETHPTEB while complete still honours an attacker-supplied hint option: it

inflates ghlen by grohint->nestedhdrlen (u8) and redirects the dispatch

type, so the inner grocomplete handler runs at nhoff + ghlen, an offset

receive never pulled nor validated, reading out of bounds of the skb head:

  BUG: KASAN: slab-out-of-bounds in ipv6grocomplete (net/ipv6/ip6_offload.c:196)

  Read of size 1 at addr ffff88800fe91980 by task exploit/153

   ipv6grocomplete (net/ipv6/ip6_offload.c:196)

   genevegrocomplete (drivers/net/geneve.c:965)

   udpgrocomplete (net/ipv4/udp_offload.c:940)

   inetgrocomplete (net/ipv4/af_inet.c:1621)

   _groflush (net/core/gro.c:306)

Gate the complete path on gs->grohint too via geneveskgrohint_off(), so

both paths agree. Tunnels that enable the hint are unaffected.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
10
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/2651c174445884ac9e85622aeade9c1f7b98d8e5, https://git.kernel.org/stable/c/49c2e7c0a69999a75ef5eaebe1559a20d0b3c15a, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72408.json, https://nvd.nist.gov/vuln/detail/CVE-2026-72408, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

10

CVSS Score
0
10

Basic Information

Base CVSS
10
EPSS Probability
0.0038%
EPSS Percentile
0.30818%
Introduced Version
fd0dd796576e1a560e1441e665810129f0a82be0,7.0.0,0
Fix Available
2651c174445884ac9e85622aeade9c1f7b98d8e5,7.1.5

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading