Cyber Resilience

CVE-2025-20642

Memory Safety in Google Android 12.0 … 15.0

Published
03 February 2025
Modified
04 February 2025
Patch / advisory
CVSS Score v3.1 6.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0010 1th percentile
Risk Priority 45 floored blend · peak EPSS

Summary

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

Operationally, ranked at the 1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-16 (Memory Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

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-2057.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-20641Same product: Google Android
CVE-2025-20639Same product: Google Android
CVE-2024-20142Same product: Google Android
CVE-2024-20141Same product: Google Android
CVE-2024-20043Same product: Google Android
CVE-2024-20044Same product: Google Android
CVE-2024-20042Same product: Google Android
CVE-2023-32851Same product: Google Android
CVE-2023-32850Same product: Google Android
CVE-2023-20766Same product: Google Android

Affected Assets

google
android
12.0, 13.0, 14.0, 15.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces bounds checking on untrusted input to block the missing-bounds-check out-of-bounds write described in the CVE.

prevent

Requires hardware or OS memory-protection mechanisms that detect or block out-of-bounds writes before they can corrupt memory and escalate privilege.

prevent

Limits the set of privileges available to the process or user, reducing the impact of successful local privilege escalation even if the memory write succeeds.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices (static analysis, bounds checking, code review) are the primary means of preventing out-of-bounds writes.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover out-of-bounds write flaws so they can be remediated.

PR.PS-02 partial match
prevents

Patching or replacing vulnerable software directly eliminates known instances of this coding weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development and acceptance can detect and prevent out-of-bounds write defects.

prevents

Secure development life cycle mandates practices that prevent out-of-bounds writes.

prevents

Application security requirements can specify bounds-checking and safe memory handling.

prevents

Secure architecture and engineering principles reduce the likelihood of buffer overflows.

prevents

Secure coding directly addresses out-of-bounds writes through language choice and coding standards.

prevents

Change management can enforce review gates that catch unsafe memory operations before deployment.

References