Cyber Resilience

CVE-2025-20641

Medium

Published: 03 February 2025

Published
03 February 2025
Modified
04 February 2025
KEV Added
Patch
CVSS Score v3.1 6.6 CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0003 8.1th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-20641 is a medium-severity Out-of-bounds Write (CWE-787) vulnerability in Google Android. Its CVSS base score is 6.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 8.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 PE-3 (Physical Access Control) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-20641 is an out-of-bounds write vulnerability in DA due to a missing bounds check. It affects MediaTek products, as documented in their product security bulletin.

An attacker with physical access to the device can exploit this vulnerability to achieve local escalation of privilege. No additional execution privileges are required, though user interaction is needed for exploitation. The vulnerability has a CVSS v3.1 base score of 6.6 (AV:P/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H) and is associated with CWE-787.

MediaTek has issued patch ALPS09291146 to address this issue (MSV-2058). For mitigation details, affected versions, and patching instructions, refer to the February 2025 product security bulletin at https://corp.mediatek.com/product-security-bulletin/February-2025.

EU & UK References

Vulnerability details

In DA, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege, if an attacker has physical access to the device, with no additional execution privileges needed. User…

more

interaction is needed for exploitation. Patch ID: ALPS09291146; Issue ID: MSV-2058.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Out-of-bounds write in DA enables local privilege escalation via exploitation (T1068) with physical access.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-20778Same product: Google Android
CVE-2025-20795Same product: Google Android
CVE-2025-20798Same product: Google Android
CVE-2025-20645Same product: Google Android
CVE-2026-20412Same product: Google Android
CVE-2026-20416Same product: Google Android
CVE-2025-20800Same product: Google Android
CVE-2026-20409Same product: Google Android
CVE-2025-20797Same product: Google Android
CVE-2026-20434Same product: Mediatek Mt6739

Affected Assets

google
android
12.0, 13.0, 14.0, 15.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the missing bounds check causing the out-of-bounds write by requiring validation of all information inputs.

prevent

Implements memory protection mechanisms such as address space layout randomization and non-executable memory to mitigate out-of-bounds write exploits.

prevent

Prevents physical access to the device, which is required by the attacker to exploit this vulnerability.

References