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
    • 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-2024-0015

CVE-2024-0015: Google Android Privilege Escalation Flaw

CVE-2024-0015 is a privilege escalation vulnerability in Google Android that allows attackers to launch arbitrary protected activities via intent redirection. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-0015 Overview

CVE-2024-0015 is a local privilege escalation vulnerability in Google Android's DreamService component. The flaw exists in the convertToComponentName method of DreamService.java, where improper handling of intent redirection allows an attacker to launch arbitrary protected activities. This vulnerability enables local privilege escalation without requiring user interaction, making it particularly dangerous for compromised or malicious applications running with standard user execution privileges.

Critical Impact

A local attacker can exploit this intent redirection flaw to escalate privileges and launch protected activities that should be inaccessible, potentially gaining elevated system access on affected Android devices.

Affected Products

  • Google Android 11.0
  • Google Android 12.0
  • Google Android 12.1
  • Google Android 13.0

Discovery Timeline

  • 2024-01-01 - Google releases security patch in Android Security Bulletin January 2024
  • 2024-02-16 - CVE-2024-0015 published to NVD
  • 2025-03-14 - Last updated in NVD database

Technical Details for CVE-2024-0015

Vulnerability Analysis

The vulnerability resides in the convertToComponentName function within Android's DreamService.java file. The DreamService is part of Android's framework for handling screen saver ("dream") functionality. The flaw stems from improper validation when processing component names, which creates an intent redirection vulnerability.

Intent redirection vulnerabilities in Android occur when an application or system component forwards intents without properly validating their targets. In this case, the convertToComponentName method fails to adequately verify the destination component, allowing an attacker to craft malicious inputs that redirect intents to protected activities that would normally be inaccessible.

The exploitation requires local access with user execution privileges. Once exploited, an attacker can leverage the DreamService's elevated permissions to launch activities that are protected by Android's permission system, effectively bypassing security boundaries.

Root Cause

The root cause is improper validation in the convertToComponentName method of DreamService.java. The function does not adequately sanitize or verify component name inputs before using them to construct and launch intents. This allows malicious component specifications to redirect intent delivery to protected activities outside the intended scope of the DreamService.

This vulnerability is classified under CWE-280 (Improper Handling of Insufficient Permissions or Privileges), as the flaw allows operations to be performed with permissions that exceed what the calling context should have.

Attack Vector

The attack vector is local, requiring the attacker to have code execution capability on the target Android device. This could be achieved through a malicious application installed on the device or by exploiting another vulnerability to gain initial code execution.

The attack flow involves:

  1. A malicious application running with standard user privileges
  2. The application crafts a specially formed component name or intent
  3. This input is processed by the vulnerable convertToComponentName method
  4. The DreamService redirects the intent to a protected activity
  5. The protected activity is launched with elevated privileges, bypassing normal security restrictions

No user interaction is required for exploitation, which increases the severity as the attack can be automated once the malicious application is installed on the device.

Detection Methods for CVE-2024-0015

Indicators of Compromise

  • Unexpected activity launches from the DreamService component
  • Anomalous intent traffic originating from com.android.systemui or dream-related services
  • Unauthorized access to protected activities logged in system event logs
  • Applications attempting to interact with DreamService APIs outside normal screen saver contexts

Detection Strategies

  • Monitor Android system logs for unusual DreamService activity or unexpected protected activity launches
  • Implement application behavior analysis to detect apps attempting to abuse the DreamService component
  • Review installed applications for suspicious intent filter declarations targeting DreamService
  • Deploy mobile threat defense solutions capable of detecting privilege escalation attempts

Monitoring Recommendations

  • Enable verbose logging for DreamService components during security assessments
  • Monitor for applications requesting or interacting with dream-related permissions unexpectedly
  • Implement endpoint detection and response (EDR) solutions on managed Android devices
  • Review application installation sources and restrict side-loading on enterprise devices

How to Mitigate CVE-2024-0015

Immediate Actions Required

  • Update affected Android devices to the security patch level of 2024-01-01 or later
  • Review installed applications and remove any suspicious or untrusted software
  • Enable Google Play Protect on all Android devices
  • For enterprise environments, enforce minimum security patch levels through MDM solutions

Patch Information

Google has addressed this vulnerability in the Android Security Bulletin January 2024. The fix is available in the Android source code commit 2ce1b7fd37273ea19fbbb6daeeaa6212357b9a70.

The patch adds proper validation to the convertToComponentName method to prevent intent redirection attacks. Device manufacturers and carriers should incorporate this patch into their firmware updates. End users should apply security updates as they become available from their device manufacturer.

Workarounds

  • Restrict application installation to trusted sources (Google Play Store) to reduce the risk of malicious applications
  • Disable screen saver (dream) functionality if not required, reducing the attack surface
  • Implement application allowlisting on enterprise devices to prevent unauthorized applications from running
  • Use mobile device management (MDM) solutions to enforce security policies and monitor device compliance

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 Probability3.01%

  • 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
  • CWE References
  • NVD-CWE-noinfo

  • CWE-280
  • Vendor Resources
  • Android Source Code Commit

  • Android Security Bulletin January 2024
  • Related CVEs
  • CVE-2025-36920: Google Android Privilege Escalation Flaw

  • CVE-2026-0107: Google Android Privilege Escalation Flaw

  • CVE-2026-0110: Google Android Privilege Escalation Flaw

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

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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