Impact
The vulnerability arises when the Mediatek MT8192 audio interface driver probes the device. During this probe, the driver temporarily enables runtime power management but calls pm_runtime_get_sync() without checking its return value. Should runtime resume fail, the probe continues and the PM usage counter remains incremented, leaving the device inaccessible. This leak of the runtime PM usage count can result in a denial of service by preventing normal device operation.
Affected Systems
Any Linux kernel installation that loads the Mediatek MT8192 AFE driver is affected. The issue is confined to the kernel’s sound subsystem (ASoC) and manifests only when the MT8192 driver is present during system boot or driver reload.
Risk and Exploitability
The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. The CVSS score is unknown, but the attack path is local: the flaw is triggered during driver probe and requires either a reboot or the loading of the affected driver. An attacker with local system access could force a probe by rebooting a system that uses the device, potentially leading to a persistent denial of service.
OpenCVE Enrichment