Cyber Resilience

CVE-2025-48635

High

Published: 02 March 2026

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

Summary

CVE-2025-48635 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Google Android. Its CVSS base score is 7.7 (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 SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-48635 is a logic error in multiple functions of TaskFragmentOrganizerController.java that enables a possible activity token leak. This vulnerability affects the Android operating system.

A local attacker requires no additional execution privileges and no user interaction to exploit the issue, which has low attack complexity. Successful exploitation leads to local escalation of privilege, resulting in high impacts to confidentiality and integrity but no availability impact, as reflected in its CVSS v3.1 base score of 7.7 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N). The issue is associated with CWEs 200, 532, and 693.

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

EU & UK References

Vulnerability details

In multiple functions of TaskFragmentOrganizerController.java, there is a possible activity token leak due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for…

more

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?

Logic error enabling local activity token leak directly facilitates exploitation for privilege escalation (T1068) on Android with no user interaction required.

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

CVEs Like This One

CVE-2025-48602Same product: Google Android
CVE-2024-31328Same product: Google Android
CVE-2025-48653Same product: Google Android
CVE-2026-0118Same product: Google Android
CVE-2026-0025Same product: Google Android
CVE-2025-48605Same product: Google Android
CVE-2026-0011Same product: Google Android
CVE-2026-0017Same product: Google Android
CVE-2024-56192Same product: Google Android
CVE-2026-0124Same product: Google Android

Affected Assets

google
android
14.0, 15.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the logic error in TaskFragmentOrganizerController.java by identifying, reporting, and applying the vendor patch from the Android security bulletin to prevent token leaks and privilege escalation.

prevent

Enforces approved access authorizations, directly countering the activity token leak that enables local escalation of privilege via improper access control logic.

prevent

Limits the impact of privilege escalation from the token leak by ensuring processes and users operate with least privileges necessary.

References