CVE-2026-72408

Source
https://cve.org/CVERecord?id=CVE-2026-72408
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72408.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72408
Downstream
Published
2026-08-15T05:56:31.477Z
Modified
2026-08-18T03:56:55.785648408Z
Severity
  • 10.0 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint
Details

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 IFLAGENEVEGROHINT (gs->grohint). genevegrocomplete() 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/ip6offload.c:196) Read of size 1 at addr ffff88800fe91980 by task exploit/153 ipv6grocomplete (net/ipv6/ip6offload.c:196) genevegrocomplete (drivers/net/geneve.c:965) udpgrocomplete (net/ipv4/udpoffload.c:940) inetgrocomplete (net/ipv4/afinet.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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72408.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
fd0dd796576e1a560e1441e665810129f0a82be0
Fixed
49c2e7c0a69999a75ef5eaebe1559a20d0b3c15a
Fixed
2651c174445884ac9e85622aeade9c1f7b98d8e5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72408.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.0.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72408.json"