The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-48572

CVE-2025-48572: Google Android Privilege Escalation Flaw

CVE-2025-48572 is a privilege escalation vulnerability in Google Android that allows attackers to launch activities from the background via permissions bypass. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2025-48572 Overview

CVE-2025-48572 is a permissions bypass vulnerability in Google Android that allows local privilege escalation. The flaw exists in multiple locations within the Android framework and permits an attacker to launch activities from the background, bypassing platform restrictions designed to prevent unauthorized UI manipulation. Exploitation requires no user interaction and no additional execution privileges beyond those already held by a malicious local application. The weakness is classified under [CWE-306: Missing Authentication for Critical Function]. CISA has added this vulnerability to its Known Exploited Vulnerabilities catalog, indicating confirmed in-the-wild exploitation.

Critical Impact

A local application can escalate privileges on Android 13 through 16 by launching background activities without authorization, enabling foreground hijacking and follow-on attacks.

Affected Products

  • Google Android 13.0
  • Google Android 14.0
  • Google Android 15.0 and 16.0

Discovery Timeline

  • 2025-12-08 - CVE-2025-48572 published to the National Vulnerability Database
  • 2025-12-01 - Google publishes the Android Security Bulletin December 2025 addressing the issue
  • 2025-12-10 - Last updated in NVD database

Technical Details for CVE-2025-48572

Vulnerability Analysis

The vulnerability resides in the Android framework code that governs activity lifecycle and background activity launch (BAL) restrictions. Android enforces BAL controls so that apps cannot arbitrarily start activities while not in the foreground, a protection introduced to block tapjacking, consent dialog hijacking, and overlay abuse. CVE-2025-48572 bypasses these controls in multiple code paths, allowing an unprivileged application to display activities over the user's current task.

Once an attacker-controlled activity reaches the foreground, the application inherits user-facing trust. It can capture credentials through spoofed prompts, approve sensitive runtime permissions, or chain into other elevation primitives. The result is local privilege escalation from a sandboxed third-party app to an effectively foreground-trusted context.

Root Cause

The root cause is missing authorization on critical activity launch transitions, consistent with [CWE-306]. The framework code paths responsible for validating whether a calling process meets the requirements to start an activity in the background do not enforce the permission check in all branches. A patch in the Android Open Source Project, recorded in commit e707f660, adjusts framework logic to close the bypass.

Attack Vector

The attack vector is local. An attacker delivers a malicious application to the device through sideloading, a third-party store, or a previously installed app that pivots to this primitive. The application invokes the affected framework path and launches an activity from the background without holding the required permissions or foreground state. No user interaction is needed beyond initial app execution.

Verified exploit code for CVE-2025-48572 is not public. Refer to the Android Source Code Update and the Android Security Bulletin December 2025 for authoritative technical detail.

Detection Methods for CVE-2025-48572

Indicators of Compromise

  • Unexpected activities or full-screen overlays appearing while the user is interacting with an unrelated application.
  • Third-party applications running on Android 13 through 16 builds dated prior to the December 2025 security patch level.
  • Applications that request no overlay permissions yet generate UI events from a non-foreground state in system logs.

Detection Strategies

  • Audit installed packages on managed devices for security patch level 2025-12-01 or later using MDM compliance policies.
  • Inspect ActivityTaskManager and ActivityManager log entries for background activity start events tied to non-system UIDs.
  • Use mobile threat defense telemetry to flag applications that launch activities while reported as cached or in the background.

Monitoring Recommendations

  • Enforce minimum Android patch level requirements in enterprise mobility management and block enrollment for devices below 2025-12-01.
  • Forward mobile device security events and application install telemetry into a SIEM for correlation against the Android December 2025 bulletin advisories.
  • Track installations of sideloaded APKs and unknown-source applications as elevated risk during the active exploitation window.

How to Mitigate CVE-2025-48572

Immediate Actions Required

  • Apply the Android security patch level 2025-12-01 or later on all devices running Android 13, 14, 15, and 16.
  • Push the update through OEM channels or enterprise mobility management as soon as carrier and vendor builds are available.
  • Restrict installation of applications from unknown sources on managed fleets until devices are patched.

Patch Information

Google fixed CVE-2025-48572 in the Android Security Bulletin December 2025. The framework change is published in AOSP commit e707f660. Device manufacturers integrate the fix into their own builds, so the effective rollout date varies by OEM and carrier. CISA's listing in the Known Exploited Vulnerabilities Catalog sets a remediation deadline for federal agencies and signals priority for all organizations.

Workarounds

  • Limit application installations to vetted enterprise app stores and Google Play with Play Protect enabled.
  • Remove or disable non-essential third-party applications on devices that cannot yet receive the December 2025 patch.
  • Apply EMM policies that block sideloading and restrict overlay or accessibility permissions to an approved allow list.
bash
# Verify Android security patch level on a connected device
adb shell getprop ro.build.version.security_patch
# Expected output for remediated devices: 2025-12-01 or later

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechGoogle Android

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-306
  • Technical References
  • Android Source Code Update

  • CISA Known Exploited Vulnerabilities Catalog
  • Vendor Resources
  • Android Security Bulletin December 2025
  • Related CVEs
  • CVE-2025-48611: Google Android Privilege Escalation Flaw

  • CVE-2025-20801: Google Android Privilege Escalation Flaw

  • CVE-2025-36920: Google Android Privilege Escalation Flaw

  • CVE-2026-0107: Google Android Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English