CVE-2026-72008
Received Received - Intake

Null Pointer Dereference in Linux Kernel Power Domain Driver

Vulnerability report for CVE-2026-72008, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mediatek linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability in the Mediatek power domain driver where a null pointer dereference could occur during cleanup or power state checks. The issue arises when power domain probe fails for certain types, leading to incorrect cleanup or power state verification calls. The bug was never triggered in practice but could cause system instability if conditions were met.

Detection Guidance

This vulnerability is specific to the Linux kernel's Mediatek power domain handling. Detection requires checking kernel logs for related errors or examining the Mediatek power domain driver code for the described conditions. No direct network detection commands are applicable.

Impact Analysis

This vulnerability could cause a kernel panic or system crash if the affected power domain probe fails and cleanup is attempted. It may lead to unexpected system reboots or unresponsiveness, particularly on devices using Mediatek hardware with specific power domain configurations.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a Linux kernel power domain management issue. It involves a potential null pointer dereference in cleanup operations but has never been observed in practice due to specific domain configurations.

Mitigation Strategies

Apply the Linux kernel patch that fixes the Mediatek power domain driver issue. Update to a kernel version containing the fix for CVE-2026-72008. Monitor kernel logs for related errors after applying the patch.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72008. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart