CVE-2026-52932 (GCVE-0-2026-52932)
Vulnerability from cvelistv5
Published
2026-06-24 07:14
Modified
2026-08-05 12:31
Summary
In the Linux kernel, the following vulnerability has been resolved: xfrm: ipcomp: Free destination pages on acomp errors Move the out_free_req label up by a couple of lines so that the allocated dst SG list gets freed on error as well as success.
Impacted products
Vendor Product Version
Linux Linux Version: eb2953d26971f3083bbf95de4bc997b5bedf0b6e
Version: eb2953d26971f3083bbf95de4bc997b5bedf0b6e
Version: eb2953d26971f3083bbf95de4bc997b5bedf0b6e
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/xfrm/xfrm_ipcomp.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "dc6dcba80d72a27ab61831ad3d253316e0c9b9d5",
              "status": "affected",
              "version": "eb2953d26971f3083bbf95de4bc997b5bedf0b6e",
              "versionType": "git"
            },
            {
              "lessThan": "b30aa173c3809f6af4c83a86099be1be19aa48eb",
              "status": "affected",
              "version": "eb2953d26971f3083bbf95de4bc997b5bedf0b6e",
              "versionType": "git"
            },
            {
              "lessThan": "7dbac7680eb629b3b4dc7e98c34f943b8814c0c8",
              "status": "affected",
              "version": "eb2953d26971f3083bbf95de4bc997b5bedf0b6e",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/xfrm/xfrm_ipcomp.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.15"
            },
            {
              "lessThan": "6.15",
              "status": "unaffected",
              "version": "0",
              "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": "6.18.35",
                  "versionStartIncluding": "6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.12",
                  "versionStartIncluding": "6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "6.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: ipcomp: Free destination pages on acomp errors\n\nMove the out_free_req label up by a couple of lines so that the\nallocated dst SG list gets freed on error as well as success."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - Inbound IPComp packets are handled by the IPv4/IPv6 protocol handlers and dispatched through xfrm_input() to ipcomp_input() when they match an installed IPComp SA. A remote peer can send malformed IPComp payloads to a reasonably deployed IPsec/IPComp endpoint.\nAC:L - The attacker only needs to send packets with invalid or oversized compressed data that make crypto_acomp_decompress() return an error after destination pages are allocated. There is no race or memory-layout prerequisite beyond reaching a configured IPComp SA.\nPR:N - On the remote receive path, no local privileges or authenticated user account are required; packets are processed before any per-user credential check. SA configuration is a deployment precondition, not an attacker privilege.\nUI:N - No victim user action is required after the target is running with an inbound IPComp SA. The attacker can repeatedly trigger the error path by sending network packets.\nS:U - The vulnerability consumes kernel memory within the same operating-system security authority. It does not cross a VM, hypervisor, IOMMU, or separate security-scope boundary.\nC:N - The bug leaks caller-allocated destination pages on the error path but does not expose their contents to the attacker. No arbitrary read or information disclosure primitive was found.\nI:N - The missed cleanup is a memory/resource leak, not a use-after-free, out-of-bounds write, or control-flow corruption. It does not provide a data modification primitive.\nA:H - Each failed IPComp decompression can leak multiple kernel pages, and a remote attacker can repeat this to exhaust kernel memory and cause system-wide denial of service. Under the required higher-severity rule, this is scored as high availability impact."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:31:50.048Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/dc6dcba80d72a27ab61831ad3d253316e0c9b9d5"
        },
        {
          "url": "https://git.kernel.org/stable/c/b30aa173c3809f6af4c83a86099be1be19aa48eb"
        },
        {
          "url": "https://git.kernel.org/stable/c/7dbac7680eb629b3b4dc7e98c34f943b8814c0c8"
        }
      ],
      "title": "xfrm: ipcomp: Free destination pages on acomp errors",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-52932",
    "datePublished": "2026-06-24T07:14:24.002Z",
    "dateReserved": "2026-06-09T07:44:35.369Z",
    "dateUpdated": "2026-08-05T12:31:50.048Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…