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

CVE-2025-20804: Google Android Use After Free Vulnerability

CVE-2025-20804 is a use after free vulnerability in Google Android dpe that enables local privilege escalation when exploited by actors with System privileges. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-20804 Overview

CVE-2025-20804 is a use after free vulnerability in the MediaTek DPE (Digital Processing Engine) component affecting Google Android devices running on MediaTek chipsets. The vulnerability exists in the DPE driver where memory corruption can occur due to improper handling of freed memory objects. An attacker with existing System privileges could exploit this vulnerability to achieve local escalation of privilege, potentially gaining additional capabilities beyond their current access level.

Critical Impact

This use after free vulnerability could allow an attacker who has already obtained System privilege to escalate their access further through memory corruption, potentially compromising device integrity and data confidentiality.

Affected Products

  • Google Android 16.0
  • MediaTek MT6899 chipset
  • MediaTek MT6991 chipset

Discovery Timeline

  • 2026-01-06 - CVE-2025-20804 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-20804

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption issue where the application continues to use a pointer after the memory it references has been deallocated. In the context of the MediaTek DPE component, this occurs when the driver fails to properly validate memory states before accessing previously freed objects.

The vulnerability requires an attacker to already have System-level privileges on the affected device, which limits the initial attack surface. However, once exploited, the memory corruption can be leveraged to execute arbitrary code within a higher-privileged context or manipulate critical system data structures. User interaction is required for successful exploitation, adding an additional barrier but not eliminating the risk entirely.

The DPE driver is responsible for digital processing operations on MediaTek chipsets, making it a critical component in the device's multimedia and graphics pipeline. Corruption in this area could have far-reaching effects on system stability and security.

Root Cause

The root cause of CVE-2025-20804 lies in improper memory lifecycle management within the MediaTek DPE driver. When memory objects are freed, the driver fails to properly nullify or invalidate the corresponding pointers. Subsequent operations that reference these dangling pointers lead to use after free conditions, where the memory may have been reallocated for different purposes, causing memory corruption when the stale pointer is dereferenced.

Attack Vector

Exploitation of this vulnerability requires local access to the device with existing System privileges. The attack vector involves triggering specific operations in the DPE driver that cause the use after free condition. An attacker would need to:

  1. Obtain System-level access on the target Android device
  2. Craft specific input or trigger particular driver operations that exercise the vulnerable code path
  3. Manipulate memory allocation patterns to control the contents of the freed memory region
  4. Trigger the dangling pointer dereference to achieve memory corruption
  5. Leverage the corruption to escalate privileges or execute arbitrary code

The requirement for user interaction suggests that social engineering or malicious application components may be necessary to complete the exploitation chain.

Detection Methods for CVE-2025-20804

Indicators of Compromise

  • Unexpected crashes or kernel panics in the DPE driver or related multimedia subsystems
  • Anomalous memory allocation patterns in system logs related to MediaTek components
  • Applications requesting or obtaining unexpected elevated privileges
  • Unusual system behavior following interaction with multimedia processing functions

Detection Strategies

  • Monitor Android system logs for DPE driver errors, crashes, or memory-related warnings
  • Implement kernel-level monitoring for use after free patterns in driver memory operations
  • Deploy application behavior analysis to detect privilege escalation attempts
  • Utilize endpoint detection and response (EDR) solutions capable of monitoring kernel driver activity

Monitoring Recommendations

  • Enable comprehensive logging for MediaTek driver components on affected devices
  • Implement real-time alerting for privilege escalation events in enterprise mobile device management (MDM) solutions
  • Monitor for installation of applications that may attempt to exploit this vulnerability
  • Review security patches from MediaTek and Google to ensure timely deployment

How to Mitigate CVE-2025-20804

Immediate Actions Required

  • Apply the security patch identified as ALPS10198951 from MediaTek immediately
  • Review devices for signs of compromise before and after patching
  • Restrict installation of applications from untrusted sources on affected devices
  • Implement additional access controls to limit System-level privilege acquisition

Patch Information

MediaTek has released a security patch addressing this vulnerability, tracked as Patch ID: ALPS10198951 (Issue ID: MSV-4503). The patch is documented in the MediaTek Security Bulletin for January 2026. Organizations should coordinate with device manufacturers and carriers to obtain and deploy the appropriate firmware updates for affected devices running on MediaTek MT6899 and MT6991 chipsets.

Workarounds

  • Limit System-level access on devices to trusted applications and administrators only
  • Implement mobile device management (MDM) policies to restrict application installation sources
  • Monitor for and block applications that attempt to exploit privilege escalation vulnerabilities
  • Consider disabling or restricting access to multimedia processing features if feasible until patches are applied
bash
# Android device security check
# Verify current patch level on affected devices
adb shell getprop ro.build.version.security_patch

# Check for MediaTek DPE driver presence
adb shell ls -la /dev/dpe*

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechGoogle Android

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Vendor Resources
  • MediaTek Security Bulletin January 2026
  • Related CVEs
  • CVE-2026-0121: Google Android Use-After-Free Vulnerability

  • CVE-2026-0027: Google Android Use-After-Free Vulnerability

  • CVE-2026-20442: Google Android Use-After-Free Vulnerability

  • CVE-2026-20443: Google Android Use-After-Free Vulnerability
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