CVE-2026-80626 (GCVE-0-2026-80626)

Vulnerability from cvelistv5 – Published: 2026-08-28 06:48 – Updated: 2026-08-28 06:48
VLAI
Title
powerpc/perf: fix preempt count underflow in fsl_emb_pmu_del
Summary
In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: fix preempt count underflow in fsl_emb_pmu_del fsl_emb_pmu_del() unconditionally calls put_cpu_var(cpu_hw_events) at the 'out:' label, but only calls the matching get_cpu_var() after the 'i < 0' early-return check. When event->hw.idx is negative the function jumps to 'out:' without having taken get_cpu_var(), and the trailing put_cpu_var() then issues an unmatched preempt_enable(), underflowing preempt_count. On a CONFIG_PREEMPT=y kernel preempt_count would underflow and eventually present as a 'scheduling while atomic' BUG. Move put_cpu_var() to pair with get_cpu_var() so the percpu access is correctly bracketed and the 'out:' label only handles perf_pmu_enable.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: a11106544f33c104706ae42d27219a409b67478e , < c0c7722308c5f303117d8bd555290fdf26b098da (git)
Affected: a11106544f33c104706ae42d27219a409b67478e , < 67aeb1eb93d4ffd898a3e74a7f3fe46ee71feb28 (git)
Affected: a11106544f33c104706ae42d27219a409b67478e , < 9a515e00b00132b6fc3f1dd62dc5204bbda8cb10 (git)
Affected: a11106544f33c104706ae42d27219a409b67478e , < 5397142d60aa29dcf636f5459d960bfc4f97c42a (git)
Affected: a11106544f33c104706ae42d27219a409b67478e , < b89477077c834d94381c7bf07d81193bebefcff9 (git)
Affected: a11106544f33c104706ae42d27219a409b67478e , < 73711688479df333acc134e3730fff1acba1843e (git)
Affected: a11106544f33c104706ae42d27219a409b67478e , < b504fd953664c3f4d176ae8cb594adb3fda9d577 (git)
Affected: a11106544f33c104706ae42d27219a409b67478e , < 81e3a86030462824a67d697739cf3f387f4ba350 (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": [
            "arch/powerpc/perf/core-fsl-emb.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "c0c7722308c5f303117d8bd555290fdf26b098da",
              "status": "affected",
              "version": "a11106544f33c104706ae42d27219a409b67478e",
              "versionType": "git"
            },
            {
              "lessThan": "67aeb1eb93d4ffd898a3e74a7f3fe46ee71feb28",
              "status": "affected",
              "version": "a11106544f33c104706ae42d27219a409b67478e",
              "versionType": "git"
            },
            {
              "lessThan": "9a515e00b00132b6fc3f1dd62dc5204bbda8cb10",
              "status": "affected",
              "version": "a11106544f33c104706ae42d27219a409b67478e",
              "versionType": "git"
            },
            {
              "lessThan": "5397142d60aa29dcf636f5459d960bfc4f97c42a",
              "status": "affected",
              "version": "a11106544f33c104706ae42d27219a409b67478e",
              "versionType": "git"
            },
            {
              "lessThan": "b89477077c834d94381c7bf07d81193bebefcff9",
              "status": "affected",
              "version": "a11106544f33c104706ae42d27219a409b67478e",
              "versionType": "git"
            },
            {
              "lessThan": "73711688479df333acc134e3730fff1acba1843e",
              "status": "affected",
              "version": "a11106544f33c104706ae42d27219a409b67478e",
              "versionType": "git"
            },
            {
              "lessThan": "b504fd953664c3f4d176ae8cb594adb3fda9d577",
              "status": "affected",
              "version": "a11106544f33c104706ae42d27219a409b67478e",
              "versionType": "git"
            },
            {
              "lessThan": "81e3a86030462824a67d697739cf3f387f4ba350",
              "status": "affected",
              "version": "a11106544f33c104706ae42d27219a409b67478e",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "arch/powerpc/perf/core-fsl-emb.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\npowerpc/perf: fix preempt count underflow in fsl_emb_pmu_del\n\nfsl_emb_pmu_del() unconditionally calls put_cpu_var(cpu_hw_events) at\nthe \u0027out:\u0027 label, but only calls the matching get_cpu_var() after the\n\u0027i \u003c 0\u0027 early-return check. When event-\u003ehw.idx is negative the\nfunction jumps to \u0027out:\u0027 without having taken get_cpu_var(), and the\ntrailing put_cpu_var() then issues an unmatched preempt_enable(),\nunderflowing preempt_count.\n\nOn a CONFIG_PREEMPT=y kernel preempt_count would underflow and\neventually present as a \u0027scheduling while atomic\u0027 BUG.\n\nMove put_cpu_var() to pair with get_cpu_var() so the percpu access is\ncorrectly bracketed and the \u0027out:\u0027 label only handles perf_pmu_enable."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-28T06:48:44.182Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/c0c7722308c5f303117d8bd555290fdf26b098da"
        },
        {
          "url": "https://git.kernel.org/stable/c/67aeb1eb93d4ffd898a3e74a7f3fe46ee71feb28"
        },
        {
          "url": "https://git.kernel.org/stable/c/9a515e00b00132b6fc3f1dd62dc5204bbda8cb10"
        },
        {
          "url": "https://git.kernel.org/stable/c/5397142d60aa29dcf636f5459d960bfc4f97c42a"
        },
        {
          "url": "https://git.kernel.org/stable/c/b89477077c834d94381c7bf07d81193bebefcff9"
        },
        {
          "url": "https://git.kernel.org/stable/c/73711688479df333acc134e3730fff1acba1843e"
        },
        {
          "url": "https://git.kernel.org/stable/c/b504fd953664c3f4d176ae8cb594adb3fda9d577"
        },
        {
          "url": "https://git.kernel.org/stable/c/81e3a86030462824a67d697739cf3f387f4ba350"
        }
      ],
      "title": "powerpc/perf: fix preempt count underflow in fsl_emb_pmu_del",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80626",
    "datePublished": "2026-08-28T06:48:44.182Z",
    "dateReserved": "2026-08-26T14:34:25.775Z",
    "dateUpdated": "2026-08-28T06:48:44.182Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80626",
      "date": "2026-09-01",
      "epss": "0.00176",
      "percentile": "0.07265"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80626\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-28T08:16:46.740\",\"lastModified\":\"2026-08-28T08:16:46.740\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\npowerpc/perf: fix preempt count underflow in fsl_emb_pmu_del\\n\\nfsl_emb_pmu_del() unconditionally calls put_cpu_var(cpu_hw_events) at\\nthe \u0027out:\u0027 label, but only calls the matching get_cpu_var() after the\\n\u0027i \u003c 0\u0027 early-return check. When event-\u003ehw.idx is negative the\\nfunction jumps to \u0027out:\u0027 without having taken get_cpu_var(), and the\\ntrailing put_cpu_var() then issues an unmatched preempt_enable(),\\nunderflowing preempt_count.\\n\\nOn a CONFIG_PREEMPT=y kernel preempt_count would underflow and\\neventually present as a \u0027scheduling while atomic\u0027 BUG.\\n\\nMove put_cpu_var() to pair with get_cpu_var() so the percpu access is\\ncorrectly bracketed and the \u0027out:\u0027 label only handles perf_pmu_enable.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"arch/powerpc/perf/core-fsl-emb.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"a11106544f33c104706ae42d27219a409b67478e\",\"lessThan\":\"c0c7722308c5f303117d8bd555290fdf26b098da\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a11106544f33c104706ae42d27219a409b67478e\",\"lessThan\":\"67aeb1eb93d4ffd898a3e74a7f3fe46ee71feb28\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a11106544f33c104706ae42d27219a409b67478e\",\"lessThan\":\"9a515e00b00132b6fc3f1dd62dc5204bbda8cb10\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a11106544f33c104706ae42d27219a409b67478e\",\"lessThan\":\"5397142d60aa29dcf636f5459d960bfc4f97c42a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a11106544f33c104706ae42d27219a409b67478e\",\"lessThan\":\"b89477077c834d94381c7bf07d81193bebefcff9\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a11106544f33c104706ae42d27219a409b67478e\",\"lessThan\":\"73711688479df333acc134e3730fff1acba1843e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a11106544f33c104706ae42d27219a409b67478e\",\"lessThan\":\"b504fd953664c3f4d176ae8cb594adb3fda9d577\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a11106544f33c104706ae42d27219a409b67478e\",\"lessThan\":\"81e3a86030462824a67d697739cf3f387f4ba350\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"arch/powerpc/perf/core-fsl-emb.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\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/5397142d60aa29dcf636f5459d960bfc4f97c42a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/67aeb1eb93d4ffd898a3e74a7f3fe46ee71feb28\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/73711688479df333acc134e3730fff1acba1843e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/81e3a86030462824a67d697739cf3f387f4ba350\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9a515e00b00132b6fc3f1dd62dc5204bbda8cb10\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b504fd953664c3f4d176ae8cb594adb3fda9d577\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b89477077c834d94381c7bf07d81193bebefcff9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c0c7722308c5f303117d8bd555290fdf26b098da\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-01T06:59:33+00:00",
      "cve": "CVE-2026-80626",
      "id": "CVE-2026-80626",
      "initial_release_date": "2026-08-28T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: powerpc/perf: fix preempt count underflow in fsl_emb_pmu_del",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80626.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…