CVE-2026-72008
Last modified
CVE-2026-72008 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: Fix possible nullptr KP in HWV cleanup/on-check Should probe fail for HW_VOTER type power domains, this driver was unconditionally trying to perform cleanup for DIRECT_CTL domains, but only after checking if the target domain is powered on... with the DIRECT_CTL scpsys_domain_is_on() code again. And there's more: the scpsys_domain_is_on() function is also being unconditionally used in the probe path, for any power domain that has flag MTK_SCPD_KEEP_DEFAULT_OFF! This bug was never experienced by anyone because the HWV domains never failed probe, and because none of those is declared with the aforementioned flag - but it's still something critical. In order to fix this, add a check for MTCMOS Type and, based on that, call the correct functions for an "is on" check, and also do the same for the cleanup path, calling the correct functions for the "power off" action. For the latter, since there's a call to pm_genpd_remove() right before calling power_off, be cautious and add a variation of the power off functions (with a _internal suffix) for those to get a pointer to scpsys_domain instead of one to generic_pm_domain as, even if that's still working, this is way too much fragile and would break at some point.. 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: Fix possible nullptr KP in HWV cleanup/on-check Should probe fail for HW_VOTER type power domains, this driver was unconditionally trying to perform cleanup for DIRECT_CTL domains, but only after checking if the target domain is powered on... with the DIRECT_CTL scpsys_domain_is_on() code again. And there's more: the scpsys_domain_is_on() function is also being unconditionally used in the probe path, for any power domain that has flag MTK_SCPD_KEEP_DEFAULT_OFF! This bug was never experienced by anyone because the HWV domains never failed probe, and because none of those is declared with the aforementioned flag - but it's still something critical. In order to fix this, add a check for MTCMOS Type and, based on that, call the correct functions for an "is on" check, and also do the same for the cleanup path, calling the correct functions for the "power off" action. For the latter, since there's a call to pm_genpd_remove() right before calling power_off, be cautious and add a variation of the power off functions (with a _internal suffix) for those to get a pointer to scpsys_domain instead of one to generic_pm_domain as, even if that's still working, this is way too much fragile and would break at some point.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 88914db077b6c2920b29a3ec76109a2fd3cf8d38, < 36c2d7728540252474752172027f0113028ab00c; >= 88914db077b6c2920b29a3ec76109a2fd3cf8d38, < a4876f11aa1d076802676e23f8af500706e780e3 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72008?
How severe is CVE-2026-72008?
How do I fix CVE-2026-72008?
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-7200A flaw has been found in SourceCodester Pharmacy Sales and I…4.3
- CVE-2026-72003In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72004In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72005In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72006In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72007In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72009In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7201CWE-639: Authorization Bypass Through User-Controlled Key in…8.8
- CVE-2026-72010In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72011In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72012In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72013In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72008?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
