CVE-2026-72502

Source
https://cve.org/CVERecord?id=CVE-2026-72502
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72502.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72502
Downstream
Published
2026-08-15T05:57:33.647Z
Modified
2026-08-18T03:56:27.441923771Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)
Details

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

tcp: ipv6: clamp default adverting MSS to avoid GSOBYFRAGS (0xFFFF)

When MTU is large, ip6defaultadvmss() can return IPV6MAXPLEN (65535). This is interpreted by TCP as mssclamp, allowing the MSS to reach 65535.

However, 0xFFFF is also used as a magic value GSOBYFRAGS in the kernel. If a TCP packet with gsosize=0xFFFF is passed to skbsegment(), it will be mistakenly treated as GSOBYFRAGS, leading to a NULL pointer dereference because local TCP packets do not use frag_list.

Fix this by returning min(IPV6MAXPLEN, GSOBYFRAGS - 1) (65534) from ip6default_advmss() when MTU is large.

Also update the stale comment in ip6defaultadvmss() which suggested that IPV6_MAXPLEN is returned to mean "any MSS".

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72502.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
3953c46c3ac7eef31a9935427371c6f54a22f1ba
Fixed
560b33b434e922ef97f9ff23aa2e909ef7aacd5c
Fixed
21f69ac1879bb970588d5e7c12a96e6542f7c1a7
Fixed
c0db3dc2ac323b6c4b76adede3b355a9daa6dea8
Fixed
572fff10819dfc359298d1f774839e76a4d96f93
Fixed
8e6214a530c03e341dc1b0a846c8f2b716b3551a
Fixed
d774cdbda6634a78d0f2baf201ee5a8c57f3bc0e
Fixed
a210791f33345aa87187f7d7a9f3b9b7f4a28e6d
Fixed
2bf43d0e2e6a27d52a7d624e2d6b9116972e8a22

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.8.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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