ZeroHour

CVE-2026-45528

mass

Local privilege escalation flaw in Android StorageManagerService via unsafe PendingIntent

CVSS 3.1
7.3 high
EPSS
<1%p2
Published
()
Modified
AI analysis

CVE-2026-45528 is a local escalation of privilege vulnerability in Android's StorageManagerService: the getManageSpaceActivityIntent function builds a PendingIntent unsafely, allowing a LaunchAnyWhere-style chain in which an intent supplied by a local app is launched with the system component's privileges (classified as CWE-926, improper export of a security component). An attacker triggers it from local code with no special privileges, but must induce a user interaction (e.g., tapping through the Manage Space flow) for the crafted intent to fire. A successful exploit lets the attacker launch arbitrary activities or intents in a privileged system context, with high impact on the confidentiality, integrity, and availability of the user's data (CVSS 7.3, AV:L/PR:L/UI:R). Anyone running Android on an unpatched device is potentially affected; the source data does not specify the affected Android version ranges. Exploitation status is quiet: no public proof-of-concept, not listed in CISA KEV, and EPSS estimates only a 0.1% chance of exploitation within 30 days.

What to do: Install the Android security update containing the fix for CVE-2026-45528 as soon as it is offered (check Settings > System > System update); note that OEM builds often lag AOSP fixes, so verify your device's security patch level against the Android Security Bulletin. Enterprises should use MDM to enforce patch compliance on managed fleets. Since no PoC or in-the-wild exploitation is known, routine patch cycles are adequate, but prioritize devices with side-loaded or untrusted apps that could exploit the flaw locally.

Affected
Google Android
Estimated exposure
massbillions of Android devices (Android has on the order of 3+ billion active devices worldwide) — Google has publicly reported more than 3 billion active Android devices, and the flaw sits in core AOSP system-server code (StorageManagerService) present across the ecosystem, so the potential exposed install base is mass-scale even…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

In getManageSpaceActivityIntent of StorageManagerService.java, there is a possible LaunchAnyWhere chain due to an unsafe PendingIntent. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is needed for exploitation.

Weakness
CWE-926
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

In the news

No ingested article mentions this CVE yet.