CVE-2026-80626

Source
https://cve.org/CVERecord?id=CVE-2026-80626
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80626.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80626
Downstream
Published
2026-08-28T06:48:44Z
Modified
2026-08-30T03:48:20Z
Summary
powerpc/perf: fix preempt count underflow in fsl_emb_pmu_del
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80626.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a11106544f33c104706ae42d27219a409b67478e
Fixed
c0c7722308c5f303117d8bd555290fdf26b098da
Fixed
67aeb1eb93d4ffd898a3e74a7f3fe46ee71feb28
Fixed
9a515e00b00132b6fc3f1dd62dc5204bbda8cb10
Fixed
5397142d60aa29dcf636f5459d960bfc4f97c42a
Fixed
b89477077c834d94381c7bf07d81193bebefcff9
Fixed
73711688479df333acc134e3730fff1acba1843e
Fixed
b504fd953664c3f4d176ae8cb594adb3fda9d577
Fixed
81e3a86030462824a67d697739cf3f387f4ba350

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80626.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.34
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80626.json"