CVE-2026-80670

Source
https://cve.org/CVERecord?id=CVE-2026-80670
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80670.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80670
Downstream
Published
2026-08-28T06:49:11.120Z
Modified
2026-08-30T03:48:20.933088549Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
perf tools: Use perf_env__get_cpu_topology() in machine__resolve()
Details

In the Linux kernel, the following vulnerability has been resolved:

perf tools: Use perf_envgetcputopology() in machineresolve()

machine_resolve() accesses env->cpu[al->cpu].socketid after checking al->cpu >= 0 and env->cpu != NULL, but without validating al->cpu against env->nrcpusavail. 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__getcputopology() which validates both NULL and bounds. Also bounds-check al->cpu before the cast to struct perfcpu (int16t): without this, values like 65536 silently truncate to 0, bypassing the accessor's internal check and returning CPU 0's topology.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80670.json",
    "cna_assigner": "Linux"
}
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
0c4c4debb0adda4c18c158d95031dc2b9f637869
Fixed
b9e8406651dcc1c19238aad11861a758683525b4
Fixed
eb266a14c16a93eb4db7b56a452d6be93f8bdcd4
Fixed
5484b43a0ec8231c36fba6ead654cb72dbba8b8f

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.4.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-80670.json"