Cyber Resilience

CVE-2025-48646

High

Published: 02 March 2026

Published
02 March 2026
Modified
06 March 2026
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0000 0.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-48646 is a high-severity Confused Deputy (CWE-441) 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.1th 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege).

Deeper analysis

CVE-2025-48646 is a vulnerability in the executeRequest method of ActivityStarter.java within Android, caused by a confused deputy issue (CWE-441). This flaw enables arbitrary app launching, potentially leading to local escalation of privilege without requiring additional execution privileges from the attacker. The vulnerability has a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H) and was published on 2026-03-02.

A local attacker can exploit this vulnerability by tricking a user into interacting with a malicious app or trigger, such as clicking a specific intent or activity. No privileged access is needed beforehand, but user interaction is required to invoke the vulnerable code path in ActivityStarter. Successful exploitation allows the attacker to gain elevated privileges on the device, resulting in high impacts to confidentiality, integrity, and availability.

The Android security bulletin at https://source.android.com/docs/security/bulletin/2026/2026-03-01 provides details on affected versions and available patches to mitigate the issue.

EU & UK References

Vulnerability details

In executeRequest of ActivityStarter.java, there is a possible launch anywhere due to a confused deputy. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is 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?

The CVE describes a local confused deputy flaw enabling arbitrary app launch for privilege escalation without prior privileges (AV:L), directly matching Exploitation for Privilege Escalation.

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

CVEs Like This One

CVE-2026-0021Same product: Google Android
CVE-2026-0107Same product: Google Android
CVE-2026-0013Same product: Google Android
CVE-2025-48579Same product: Google Android
CVE-2026-0008Same product: Google Android
CVE-2024-56192Same product: Google Android
CVE-2025-48602Same product: Google Android
CVE-2026-0124Same product: Google Android
CVE-2024-49738Same product: Google Android
CVE-2024-40651Same product: Google Android

Affected Assets

google
android
14.0, 15.0, 16.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Access Enforcement requires verification of caller privileges before processing requests in ActivityStarter, directly preventing the confused deputy from enabling arbitrary app launches and privilege escalation.

prevent

Least Privilege restricts ActivityStarter to only perform actions necessary for authorized tasks, mitigating local escalation by limiting the scope of untrusted requests.

prevent

Flaw Remediation ensures timely identification, reporting, and patching of the specific confused deputy vulnerability in executeRequest as detailed in the Android security bulletin.

References