Impact
The vulnerability is a use‑after‑free bug in the mtk‑adsp mailbox path of the Linux kernel. When the SOF audio driver fails to initialize, its cleanup frees the snd_sof_dev object while the mailbox client’s IRQ handler remains enabled. A late interrupt can then invoke the reclaimed channel pointer, causing the kernel to dereference freed memory. The kernel reports a KASAN slab‑use‑after‑free and crashes, which is a kernel‑level vulnerability. This weakness is classified as CWE‑825.
Affected Systems
The defect affects Linux kernel releases that include the MediaTek ADSP mailbox driver and support MediaTek SoCs such as the MT8196. Any distribution kernel that has not applied the patch commit that introduced the UAF fix is vulnerable.
Risk and Exploitability
The exploit requires a scenario where the SOF audio driver fails to load, which can be triggered by firmware timeouts or corrupted firmware images. While the bug manifests only after a device teardown, an attacker with local or privileged access can provoke the failure. The CVSS score is 5.5, reflecting a medium severity. The EPSS score is < 1% and the issue is not listed in KEV, but the use‑after‑free still represents a kernel‑level risk.
OpenCVE Enrichment