CVE-2026-72021 (GCVE-0-2026-72021)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:51 – Updated: 2026-08-17 05:39
VLAI
Title
ipvs: use parsed transport offset in SCTP state lookup
Summary
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.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 2906f66a5682e5670a5eefe991843689b8d8563f , < d2b8b1557ec07ea1bb5dddbceaf4dfe63d388e27 (git)
Affected: 2906f66a5682e5670a5eefe991843689b8d8563f , < 9f94573ab962a9e81954b755da016fa3cd2f5039 (git)
Affected: 2906f66a5682e5670a5eefe991843689b8d8563f , < 290e9e8389b556efc603522e28bd1543846aa336 (git)
Affected: 2906f66a5682e5670a5eefe991843689b8d8563f , < 9cb5ac594ca76d3a71803b23b74c835b0721e628 (git)
Affected: 2906f66a5682e5670a5eefe991843689b8d8563f , < a4a2d2e483d79cc2ad3a170674cf159644acf22b (git)
Affected: 2906f66a5682e5670a5eefe991843689b8d8563f , < 247d055504dcc852e539b9f7f30d19f9741474bf (git)
Affected: 2906f66a5682e5670a5eefe991843689b8d8563f , < e5d0bb8871668f20de8f3c94b5ae3f372346bc6e (git)
Affected: 2906f66a5682e5670a5eefe991843689b8d8563f , < 2f75c0faa3361b28e36cc0512b3299e163e25789 (git)
guessed Create a notification for this product.
Linux Linux Affected: 2.6.34
Unaffected: 0 , < 2.6.34 (semver)
Unaffected: 5.10.261 , ≤ 5.10.* (semver)
Unaffected: 5.15.212 , ≤ 5.15.* (semver)
Unaffected: 6.1.178 , ≤ 6.1.* (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (semver)
Unaffected: 6.12.97 , ≤ 6.12.* (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/netfilter/ipvs/ip_vs_proto_sctp.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "d2b8b1557ec07ea1bb5dddbceaf4dfe63d388e27",
              "status": "affected",
              "version": "2906f66a5682e5670a5eefe991843689b8d8563f",
              "versionType": "git"
            },
            {
              "lessThan": "9f94573ab962a9e81954b755da016fa3cd2f5039",
              "status": "affected",
              "version": "2906f66a5682e5670a5eefe991843689b8d8563f",
              "versionType": "git"
            },
            {
              "lessThan": "290e9e8389b556efc603522e28bd1543846aa336",
              "status": "affected",
              "version": "2906f66a5682e5670a5eefe991843689b8d8563f",
              "versionType": "git"
            },
            {
              "lessThan": "9cb5ac594ca76d3a71803b23b74c835b0721e628",
              "status": "affected",
              "version": "2906f66a5682e5670a5eefe991843689b8d8563f",
              "versionType": "git"
            },
            {
              "lessThan": "a4a2d2e483d79cc2ad3a170674cf159644acf22b",
              "status": "affected",
              "version": "2906f66a5682e5670a5eefe991843689b8d8563f",
              "versionType": "git"
            },
            {
              "lessThan": "247d055504dcc852e539b9f7f30d19f9741474bf",
              "status": "affected",
              "version": "2906f66a5682e5670a5eefe991843689b8d8563f",
              "versionType": "git"
            },
            {
              "lessThan": "e5d0bb8871668f20de8f3c94b5ae3f372346bc6e",
              "status": "affected",
              "version": "2906f66a5682e5670a5eefe991843689b8d8563f",
              "versionType": "git"
            },
            {
              "lessThan": "2f75c0faa3361b28e36cc0512b3299e163e25789",
              "status": "affected",
              "version": "2906f66a5682e5670a5eefe991843689b8d8563f",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/netfilter/ipvs/ip_vs_proto_sctp.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.34"
            },
            {
              "lessThan": "2.6.34",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.261",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.212",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.178",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.261",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.212",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nipvs: use parsed transport offset in SCTP state lookup\n\nset_sctp_state() reads the SCTP chunk header again in order to drive the\nIPVS SCTP state table. For IPv6 it computes the offset with\nsizeof(struct ipv6hdr), while the surrounding IPVS code uses iph.len from\nip_vs_fill_iph_skb(), where ipv6_find_hdr() has already skipped\nextension headers and found the real transport header.\n\nThis makes the state machine read from the wrong offset for IPv6 SCTP\npackets that carry extension headers. For example, an INIT packet with an\n8-byte destination options header can be scheduled correctly by\nsctp_conn_schedule(), but set_sctp_state() reads the first byte of the\nSCTP verification tag as a DATA chunk type. The connection then moves\nfrom NONE to ESTABLISHED instead of INIT1, gets the longer established\ntimeout, and updates the active/inactive destination counters\nincorrectly. This happens even though the SCTP handshake has not\ncompleted.\n\nUse the parsed transport offset passed down from ip_vs_set_state() for\nthe SCTP chunk-header lookup. For IPv4 and IPv6 packets without\nextension headers this preserves the existing offset."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.2,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - The bug is hit in IPVS netfilter hooks (NF_INET_LOCAL_IN/FORWARD) when remote IPv6 SCTP packets reach a configured virtual-server VIP; no local syscall or ioctl is required.\nAC:L - An attacker can reliably send SCTP INIT packets with an IPv6 Destination Options extension header so set_sctp_state() reads the wrong byte while sctp_conn_schedule() still accepts the flow, reproducing the NONE-to-ESTABLISHED misclassification every time.\nPR:N - Exploitation needs only the ability to send IPv6 SCTP traffic to the load balancer VIP; configuring IPVS requires CAP_NET_ADMIN on the target but that is an operator prerequisite, not an attacker privilege.\nUI:N - No victim interaction is required; the state machine corruption is triggered solely by attacker-crafted network packets processed automatically by the IPVS receive path.\nS:U - Impact is confined to incorrect IPVS SCTP connection state, timeouts, and backend active/inactive counters on the load balancer; it does not cross a VM, container, or IOMMU security boundary.\nC:N - The flaw misinterprets bytes inside the attacker-supplied packet (e.g., SCTP verification tag) via skb_header_pointer(); there is no out-of-bounds kernel memory read or information disclosure primitive.\nI:L - Wrong chunk-type parsing corrupts IPVS SCTP state tracking, prematurely marks associations ESTABLISHED, skews active/inactive destination counters, and can alter backend selection for load-aware schedulers without giving arbitrary kernel write.\nA:H - False ESTABLISHED transitions apply a 15-minute timeout instead of the 4-second INIT1 timeout, letting an unauthenticated remote attacker pin large numbers of bogus entries in the connection table and deny service on the affected VIP."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:39:31.586Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/d2b8b1557ec07ea1bb5dddbceaf4dfe63d388e27"
        },
        {
          "url": "https://git.kernel.org/stable/c/9f94573ab962a9e81954b755da016fa3cd2f5039"
        },
        {
          "url": "https://git.kernel.org/stable/c/290e9e8389b556efc603522e28bd1543846aa336"
        },
        {
          "url": "https://git.kernel.org/stable/c/9cb5ac594ca76d3a71803b23b74c835b0721e628"
        },
        {
          "url": "https://git.kernel.org/stable/c/a4a2d2e483d79cc2ad3a170674cf159644acf22b"
        },
        {
          "url": "https://git.kernel.org/stable/c/247d055504dcc852e539b9f7f30d19f9741474bf"
        },
        {
          "url": "https://git.kernel.org/stable/c/e5d0bb8871668f20de8f3c94b5ae3f372346bc6e"
        },
        {
          "url": "https://git.kernel.org/stable/c/2f75c0faa3361b28e36cc0512b3299e163e25789"
        }
      ],
      "title": "ipvs: use parsed transport offset in SCTP state lookup",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72021",
    "datePublished": "2026-08-15T05:51:47.324Z",
    "dateReserved": "2026-08-09T03:40:39.900Z",
    "dateUpdated": "2026-08-17T05:39:31.586Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72021",
      "date": "2026-08-25",
      "epss": "0.00573",
      "percentile": "0.44775"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72021\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:21:01.053\",\"lastModified\":\"2026-08-17T06:17:59.710\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nipvs: use parsed transport offset in SCTP state lookup\\n\\nset_sctp_state() reads the SCTP chunk header again in order to drive the\\nIPVS SCTP state table. For IPv6 it computes the offset with\\nsizeof(struct ipv6hdr), while the surrounding IPVS code uses iph.len from\\nip_vs_fill_iph_skb(), where ipv6_find_hdr() has already skipped\\nextension headers and found the real transport header.\\n\\nThis makes the state machine read from the wrong offset for IPv6 SCTP\\npackets that carry extension headers. For example, an INIT packet with an\\n8-byte destination options header can be scheduled correctly by\\nsctp_conn_schedule(), but set_sctp_state() reads the first byte of the\\nSCTP verification tag as a DATA chunk type. The connection then moves\\nfrom NONE to ESTABLISHED instead of INIT1, gets the longer established\\ntimeout, and updates the active/inactive destination counters\\nincorrectly. This happens even though the SCTP handshake has not\\ncompleted.\\n\\nUse the parsed transport offset passed down from ip_vs_set_state() for\\nthe SCTP chunk-header lookup. For IPv4 and IPv6 packets without\\nextension headers this preserves the existing offset.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/netfilter/ipvs/ip_vs_proto_sctp.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2906f66a5682e5670a5eefe991843689b8d8563f\",\"lessThan\":\"d2b8b1557ec07ea1bb5dddbceaf4dfe63d388e27\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2906f66a5682e5670a5eefe991843689b8d8563f\",\"lessThan\":\"9f94573ab962a9e81954b755da016fa3cd2f5039\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2906f66a5682e5670a5eefe991843689b8d8563f\",\"lessThan\":\"290e9e8389b556efc603522e28bd1543846aa336\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2906f66a5682e5670a5eefe991843689b8d8563f\",\"lessThan\":\"9cb5ac594ca76d3a71803b23b74c835b0721e628\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2906f66a5682e5670a5eefe991843689b8d8563f\",\"lessThan\":\"a4a2d2e483d79cc2ad3a170674cf159644acf22b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2906f66a5682e5670a5eefe991843689b8d8563f\",\"lessThan\":\"247d055504dcc852e539b9f7f30d19f9741474bf\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2906f66a5682e5670a5eefe991843689b8d8563f\",\"lessThan\":\"e5d0bb8871668f20de8f3c94b5ae3f372346bc6e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2906f66a5682e5670a5eefe991843689b8d8563f\",\"lessThan\":\"2f75c0faa3361b28e36cc0512b3299e163e25789\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/netfilter/ipvs/ip_vs_proto_sctp.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.34\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.34\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.261\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.212\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.178\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.97\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":4.2}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/247d055504dcc852e539b9f7f30d19f9741474bf\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/290e9e8389b556efc603522e28bd1543846aa336\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2f75c0faa3361b28e36cc0512b3299e163e25789\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9cb5ac594ca76d3a71803b23b74c835b0721e628\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9f94573ab962a9e81954b755da016fa3cd2f5039\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a4a2d2e483d79cc2ad3a170674cf159644acf22b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d2b8b1557ec07ea1bb5dddbceaf4dfe63d388e27\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e5d0bb8871668f20de8f3c94b5ae3f372346bc6e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-17T16:59:39+00:00",
      "cve": "CVE-2026-72021",
      "id": "CVE-2026-72021",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "76",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ipvs: use parsed transport offset in SCTP state lookup",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72021.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…