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

CVE-2024-43093: Google Android Privilege Escalation Flaw

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

Updated: May 15, 2026

CVE-2024-43093 Overview

CVE-2024-43093 is a high-severity privilege escalation vulnerability in Google Android. The flaw resides in the shouldHideDocument method of ExternalStorageProvider.java. Incorrect Unicode normalization allows attackers to bypass a file path filter that restricts access to sensitive directories on the device. Successful exploitation leads to local escalation of privilege without additional execution privileges, though user interaction is required. The vulnerability affects Android versions 12, 12L, 13, 14, and 15. CISA has added CVE-2024-43093 to its Known Exploited Vulnerabilities catalog, confirming active exploitation in the wild. The weakness is classified under [CWE-176] Improper Handling of Unicode Encoding.

Critical Impact

Attackers with local access can bypass Android storage access controls and reach protected directories such as Android/data and Android/obb, leading to local privilege escalation and exposure of sensitive application data.

Affected Products

  • Google Android 12 and 12L
  • Google Android 13 and 14
  • Google Android 15

Discovery Timeline

  • 2024-11-13 - CVE-2024-43093 published to the National Vulnerability Database
  • 2025-03-01 - Google publishes fix in the Android Security Bulletin
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2024-43093

Vulnerability Analysis

The vulnerability exists in Android's ExternalStorageProvider, a system component that mediates access to external storage through the Storage Access Framework. The shouldHideDocument method enforces a path filter intended to block access to protected directories, including Android/data, Android/obb, and Android/sandbox. The filter performs string comparisons against canonical directory names without first applying consistent Unicode normalization. Attackers can craft path strings that contain visually or semantically equivalent Unicode sequences that bypass the filter while still resolving to the protected directories at the file system layer.

Root Cause

The root cause is improper handling of Unicode encoding [CWE-176]. The filter logic compares raw byte or character sequences instead of normalizing input to a canonical form such as NFKC before evaluation. Sequences using combining characters, fullwidth variants, or alternate code points evaluate as different strings during the check but resolve identically when the path is later opened. This mismatch between the filtering layer and the file resolution layer creates the bypass.

Attack Vector

Exploitation requires local access and user interaction, typically through a malicious application installed on the device. The application invokes the Storage Access Framework with crafted document IDs containing non-normalized Unicode sequences. When the user grants access through a system picker, the application gains read or write access to directories that the filter was designed to protect. This exposes private application data belonging to other installed apps and enables local privilege escalation.

No verified public proof-of-concept code is available. See the Android Source Code Commit for the patched normalization logic.

Detection Methods for CVE-2024-43093

Indicators of Compromise

  • Installed applications requesting Storage Access Framework permissions for Android/data or Android/obb paths through document URIs containing non-ASCII characters.
  • Unexpected file reads or writes within other applications' private external storage directories.
  • Applications with low reputation issuing OPEN_DOCUMENT_TREE intents that target system-protected directories.

Detection Strategies

  • Monitor mobile devices for installation of applications from outside trusted distribution channels, especially those requesting broad storage access.
  • Inspect application manifests and runtime behavior for Storage Access Framework calls that resolve to protected Android directories.
  • Correlate device telemetry with the Android security patch level to identify endpoints still running unpatched builds of Android 12 through 15.

Monitoring Recommendations

  • Track Android security patch level reporting through mobile device management (MDM) consoles and flag devices below the March 2025 patch level.
  • Review application install logs for sideloaded packages on managed devices and quarantine unknown sources.
  • Alert on enterprise applications attempting to enumerate or read files within other apps' sandboxed external storage paths.

How to Mitigate CVE-2024-43093

Immediate Actions Required

  • Apply the March 2025 Android security patch level or later to all managed devices running Android 12, 12L, 13, 14, or 15.
  • Restrict installation of applications from unknown sources through MDM policy on enterprise devices.
  • Audit installed applications for unnecessary Storage Access Framework permissions and revoke where possible.
  • Prioritize remediation given the inclusion of CVE-2024-43093 in the CISA Known Exploited Vulnerabilities catalog.

Patch Information

Google addressed CVE-2024-43093 in the Android Security Bulletin March 2025. The fix updates ExternalStorageProvider.java to apply consistent Unicode normalization before evaluating paths against the restricted directory filter. The code change is available in the Android Source Code Commit. Device manufacturers integrate the patch into their respective monthly security updates, so verify the patch level reported by each device rather than the Android version alone.

Workarounds

  • No vendor-supplied workaround exists. Patching is the only effective remediation.
  • Until patches are applied, limit user interaction with untrusted document pickers and prevent installation of sideloaded applications.
  • Enroll devices in an MDM solution that enforces minimum security patch levels and blocks high-risk applications.
bash
# Verify Android security patch level via adb
adb shell getprop ro.build.version.security_patch
# Confirm the returned date is 2025-03-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.3

  • EPSS Probability0.18%

  • 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 Exploits Catalog CVE-2024-43093
  • Vendor Resources
  • Android Source Code Commit

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