CVE-2026-80626 (GCVE-0-2026-80626)
Vulnerability from cvelistv5
Published
2026-08-28 06:48
Modified
2026-08-28 06:48
Severity ?
VLAI Severity ?
EPSS score ?
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.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: a11106544f33c104706ae42d27219a409b67478e Version: a11106544f33c104706ae42d27219a409b67478e Version: a11106544f33c104706ae42d27219a409b67478e Version: a11106544f33c104706ae42d27219a409b67478e Version: a11106544f33c104706ae42d27219a409b67478e Version: a11106544f33c104706ae42d27219a409b67478e Version: a11106544f33c104706ae42d27219a409b67478e Version: a11106544f33c104706ae42d27219a409b67478e |
||
{
"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"
}
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…