CVE-2026-80751

Source
https://cve.org/CVERecord?id=CVE-2026-80751
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80751.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80751
Downstream
Published
2026-09-03T08:26:31.347Z
Modified
2026-09-04T03:47:25.189004645Z
Summary
pmdomain: mediatek: mfg: initialize prev_o in mtk_mfg_attach_dev()
Details

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

pmdomain: mediatek: mfg: initialize prevo in mtkmfgattachdev()

mtkmfgattachdev() reads prevo on the first iteration of its loop, in "if (prevo && prevo->freq == o->freq)", before prevo is assigned at the end of the loop body. On that first iteration, evaluating prevo reads an indeterminate value. If it is non-NULL, the condition dereferences a stale or invalid pointer, potentially faulting or incorrectly skipping the first OPP.

Initialize prev_o to NULL. This matches the intent as well: there is no previous OPP to compare against on the first iteration.

Found with Clang's -Wconditional-uninitialized.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80751.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
f08e7a4e8d6ac4de677727af352ea33c6ce9f444
Fixed
de4eec0dfde8c0e27f8915bbb244d17ff68f2fb4
Fixed
090a95dbe13df9965279b588d97eda134831769c

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

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