CVE-2026-72021

Source
https://cve.org/CVERecord?id=CVE-2026-72021
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72021.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72021
Downstream
Published
2026-08-15T05:51:47.324Z
Modified
2026-08-18T03:56:18.197247292Z
Severity
  • 8.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H CVSS Calculator
Summary
ipvs: use parsed transport offset in SCTP state lookup
Details

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

ipvs: use parsed transport offset in SCTP state lookup

setsctpstate() 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 ipvsfilliphskb(), where ipv6findhdr() 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 sctpconnschedule(), but setsctpstate() 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 ipvsset_state() for the SCTP chunk-header lookup. For IPv4 and IPv6 packets without extension headers this preserves the existing offset.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72021.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
2906f66a5682e5670a5eefe991843689b8d8563f
Fixed
d2b8b1557ec07ea1bb5dddbceaf4dfe63d388e27
Fixed
9f94573ab962a9e81954b755da016fa3cd2f5039
Fixed
290e9e8389b556efc603522e28bd1543846aa336
Fixed
9cb5ac594ca76d3a71803b23b74c835b0721e628
Fixed
a4a2d2e483d79cc2ad3a170674cf159644acf22b
Fixed
247d055504dcc852e539b9f7f30d19f9741474bf
Fixed
e5d0bb8871668f20de8f3c94b5ae3f372346bc6e
Fixed
2f75c0faa3361b28e36cc0512b3299e163e25789

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.34
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-72021.json"