CVE-2026-80626
Last modified
CVE-2026-80626 is a vulnerability of currently unknown severity. 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..
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a11106544f33c104706ae42d27219a409b67478e, < c0c7722308c5f303117d8bd555290fdf26b098da; >= a11106544f33c104706ae42d27219a409b67478e, < 67aeb1eb93d4ffd898a3e74a7f3fe46ee71feb28; >= a11106544f33c104706ae42d27219a409b67478e, < 9a515e00b00132b6fc3f1dd62dc5204bbda8cb10; >= a11106544f33c104706ae42d27219a409b67478e, < 5397142d60aa29dcf636f5459d960bfc4f97c42a; >= a11106544f33c104706ae42d27219a409b67478e, < b89477077c834d94381c7bf07d81193bebefcff9; >= a11106544f33c104706ae42d27219a409b67478e, < 73711688479df333acc134e3730fff1acba1843e; >= a11106544f33c104706ae42d27219a409b67478e, < b504fd953664c3f4d176ae8cb594adb3fda9d577; >= a11106544f33c104706ae42d27219a409b67478e, < 81e3a86030462824a67d697739cf3f387f4ba350 |
| Linux | Linux | 2.6.34 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80626?
How severe is CVE-2026-80626?
How do I fix CVE-2026-80626?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80620In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80621In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80622In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80623In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80624In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80625In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80627In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80628In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80629In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8063An authenticated user can crash mongod when running $rankFus…7.1
- CVE-2026-80630In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80631In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-80626?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
