CVE-2026-80670
Last modified
CVE-2026-80670 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: perf tools: Use perf_env__get_cpu_topology() in machine__resolve() machine__resolve() accesses env->cpu[al->cpu].socket_id after checking al->cpu >= 0 and env->cpu != NULL, but without validating al->cpu against env->nr_cpus_avail. Since al->cpu comes from the untrusted perf.data sample, a crafted file with a large CPU index causes an out-of-bounds heap read. Use perf_env__get_cpu_topology() which validates both NULL and bounds. Also bounds-check al->cpu before the cast to struct perf_cpu (int16_t): without this, values like 65536 silently truncate to 0, bypassing the accessor's internal check and returning CPU 0's topology.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: perf tools: Use perf_env__get_cpu_topology() in machine__resolve() machine__resolve() accesses env->cpu[al->cpu].socket_id after checking al->cpu >= 0 and env->cpu != NULL, but without validating al->cpu against env->nr_cpus_avail. Since al->cpu comes from the untrusted perf.data sample, a crafted file with a large CPU index causes an out-of-bounds heap read. Use perf_env__get_cpu_topology() which validates both NULL and bounds. Also bounds-check al->cpu before the cast to struct perf_cpu (int16_t): without this, values like 65536 silently truncate to 0, bypassing the accessor's internal check and returning CPU 0's topology.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0c4c4debb0adda4c18c158d95031dc2b9f637869, < b9e8406651dcc1c19238aad11861a758683525b4; >= 0c4c4debb0adda4c18c158d95031dc2b9f637869, < eb266a14c16a93eb4db7b56a452d6be93f8bdcd4; >= 0c4c4debb0adda4c18c158d95031dc2b9f637869, < 5484b43a0ec8231c36fba6ead654cb72dbba8b8f |
| Linux | Linux | 4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80670?
How severe is CVE-2026-80670?
How do I fix CVE-2026-80670?
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-80664In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-80665In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80666In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80667In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80668In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80669In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80671In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-80672In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80673In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80674In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80675In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80676In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80670?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
