Cyber Resilience

CVE-2024-49738

High

Published: 21 January 2025

Published
21 January 2025
Modified
22 April 2025
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0006 17.7th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-49738 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Google Android. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 17.7th 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 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2024-49738 is a vulnerability involving a possible out-of-bounds write in the writeInplace function of Parcel.cpp. This issue affects the Android operating system, specifically the Parcel component used for inter-process communication. Assigned CWE-787, it has a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and was published on 2025-01-21.

The vulnerability enables local escalation of privilege without requiring additional execution privileges or user interaction. An attacker with low-privilege local access (PR:L) can exploit it due to low attack complexity (AC:L), potentially achieving high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H) by overwriting memory beyond intended bounds.

The Android security bulletin at https://source.android.com/security/bulletin/2025-01-01 provides details on affected versions and patches for mitigation.

EU & UK References

Vulnerability details

In writeInplace of Parcel.cpp, there is a possible out of bounds write. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.

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 Android Parcel IPC directly enables local privilege escalation via memory corruption (CWE-787).

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

CVEs Like This One

CVE-2024-49745Same product: Google Android
CVE-2024-53837Same product: Google Android
CVE-2024-53838Same product: Google Android
CVE-2026-0124Same product: Google Android
CVE-2026-0037Same product: Google Android
CVE-2026-0117Same product: Google Android
CVE-2026-0123Same product: Google Android
CVE-2024-43077Same product: Google Android
CVE-2026-0010Same product: Google Android
CVE-2024-53833Same product: Google Android

Affected Assets

google
android
12.0, 12.1, 13.0, 14.0, 15.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Mandates timely identification, reporting, and patching of flaws like the out-of-bounds write in Parcel.cpp as addressed in the Android security bulletin.

prevent

Implements memory protection mechanisms such as address space layout randomization and data execution prevention to mitigate exploitation of the out-of-bounds write vulnerability.

prevent

Requires validation of inputs to functions like writeInplace in Parcel.cpp to prevent out-of-bounds writes from invalid sizes or offsets.

References