Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can crash a system when the MediaTek video decoder module is removed under a specific driver mode. It is an availability risk, not a data theft or integrity issue in the provided sources. Exposure is likely limited to Linux systems using the affected MediaTek vcodec decoder driver path.
Executive priority
Treat as a moderate availability issue. Patch in normal kernel maintenance cycles, faster for MediaTek-based appliances or endpoints where local users can affect kernel modules. It does not indicate data compromise in the provided evidence.
Technical view
The flaw is in mtk_vcodec_dec_remove. When subdev mode is supported, dev->pm.dev may be NULL, and runtime power-management teardown can dereference it during mtk-vcodec-dec.ko removal, causing a kernel crash. CVSS is 5.5, local attack vector, low privileges, no confidentiality or integrity impact, high availability impact.
Likely exposure
Systems are plausibly exposed if they run an affected Linux kernel with the MediaTek mtk-vcodec decoder driver present and the vulnerable subdev-mode removal path reachable. The source bundle does not establish broad default exposure across all Linux deployments.
Exploitation context
The provided sources do not show active exploitation, and KEV is false. The described trigger is local module removal of mtk-vcodec-dec.ko, leading to denial of service through kernel crash. No remote attack path is supported by the sources.
Researcher notes
Evidence is limited to the CVE record and Linux stable references. The affected version data in the bundle is sparse and should be reconciled against vendor backports. Validate exposure by driver presence and kernel provenance, not by version strings alone.
Mitigation direction
Apply a Linux kernel update containing the referenced stable fixes.
Check your Linux distribution or device vendor advisory for patched kernel builds.
Prioritize affected MediaTek-based systems where video codec drivers are enabled.
Limit module management permissions to trusted administrators per existing policy.
Validation and detection
Inventory kernels and identify systems with MediaTek mtk-vcodec decoder support.
Confirm whether mtk-vcodec-dec.ko is present, built in, or loadable.
Map running kernel builds to vendor-fixed releases or referenced stable commits.
Review crash logs for mtk_vcodec_dec_remove or __pm_runtime_disable traces.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-667: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-667 · source CWE mapping
Improper Locking
Improper Locking represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.