CVE-2026-80751
Last modified
CVE-2026-80751 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: mfg: initialize prev_o in mtk_mfg_attach_dev() mtk_mfg_attach_dev() reads prev_o on the first iteration of its loop, in "if (prev_o && prev_o->freq == o->freq)", before prev_o is assigned at the end of the loop body. On that first iteration, evaluating prev_o reads an indeterminate value. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: mfg: initialize prev_o in mtk_mfg_attach_dev() mtk_mfg_attach_dev() reads prev_o on the first iteration of its loop, in "if (prev_o && prev_o->freq == o->freq)", before prev_o is assigned at the end of the loop body. On that first iteration, evaluating prev_o 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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f08e7a4e8d6ac4de677727af352ea33c6ce9f444, < de4eec0dfde8c0e27f8915bbb244d17ff68f2fb4; >= f08e7a4e8d6ac4de677727af352ea33c6ce9f444, < 090a95dbe13df9965279b588d97eda134831769c |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80751?
How severe is CVE-2026-80751?
How do I fix CVE-2026-80751?
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-80746In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80747In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-80748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80749In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-8075Mattermost Desktop App versions <=6.2 5.5.13 6.0.2.0 fail to…6.5
- CVE-2026-80750In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80752In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80753In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80754In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80755In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80756In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80757In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80751?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
