Cyber Posture

CVE-2024-49745

High

Published: 21 January 2025

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

Summary

CVE-2024-49745 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 21.9th 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-2 (Flaw Remediation) and RA-5 (Vulnerability Monitoring and Scanning).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires identification, reporting, and timely patching of flaws like the incorrect bounds check in growData of Parcel.cpp to eliminate the out-of-bounds write vulnerability enabling local privilege escalation.

prevent

Implements memory protection mechanisms such as non-executable memory and stack guards that mitigate exploitation of the out-of-bounds write for arbitrary code execution and privilege escalation.

detect

Provides vulnerability scanning to identify systems affected by CVE-2024-49745 in Android Parcel handling, enabling prioritization of remediation efforts.

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 Binder IPC parcel handling directly enables local privilege escalation via memory corruption exploitation.

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

NVD Description

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

Deeper analysisAI

CVE-2024-49745 is a vulnerability in the growData function of Parcel.cpp, where an incorrect bounds check can lead to an out-of-bounds write (CWE-787). This issue affects the Android operating system, specifically components involved in parcel data handling, such as the Binder IPC mechanism.

The vulnerability enables local escalation of privilege with no additional execution privileges required beyond low-privilege user access (PR:L). Exploitation requires local access, low attack complexity (AC:L), and no user interaction (UI:N), potentially resulting in high impacts to confidentiality, integrity, and availability (CVSS:3.1 score of 7.8; C:H/I:H/A:H).

The Android Security Bulletin published on 2025-01-01 at https://source.android.com/security/bulletin/2025-01-01 details affected versions and provides patches for mitigation. Security practitioners should apply these updates promptly to vulnerable Android devices.

Details

CWE(s)

Affected Products

google
android
12.0, 12.1, 13.0, 14.0, 15.0

CVEs Like This One

CVE-2026-0010Same product: Google Android
CVE-2024-53838Same product: Google Android
CVE-2026-0123Same product: Google Android
CVE-2024-53837Same product: Google Android
CVE-2026-0124Same product: Google Android
CVE-2026-0117Same product: Google Android
CVE-2026-0037Same product: Google Android
CVE-2025-32313Same product: Google Android
CVE-2024-49738Same product: Google Android
CVE-2024-53833Same product: Google Android

References