CVE-2025-20806
BaseFortify
Publication date: 2026-01-06
Last updated on: 2026-01-08
Assigner: MediaTek, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| android | 16.0 | |
| mediatek | mt6899 | * |
| mediatek | mt6991 | * |
| mediatek | mt8793 | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in dpe is a use-after-free memory corruption issue. It occurs when the program uses memory after it has been freed, which can cause unexpected behavior or crashes. Exploiting this flaw could allow a malicious actor who already has System privileges to escalate their privileges locally.
How can this vulnerability impact me? :
If exploited, this vulnerability could allow an attacker with existing System privileges to escalate their privileges further on the affected system. This could lead to greater control over the system and potentially compromise its security.
What immediate steps should I take to mitigate this vulnerability?
Apply the patch identified as ALPS10114835 to fix the vulnerability.