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-43093

CVE-2024-43093: Android Privilege Escalation Vulnerability

CVE-2024-43093 is a privilege escalation flaw in Google Android caused by incorrect unicode normalization that bypasses file path filters. This article covers the technical details, affected versions, and mitigations.

Published: January 28, 2026

CVE-2024-43093 Overview

CVE-2024-43093 is a local privilege escalation vulnerability in Google Android's ExternalStorageProvider.java component. The flaw exists in the shouldHideDocument function, where incorrect Unicode normalization allows attackers to bypass file path filters designed to prevent access to sensitive directories. This vulnerability has been actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities catalog.

The vulnerability enables a malicious application to circumvent Android's security controls that normally protect sensitive system directories from unauthorized access. By exploiting Unicode normalization inconsistencies, an attacker can craft file paths that evade the security filter while still resolving to protected locations.

Critical Impact

This vulnerability is actively exploited in the wild and listed in CISA's Known Exploited Vulnerabilities catalog. Successful exploitation allows local privilege escalation, enabling unauthorized access to sensitive directories on affected Android devices without requiring additional execution privileges.

Affected Products

  • Google Android 12.0
  • Google Android 12.1
  • Google Android 13.0
  • Google Android 14.0
  • Google Android 15.0

Discovery Timeline

  • November 13, 2024 - CVE-2024-43093 published to NVD
  • October 23, 2025 - Last updated in NVD database

Technical Details for CVE-2024-43093

Vulnerability Analysis

The vulnerability resides in the shouldHideDocument method within Android's ExternalStorageProvider.java. This function is responsible for determining whether a document path should be hidden from external applications, serving as a critical security boundary to protect sensitive system directories from unauthorized access.

The root cause is an improper handling of Unicode normalization during file path validation. Unicode normalization is the process of converting Unicode text to a canonical form, which is essential for consistent string comparison. Android's file path filter fails to properly normalize Unicode characters before performing security checks, creating a discrepancy between what the filter validates and what the file system actually resolves.

An attacker can leverage this by constructing file paths using Unicode characters that normalize to different forms. The security filter checks the pre-normalized path (which appears benign), while the file system resolves the post-normalized path (which points to a sensitive directory). This classic normalization bypass allows circumvention of directory access restrictions.

Root Cause

The vulnerability stems from CWE-176: Improper Handling of Unicode Encoding. The shouldHideDocument function does not apply consistent Unicode normalization when comparing file paths against the list of protected directories. This allows specially crafted Unicode sequences to bypass the filter while still resolving to restricted paths on the underlying file system.

Attack Vector

The attack requires local access and user interaction for exploitation. A malicious application installed on the device can exploit this vulnerability by:

  1. Crafting a file path using Unicode characters that bypass the shouldHideDocument security check
  2. Requesting access to the crafted path through Android's document provider interface
  3. The path passes the security filter due to Unicode normalization differences
  4. The file system resolves the normalized path, granting access to sensitive directories
  5. The attacker gains access to protected files, enabling privilege escalation

The vulnerability is particularly concerning because it requires no additional execution privileges beyond what a normal application would have, and the user interaction required could be as simple as opening a malicious application or document.

Detection Methods for CVE-2024-43093

Indicators of Compromise

  • Unusual file access patterns involving Unicode characters in path names targeting system directories
  • Applications attempting to access /Android/data, /Android/obb, or other protected directories through the ExternalStorageProvider
  • Log entries showing document provider requests with non-ASCII or unusual Unicode sequences in file paths
  • Evidence of unauthorized access to application-specific storage directories

Detection Strategies

  • Monitor ExternalStorageProvider activity for requests containing Unicode characters that could indicate normalization bypass attempts
  • Implement application behavior analysis to detect apps requesting access to sensitive directories through unusual path constructions
  • Review device logs for suspicious document provider interactions, particularly those involving file paths with Unicode normalization forms
  • Deploy mobile threat detection solutions capable of identifying privilege escalation attempts on Android devices

Monitoring Recommendations

  • Enable verbose logging for document provider activities on managed Android devices
  • Utilize SentinelOne's mobile threat defense capabilities to detect and block exploitation attempts
  • Monitor for known exploit patterns associated with CVE-2024-43093 in enterprise mobile device management (MDM) solutions
  • Implement behavioral analysis for installed applications to detect anomalous file system access patterns

How to Mitigate CVE-2024-43093

Immediate Actions Required

  • Update all affected Android devices to the latest security patch level (March 2025 security bulletin or later)
  • Organizations should prioritize patching given the vulnerability's inclusion in CISA's Known Exploited Vulnerabilities catalog
  • Audit installed applications on managed devices to identify potentially malicious apps
  • Enable Google Play Protect and ensure it is actively scanning devices for threats

Patch Information

Google has released patches addressing this vulnerability through the Android Security Bulletin March 2025. The fix is available in the Android source code repository with commit hash 7f83c671626f9bf993581f4598c22482d87cba10.

The patch corrects the Unicode normalization handling in the shouldHideDocument function, ensuring consistent normalization is applied before security checks are performed. Device manufacturers should incorporate this patch into their Android builds, and end users should update to the latest available security patch level for their device.

Workarounds

  • Limit installation of applications to trusted sources (Google Play Store) until patches can be applied
  • Utilize Android Enterprise work profiles to isolate sensitive data from potentially vulnerable personal applications
  • Implement application allowlisting on managed devices to prevent execution of unauthorized applications
  • Consider temporarily restricting external storage access permissions for non-essential applications
bash
# Verify Android security patch level via ADB
adb shell getprop ro.build.version.security_patch
# Output should show 2025-03-01 or later for patched devices

# Check for ExternalStorageProvider-related activity in logs
adb logcat | grep -i "ExternalStorageProvider"

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.3

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-176
  • Technical References
  • CISA Known Exploited Vulnerabilities Catalog
  • Vendor Resources
  • Android Source Code Change

  • Android Security Bulletin March 2025
  • 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
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