In the Linux kernel, the following vulnerability has been resolved: tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF) When MTU… (CVE-2026-72502)
A vulnerability in the Linux kernel's TCP IPv6 implementation allowed the maximum segment size (MSS) to be set to 65535, which conflicted with a special kernel value used for generic segmentation offload (GSO). This caused a NULL pointer dereference in skb_segment() when processing TCP packets, potentially leading to a kernel crash. The issue was fixed by limiting the MSS to 65534 when the MTU is large.
AI Analysis
Technical Summary
The Linux kernel TCP IPv6 code had a flaw where ip6_default_advmss() could return IPV6_MAXPLEN (65535) as the MSS when the MTU was large. Since 0xFFFF (65535) is also used as a magic value GSO_BY_FRAGS in the kernel, TCP packets with gso_size=0xFFFF were incorrectly treated as GSO_BY_FRAGS in skb_segment(), causing a NULL pointer dereference due to the absence of a frag_list in local TCP packets. The fix involved returning the minimum of IPV6_MAXPLEN and GSO_BY_FRAGS - 1 (65534) from ip6_default_advmss() to avoid this conflict, along with updating related comments.
Potential Impact
This vulnerability can cause a kernel NULL pointer dereference leading to a denial of service (system crash) when processing specially crafted TCP IPv6 packets with large MTU values. There is no indication of code execution or privilege escalation. No known exploits in the wild have been reported.
Mitigation Recommendations
A fix has been implemented in the Linux kernel source code to address this issue by adjusting the MSS calculation to avoid the GSO_BY_FRAGS magic value. Users should apply the official kernel updates or patches that include this fix once available. Patch status is not explicitly confirmed in the provided data; check the vendor advisory or Linux kernel mailing lists for the official patch and update guidance.
In the Linux kernel, the following vulnerability has been resolved: tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF) When MTU… (CVE-2026-72502)
Description
A vulnerability in the Linux kernel's TCP IPv6 implementation allowed the maximum segment size (MSS) to be set to 65535, which conflicted with a special kernel value used for generic segmentation offload (GSO). This caused a NULL pointer dereference in skb_segment() when processing TCP packets, potentially leading to a kernel crash. The issue was fixed by limiting the MSS to 65534 when the MTU is large.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel TCP IPv6 code had a flaw where ip6_default_advmss() could return IPV6_MAXPLEN (65535) as the MSS when the MTU was large. Since 0xFFFF (65535) is also used as a magic value GSO_BY_FRAGS in the kernel, TCP packets with gso_size=0xFFFF were incorrectly treated as GSO_BY_FRAGS in skb_segment(), causing a NULL pointer dereference due to the absence of a frag_list in local TCP packets. The fix involved returning the minimum of IPV6_MAXPLEN and GSO_BY_FRAGS - 1 (65534) from ip6_default_advmss() to avoid this conflict, along with updating related comments.
Potential Impact
This vulnerability can cause a kernel NULL pointer dereference leading to a denial of service (system crash) when processing specially crafted TCP IPv6 packets with large MTU values. There is no indication of code execution or privilege escalation. No known exploits in the wild have been reported.
Mitigation Recommendations
A fix has been implemented in the Linux kernel source code to address this issue by adjusting the MSS calculation to avoid the GSO_BY_FRAGS magic value. Users should apply the official kernel updates or patches that include this fix once available. Patch status is not explicitly confirmed in the provided data; check the vendor advisory or Linux kernel mailing lists for the official patch and update guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-cg8c-jghv-84p9
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-72502"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a808b6cbf8831d5394f81f5
Added to database: 08/15/2026, 15:53:16 UTC
Last enriched: 08/15/2026, 16:16:46 UTC
Last updated: 08/15/2026, 16:16:46 UTC
Views: 2
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.