CVE-2026-80875
Last modified
CVE-2026-80875 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ipvs: use parsed transport offset in TCP state lookup TCP state handling reparses the skb to find the TCP header. For IPv6 it uses sizeof(struct ipv6hdr), while the surrounding IPVS code already parsed the packet with ip_vs_fill_iph_skb() and has the real transport-header offset in iph.len. This makes TCP state handling look at the wrong bytes when an IPv6 packet carries extension headers.
Description
In the Linux kernel, the following vulnerability has been resolved: ipvs: use parsed transport offset in TCP state lookup TCP state handling reparses the skb to find the TCP header. For IPv6 it uses sizeof(struct ipv6hdr), while the surrounding IPVS code already parsed the packet with ip_vs_fill_iph_skb() and has the real transport-header offset in iph.len. This makes TCP state handling look at the wrong bytes when an IPv6 packet carries extension headers. Use the parsed transport offset passed down from ip_vs_set_state() when reading the TCP header. For IPv4 and for IPv6 packets without extension headers, the passed offset matches the previous value.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0bbdd42b7efa66685b6d74701bcde3a596a3a59d, < 2d06e0897ce18228d199887f0823b431d841dd03; >= 0bbdd42b7efa66685b6d74701bcde3a596a3a59d, < 816efb7fc0aeae986e63ac73b428dd97a4ef69f5; >= 0bbdd42b7efa66685b6d74701bcde3a596a3a59d, < 5848e914b85e360a2dd9d19c00a72e2ea9617dd0; >= 0bbdd42b7efa66685b6d74701bcde3a596a3a59d, < d45f73c274435703e8d7bc9d8b742a5d9111ab6e; >= 0bbdd42b7efa66685b6d74701bcde3a596a3a59d, < f6f550f26562d191c30b2818e7925dcb1c7f166c; >= 0bbdd42b7efa66685b6d74701bcde3a596a3a59d, < d73f4249776dd970ad65a69cfc51613dd8a034bb; >= 0bbdd42b7efa66685b6d74701bcde3a596a3a59d, < c2ee845e292c278fac75bf28d96bc892607fd5c4; >= 0bbdd42b7efa66685b6d74701bcde3a596a3a59d, < 2500fa3958b1ba51c2b065e39db1b04dfa7e23a2 |
| Linux | Linux | 2.6.28 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80875?
How severe is CVE-2026-80875?
How do I fix CVE-2026-80875?
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-8087A security flaw has been discovered in OSGeo gdal up to 3.13…7.8
- CVE-2026-80870In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80871In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80872In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80873In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80874In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80876In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80877In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80878In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80879In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8088A weakness has been identified in OSGeo gdal up to 3.13.0dev…5.5
- CVE-2026-80880In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80875?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
