CVE-2026-72407
Last modified
CVE-2026-72407 is a critical-severity vulnerability rated 10/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: geneve: validate inner network offset in geneve_gro_complete() Even with both paths gated on gs->gro_hint, geneve_gro_complete() re-derives the inner dispatch type and length from the packet and the current gs->gro_hint, independently of geneve_gro_receive(). The two can disagree if gs->gro_hint flips under a concurrent geneve_quiesce()/ geneve_unquiesce() (sk_user_data is NULL across a synchronize_net()), or if the re-read option bytes differ from the ones receive parsed. geneve_gro_receive() already records the inner network header position in NAPI_GRO_CB()->inner_network_offset. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: geneve: validate inner network offset in geneve_gro_complete() Even with both paths gated on gs->gro_hint, geneve_gro_complete() re-derives the inner dispatch type and length from the packet and the current gs->gro_hint, independently of geneve_gro_receive(). The two can disagree if gs->gro_hint flips under a concurrent geneve_quiesce()/ geneve_unquiesce() (sk_user_data is NULL across a synchronize_net()), or if the re-read option bytes differ from the ones receive parsed. geneve_gro_receive() already records the inner network header position in NAPI_GRO_CB()->inner_network_offset. Have geneve_gro_complete() compute the offset it is about to dispatch at, adding ETH_HLEN in the ETH_P_TEB case where eth_gro_complete() steps over the inner MAC header, and bail out if it lands past inner_network_offset. Use a lower bound rather than exact equality: between gh_len and the inner L3 header, geneve_gro_receive() may also have pulled an inner VLAN tag (vlan_gro_receive() advances the recorded offset past it), which only moves inner_network_offset further out. A valid frame therefore always satisfies inner_nh <= inner_network_offset, while a gh_len inflated by a hint gro_receive() did not honour dispatches past the validated inner header, i.e. the out-of-bounds completion. Only the latter is rejected.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fd0dd796576e1a560e1441e665810129f0a82be0, < e2087447f562692ff0cd08a0554d8d4ad083aa5c; >= fd0dd796576e1a560e1441e665810129f0a82be0, < cbb0d30a1ad6fc9439b1dc9b4f5a7a9140d3b11f |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72407?
How severe is CVE-2026-72407?
How do I fix CVE-2026-72407?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72401In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72402In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72403In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72404In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72405In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72406In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72408In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-72409In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-7241A vulnerability was found in Totolink A8000RU 7.1cu.643_b202…9.8
- CVE-2026-72410In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72411In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72412In the Linux kernel, the following vulnerability has been re…9.3
Are you affected by CVE-2026-72407?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
