Cyber Resilience

CVE-2024-20141

Memory Safety in Google Android 12.0 … 15.0

Published
03 February 2025
Modified
03 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-2024-20141 is a medium-severity Write-what-where Condition (CWE-123) 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.

EU & UK References

Vulnerability Data

In V5 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.…

more

User interaction is needed for exploitation. Patch ID: ALPS09291402; Issue ID: MSV-2073.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-20642Same product: Google Android
CVE-2025-20641Same product: Google Android
CVE-2025-20639Same product: Google Android
CVE-2024-20142Same 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)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 4 hardening rules · 4 OS baselines
Validate
Prove the fix (OWASP ASVS)

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-123 CWE-787

Write-what-where primitives are neutralized when the attacker cannot execute the memory they control.

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 SDLC practices directly prevent arbitrary write conditions via safe coding, bounds checking, and memory-safe constructs.

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 write-what-where conditions before deployment.

prevents

Secure development lifecycle practices directly reduce the likelihood of write-what-where flaws such as buffer overflows.

prevents

Application security requirements can mandate input validation and bounds checking that mitigate arbitrary write conditions.

prevents

Secure architecture and engineering principles discourage unsafe memory handling that leads to write-what-where vulnerabilities.

prevents

Secure coding standards explicitly forbid unsafe buffer operations that enable arbitrary memory writes.

prevents

Change management processes help ensure security fixes for such weaknesses are properly deployed.

References