Impact
A null‑pointer dereference occurs in the Mediatek power‑domain driver when a probe for an HW_VOTER type fails or when a domain flagged MTK_SCPD_KEEP_DEFAULT_OFF is accessed. Because the driver calls functions that expect a valid domain pointer without first validating it, the kernel attempts to use a NULL reference and panics. The result is a loss of availability; the flaw does not provide a path for arbitrary code execution or data exfiltration. The weakness corresponds to CWE‑476.
Affected Systems
All Linux kernel builds that include the Mediatek power‑domain driver are affected. The driver is present in many kernel releases that support Mediatek SoCs, such as certain Android devices and embedded boards. The advisory does not list specific kernel versions, so any distribution that ships the driver without the upstream patch remains at risk until the change is integrated.
Risk and Exploitability
The CVSS v3.1 score is 5.5, indicating a moderate severity. The EPSS score is below 1% and the vulnerability is not listed in CISA KEV, reflecting a low likelihood of widespread exploitation. The bug only triggers under uncommon conditions (failed probe or specific flag), greatly narrowing the attack surface. While no public exploits are known, an attacker could potentially induce probe failures by manipulating power‑domain states or firmware to cause a kernel panic, resulting in a denial of service for all users.
OpenCVE Enrichment