CVE-2025-20802
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 | 15.0 | |
| mediatek | mt6991 | * |
| mediatek | mt8196 | * |
| mediatek | mt8367 | * |
| mediatek | mt8781 | * |
| mediatek | mt8786 | * |
| 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 geniezone is a use-after-free memory corruption issue. It occurs when the software 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 without needing any user interaction.
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, potentially allowing the attacker to execute arbitrary code or access sensitive information.
What immediate steps should I take to mitigate this vulnerability?
Apply the patch identified as ALPS10238968 to fix the vulnerability.