CVE-2026-80847
Last modified
CVE-2026-80847 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: tcp: clamp route advmss to TCP_MIN_MSS tcp_select_initial_window() assumes that callers never pass an MSS smaller than 1, but route-derived advmss values can violate that assumption. A too-small explicit RTAX_ADVMSS is one way to get there, but it is not the only one. The same divide-by-zero can also be reached through the "default advmss" path when RTAX_ADVMSS is left at 0 and the effective advmss is later driven down by route MTU and min_adv_mss. Introduce a tcp_dst_advmss() helper that clamps route advmss to TCP_MIN_MSS before TCP consumes it, and use it in the TCP paths that derive advmss from dst metrics. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tcp: clamp route advmss to TCP_MIN_MSS tcp_select_initial_window() assumes that callers never pass an MSS smaller than 1, but route-derived advmss values can violate that assumption. A too-small explicit RTAX_ADVMSS is one way to get there, but it is not the only one. The same divide-by-zero can also be reached through the "default advmss" path when RTAX_ADVMSS is left at 0 and the effective advmss is later driven down by route MTU and min_adv_mss. Introduce a tcp_dst_advmss() helper that clamps route advmss to TCP_MIN_MSS before TCP consumes it, and use it in the TCP paths that derive advmss from dst metrics. This keeps the effective MSS from dropping to zero before tcp_select_initial_window() rounds the receive window.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < cfb44c6028e6f979720315e0772bbd0d4d33ed61; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 6b8c20bf61924dfc38fefb145c9f7406d73fae53; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 31cf2349361902769dc323e4dbf4b449795ec288; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 870a9e42ecc6fe1b8c25d87af043cb0d9c178fe1 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80847?
How severe is CVE-2026-80847?
How do I fix CVE-2026-80847?
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-80841In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80842In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80843In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80844In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80845In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80846In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80848In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80849In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8085A security issue exists within Arena® Simulation due to a me…7.3
- CVE-2026-80850In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80851In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80852In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80847?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
