Cyber Posture

CVE-2024-49744

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.0001 0.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-49744 is a high-severity Incorrect Default Permissions (CWE-276) 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 0.4th 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-2 (Flaw Remediation).

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

Flaw remediation directly mitigates CVE-2024-49744 by applying patches to fix the unsafe deserialization in AccountManagerService, preventing local privilege escalation.

prevent

Information input validation ensures proper checking and sanitization of parcel data in intents, blocking the bypass of parcel mismatch mitigation via malicious deserialization.

prevent

Access enforcement strengthens the checkKeyIntentParceledCorrectly function to properly mediate access decisions, reducing the risk of privilege escalation from flawed enforcement.

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?

Local privilege escalation via unsafe deserialization and crafted intent directly matches Exploitation for Privilege Escalation.

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

NVD Description

In checkKeyIntentParceledCorrectly of AccountManagerService.java, there is a possible way to bypass parcel mismatch mitigation due to unsafe deserialization. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is needed for exploitation.

Deeper analysisAI

CVE-2024-49744 is a vulnerability in the checkKeyIntentParceledCorrectly function of AccountManagerService.java within the Android framework. It stems from unsafe deserialization that allows bypassing parcel mismatch mitigation, potentially enabling local escalation of privilege without requiring additional execution privileges. The issue carries 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 is associated with CWE-276 (Incorrect Default Permissions).

A local attacker with low privileges (PR:L) can exploit this vulnerability through a crafted intent, leading to escalation of privileges on the device. Exploitation requires user interaction, as noted in the description, and has low attack complexity with local access. Successful exploitation grants high-impact confidentiality, integrity, and availability effects, allowing the attacker to gain elevated access.

The Android Security Bulletin for January 2025 at https://source.android.com/security/bulletin/2025-01-01 provides details on affected versions and patches to mitigate this issue. Security practitioners should apply the recommended updates promptly to Android devices.

Details

CWE(s)

Affected Products

google
android
12.0, 12.1, 13.0, 14.0, 15.0

CVEs Like This One

CVE-2024-49735Same product: Google Android
CVE-2024-53835Same product: Google Android
CVE-2024-49732Same product: Google Android
CVE-2024-49737Same product: Google Android
CVE-2024-53841Same product: Google Android
CVE-2024-53840Same product: Google Android
CVE-2025-48574Same product: Google Android
CVE-2025-36920Same product: Google Android
CVE-2026-0011Same product: Google Android
CVE-2026-0020Same product: Google Android

References