CVE-2026-72008

Source
https://cve.org/CVERecord?id=CVE-2026-72008
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72008.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72008
Downstream
Published
2026-08-15T05:51:38.102Z
Modified
2026-08-16T03:48:30.463894979Z
Summary
pmdomain: mediatek: Fix possible nullptr KP in HWV cleanup/on-check
Details

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 HWVOTER type power domains, this driver was unconditionally trying to perform cleanup for DIRECTCTL domains, but only after checking if the target domain is powered on... with the DIRECTCTL scpsysdomainison() code again.

And there's more: the scpsysdomainison() function is also being unconditionally used in the probe path, for any power domain that has flag MTKSCPDKEEPDEFAULT_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 pmgenpdremove() right before calling poweroff, be cautious and add a variation of the power off functions (with a internal suffix) for those to get a pointer to scpsysdomain instead of one to genericpm_domain as, even if that's still working, this is way too much fragile and would break at some point.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72008.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
88914db077b6c2920b29a3ec76109a2fd3cf8d38
Fixed
36c2d7728540252474752172027f0113028ab00c
Fixed
a4876f11aa1d076802676e23f8af500706e780e3

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

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-72008.json"