CVE-2026-64009 (GCVE-0-2026-64009)

Vulnerability from cvelistv5 – Published: 2026-07-19 14:56 – Updated: 2026-07-20 13:42
VLAI
Title
xfrm: Check for underflow in xfrm_state_mtu
Summary
In the Linux kernel, the following vulnerability has been resolved: xfrm: Check for underflow in xfrm_state_mtu Leo Lin reported OOB write issue in esp component: xfrm_state_mtu() returns u32 but performs its arithmetic in unsigned modulo-2^32 space using an attacker-influenced "header_len + authsize + net_adj" subtracted from a small "mtu" argument. A nobody user can install an IPv4 ESP tunnel SA with a large authentication key (XFRMA_ALG_AUTH_TRUNC, e.g. hmac(sha512), 64-byte key, 64-byte trunc), configure a small interface MTU (68 bytes), and set XFRMA_TFCPAD to a large value. When a single UDP datagram is then sent through the tunnel, xfrm_state_mtu() underflows to a near-2^32 value, and esp_output() consumes it as a signed int via: padto = min(x->tfcpad, xfrm_state_mtu(x, mtu_cached)) esp.tfclen = padto - skb->len (assigned to int) esp.tfclen ends up negative (e.g. -207). It is sign-extended to size_t when passed to memset() inside esp_output_fill_trailer(), producing a ~16 EB write of zeroes at skb_tail_pointer(skb). KASAN logs it as "Write of size 18446744073709551537 at addr ffff888...". Check for underflow and return 1. This causes the sendmsg attempt to fail with ENETUNREACH.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: c5c2523893747f88a83376abad310c8ad13f7197 , < 8014f70c4e6e5ab101ae3860a614e65e988372e3 (git)
Affected: c5c2523893747f88a83376abad310c8ad13f7197 , < 1021d2877b689a648b27815c854557a917122e93 (git)
Affected: c5c2523893747f88a83376abad310c8ad13f7197 , < 2a41b1b31c61c52b972278ce1732a1443f5e89ed (git)
Affected: c5c2523893747f88a83376abad310c8ad13f7197 , < fccd685b32df5aaf6bad4381eeda216468e283f0 (git)
Affected: c5c2523893747f88a83376abad310c8ad13f7197 , < 820e501be8aee4b365d218d83227b314309c5fda (git)
Affected: c5c2523893747f88a83376abad310c8ad13f7197 , < 82ac903e0b519849647657b8c48d21237ada06a2 (git)
Affected: c5c2523893747f88a83376abad310c8ad13f7197 , < 3db50ceeacb52806d8fe86fb1dfe944df0b9f789 (git)
Affected: c5c2523893747f88a83376abad310c8ad13f7197 , < 742b04d0550b0ec89dcbc99537ec88653bd1ad90 (git)
Create a notification for this product.
Linux Linux Affected: 2.6.22
Unaffected: 0 , < 2.6.22 (semver)
Unaffected: 5.10.259 , ≤ 5.10.* (semver)
Unaffected: 5.15.210 , ≤ 5.15.* (semver)
Unaffected: 6.1.176 , ≤ 6.1.* (semver)
Unaffected: 6.6.143 , ≤ 6.6.* (semver)
Unaffected: 6.12.93 , ≤ 6.12.* (semver)
Unaffected: 6.18.35 , ≤ 6.18.* (semver)
Unaffected: 7.0.12 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/xfrm/xfrm_state.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8014f70c4e6e5ab101ae3860a614e65e988372e3",
              "status": "affected",
              "version": "c5c2523893747f88a83376abad310c8ad13f7197",
              "versionType": "git"
            },
            {
              "lessThan": "1021d2877b689a648b27815c854557a917122e93",
              "status": "affected",
              "version": "c5c2523893747f88a83376abad310c8ad13f7197",
              "versionType": "git"
            },
            {
              "lessThan": "2a41b1b31c61c52b972278ce1732a1443f5e89ed",
              "status": "affected",
              "version": "c5c2523893747f88a83376abad310c8ad13f7197",
              "versionType": "git"
            },
            {
              "lessThan": "fccd685b32df5aaf6bad4381eeda216468e283f0",
              "status": "affected",
              "version": "c5c2523893747f88a83376abad310c8ad13f7197",
              "versionType": "git"
            },
            {
              "lessThan": "820e501be8aee4b365d218d83227b314309c5fda",
              "status": "affected",
              "version": "c5c2523893747f88a83376abad310c8ad13f7197",
              "versionType": "git"
            },
            {
              "lessThan": "82ac903e0b519849647657b8c48d21237ada06a2",
              "status": "affected",
              "version": "c5c2523893747f88a83376abad310c8ad13f7197",
              "versionType": "git"
            },
            {
              "lessThan": "3db50ceeacb52806d8fe86fb1dfe944df0b9f789",
              "status": "affected",
              "version": "c5c2523893747f88a83376abad310c8ad13f7197",
              "versionType": "git"
            },
            {
              "lessThan": "742b04d0550b0ec89dcbc99537ec88653bd1ad90",
              "status": "affected",
              "version": "c5c2523893747f88a83376abad310c8ad13f7197",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/xfrm/xfrm_state.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.22"
            },
            {
              "lessThan": "2.6.22",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.259",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.210",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.176",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.143",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.93",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.35",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.12",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.259",
                  "versionStartIncluding": "2.6.22",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.210",
                  "versionStartIncluding": "2.6.22",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.176",
                  "versionStartIncluding": "2.6.22",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.143",
                  "versionStartIncluding": "2.6.22",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.93",
                  "versionStartIncluding": "2.6.22",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.35",
                  "versionStartIncluding": "2.6.22",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.12",
                  "versionStartIncluding": "2.6.22",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "2.6.22",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: Check for underflow in xfrm_state_mtu\n\nLeo Lin reported OOB write issue in esp component:\n\n  xfrm_state_mtu() returns u32 but performs its arithmetic in unsigned\n  modulo-2^32 space using an attacker-influenced \"header_len + authsize +\n  net_adj\" subtracted from a small \"mtu\" argument. A nobody user can\n  install an IPv4 ESP tunnel SA with a large authentication key\n  (XFRMA_ALG_AUTH_TRUNC, e.g. hmac(sha512), 64-byte key, 64-byte trunc),\n  configure a small interface MTU (68 bytes), and set XFRMA_TFCPAD to a\n  large value. When a single UDP datagram is then sent through the\n  tunnel, xfrm_state_mtu() underflows to a near-2^32 value, and\n  esp_output() consumes it as a signed int via:\n\n        padto      = min(x-\u003etfcpad, xfrm_state_mtu(x, mtu_cached))\n        esp.tfclen = padto - skb-\u003elen   (assigned to int)\n\n  esp.tfclen ends up negative (e.g. -207). It is sign-extended to size_t\n  when passed to memset() inside esp_output_fill_trailer(), producing a\n  ~16 EB write of zeroes at skb_tail_pointer(skb). KASAN logs it as\n  \"Write of size 18446744073709551537 at addr ffff888...\".\n\nCheck for underflow and return 1. This causes the sendmsg attempt to\nfail with ENETUNREACH."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-20T13:42:19.937Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8014f70c4e6e5ab101ae3860a614e65e988372e3"
        },
        {
          "url": "https://git.kernel.org/stable/c/1021d2877b689a648b27815c854557a917122e93"
        },
        {
          "url": "https://git.kernel.org/stable/c/2a41b1b31c61c52b972278ce1732a1443f5e89ed"
        },
        {
          "url": "https://git.kernel.org/stable/c/fccd685b32df5aaf6bad4381eeda216468e283f0"
        },
        {
          "url": "https://git.kernel.org/stable/c/820e501be8aee4b365d218d83227b314309c5fda"
        },
        {
          "url": "https://git.kernel.org/stable/c/82ac903e0b519849647657b8c48d21237ada06a2"
        },
        {
          "url": "https://git.kernel.org/stable/c/3db50ceeacb52806d8fe86fb1dfe944df0b9f789"
        },
        {
          "url": "https://git.kernel.org/stable/c/742b04d0550b0ec89dcbc99537ec88653bd1ad90"
        }
      ],
      "title": "xfrm: Check for underflow in xfrm_state_mtu",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-64009",
    "datePublished": "2026-07-19T14:56:24.448Z",
    "dateReserved": "2026-07-19T07:54:57.026Z",
    "dateUpdated": "2026-07-20T13:42:19.937Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-64009",
      "date": "2026-07-21",
      "epss": "0.00143",
      "percentile": "0.04049"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-64009\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-19T16:17:40.663\",\"lastModified\":\"2026-07-20T15:17:02.220\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nxfrm: Check for underflow in xfrm_state_mtu\\n\\nLeo Lin reported OOB write issue in esp component:\\n\\n  xfrm_state_mtu() returns u32 but performs its arithmetic in unsigned\\n  modulo-2^32 space using an attacker-influenced \\\"header_len + authsize +\\n  net_adj\\\" subtracted from a small \\\"mtu\\\" argument. A nobody user can\\n  install an IPv4 ESP tunnel SA with a large authentication key\\n  (XFRMA_ALG_AUTH_TRUNC, e.g. hmac(sha512), 64-byte key, 64-byte trunc),\\n  configure a small interface MTU (68 bytes), and set XFRMA_TFCPAD to a\\n  large value. When a single UDP datagram is then sent through the\\n  tunnel, xfrm_state_mtu() underflows to a near-2^32 value, and\\n  esp_output() consumes it as a signed int via:\\n\\n        padto      = min(x-\u003etfcpad, xfrm_state_mtu(x, mtu_cached))\\n        esp.tfclen = padto - skb-\u003elen   (assigned to int)\\n\\n  esp.tfclen ends up negative (e.g. -207). It is sign-extended to size_t\\n  when passed to memset() inside esp_output_fill_trailer(), producing a\\n  ~16 EB write of zeroes at skb_tail_pointer(skb). KASAN logs it as\\n  \\\"Write of size 18446744073709551537 at addr ffff888...\\\".\\n\\nCheck for underflow and return 1. This causes the sendmsg attempt to\\nfail with ENETUNREACH.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/xfrm/xfrm_state.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"c5c2523893747f88a83376abad310c8ad13f7197\",\"lessThan\":\"8014f70c4e6e5ab101ae3860a614e65e988372e3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c5c2523893747f88a83376abad310c8ad13f7197\",\"lessThan\":\"1021d2877b689a648b27815c854557a917122e93\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c5c2523893747f88a83376abad310c8ad13f7197\",\"lessThan\":\"2a41b1b31c61c52b972278ce1732a1443f5e89ed\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c5c2523893747f88a83376abad310c8ad13f7197\",\"lessThan\":\"fccd685b32df5aaf6bad4381eeda216468e283f0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c5c2523893747f88a83376abad310c8ad13f7197\",\"lessThan\":\"820e501be8aee4b365d218d83227b314309c5fda\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c5c2523893747f88a83376abad310c8ad13f7197\",\"lessThan\":\"82ac903e0b519849647657b8c48d21237ada06a2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c5c2523893747f88a83376abad310c8ad13f7197\",\"lessThan\":\"3db50ceeacb52806d8fe86fb1dfe944df0b9f789\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c5c2523893747f88a83376abad310c8ad13f7197\",\"lessThan\":\"742b04d0550b0ec89dcbc99537ec88653bd1ad90\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/xfrm/xfrm_state.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.22\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.22\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.259\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.210\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.176\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.143\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.93\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.35\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.12\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"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:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1021d2877b689a648b27815c854557a917122e93\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2a41b1b31c61c52b972278ce1732a1443f5e89ed\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3db50ceeacb52806d8fe86fb1dfe944df0b9f789\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/742b04d0550b0ec89dcbc99537ec88653bd1ad90\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8014f70c4e6e5ab101ae3860a614e65e988372e3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/820e501be8aee4b365d218d83227b314309c5fda\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/82ac903e0b519849647657b8c48d21237ada06a2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fccd685b32df5aaf6bad4381eeda216468e283f0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}



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…