CVE-2026-72021
Last modified
CVE-2026-72021 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ipvs: use parsed transport offset in SCTP state lookup set_sctp_state() reads the SCTP chunk header again in order to drive the IPVS SCTP state table. For IPv6 it computes the offset with sizeof(struct ipv6hdr), while the surrounding IPVS code uses iph.len from ip_vs_fill_iph_skb(), where ipv6_find_hdr() has already skipped extension headers and found the real transport header. This makes the state machine read from the wrong offset for IPv6 SCTP packets that carry extension headers. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ipvs: use parsed transport offset in SCTP state lookup set_sctp_state() reads the SCTP chunk header again in order to drive the IPVS SCTP state table. For IPv6 it computes the offset with sizeof(struct ipv6hdr), while the surrounding IPVS code uses iph.len from ip_vs_fill_iph_skb(), where ipv6_find_hdr() has already skipped extension headers and found the real transport header. This makes the state machine read from the wrong offset for IPv6 SCTP packets that carry extension headers. For example, an INIT packet with an 8-byte destination options header can be scheduled correctly by sctp_conn_schedule(), but set_sctp_state() reads the first byte of the SCTP verification tag as a DATA chunk type. The connection then moves from NONE to ESTABLISHED instead of INIT1, gets the longer established timeout, and updates the active/inactive destination counters incorrectly. This happens even though the SCTP handshake has not completed. Use the parsed transport offset passed down from ip_vs_set_state() for the SCTP chunk-header lookup. For IPv4 and IPv6 packets without extension headers this preserves the existing offset.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2906f66a5682e5670a5eefe991843689b8d8563f, < d2b8b1557ec07ea1bb5dddbceaf4dfe63d388e27; >= 2906f66a5682e5670a5eefe991843689b8d8563f, < 9f94573ab962a9e81954b755da016fa3cd2f5039; >= 2906f66a5682e5670a5eefe991843689b8d8563f, < 290e9e8389b556efc603522e28bd1543846aa336; >= 2906f66a5682e5670a5eefe991843689b8d8563f, < 9cb5ac594ca76d3a71803b23b74c835b0721e628; >= 2906f66a5682e5670a5eefe991843689b8d8563f, < a4a2d2e483d79cc2ad3a170674cf159644acf22b; >= 2906f66a5682e5670a5eefe991843689b8d8563f, < 247d055504dcc852e539b9f7f30d19f9741474bf; >= 2906f66a5682e5670a5eefe991843689b8d8563f, < e5d0bb8871668f20de8f3c94b5ae3f372346bc6e; >= 2906f66a5682e5670a5eefe991843689b8d8563f, < 2f75c0faa3361b28e36cc0512b3299e163e25789 |
| Linux | Linux | 2.6.34 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72021?
How severe is CVE-2026-72021?
How do I fix CVE-2026-72021?
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-72016In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72017In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72018In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72019In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-7202A vulnerability has been found in Totolink A8000RU 7.1cu.643…9.8
- CVE-2026-72020In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72022In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72023In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72024In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72025In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72026In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72027In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72021?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
