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-2025-20799

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

CVE-2025-20799 is a use-after-free vulnerability in Google Android's c2ps component that enables local privilege escalation to System level. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-20799 Overview

CVE-2025-20799 is a use after free (UAF) vulnerability discovered in the c2ps component affecting MediaTek chipsets running Google Android. This memory corruption flaw could allow an attacker who has already obtained System privilege to achieve local escalation of privilege. The vulnerability does not require user interaction for exploitation, making it particularly concerning for compromised devices.

Critical Impact

Local privilege escalation through memory corruption in MediaTek's c2ps component, enabling attackers with System privilege to gain elevated access without user interaction.

Affected Products

  • Google Android 15.0
  • Google Android 16.0
  • MediaTek MT6899
  • MediaTek MT6991
  • MediaTek MT6993
  • MediaTek MT8793

Discovery Timeline

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

Technical Details for CVE-2025-20799

Vulnerability Analysis

This vulnerability exists within the c2ps component, a MediaTek-specific driver or service that handles system-level operations on affected chipsets. The use after free condition occurs when the component continues to reference memory that has already been deallocated, leading to memory corruption.

In use after free scenarios, an attacker can potentially manipulate the freed memory region before it is accessed again, allowing them to control program execution flow or corrupt critical data structures. Since the vulnerability affects the c2ps component at a system level, successful exploitation could enable an attacker to break out of privilege boundaries.

The attack requires local access and the attacker must have already compromised the device to System privilege level. From this position, exploitation of the UAF condition could allow further privilege escalation, potentially achieving kernel-level access or bypassing additional security controls.

Root Cause

The root cause is a use after free condition (CWE-416) in the c2ps component. This occurs when the software continues to use a pointer after the memory it references has been freed. The freed memory may be reallocated for different purposes, and subsequent use of the stale pointer can lead to memory corruption, data leakage, or arbitrary code execution.

Attack Vector

The attack vector is local, requiring the attacker to have already compromised the device and obtained System privilege. From this elevated position, the attacker can trigger the use after free condition in the c2ps component without requiring any user interaction. The exploitation path involves manipulating memory state to corrupt the freed pointer reference, potentially allowing the attacker to redirect execution flow or escalate privileges further.

The vulnerability affects MediaTek chipsets MT6899, MT6991, MT6993, and MT8793 running Android 15.0 or 16.0. Due to the chipset-level nature of the flaw, devices from various manufacturers using these MediaTek processors may be affected.

Detection Methods for CVE-2025-20799

Indicators of Compromise

  • Unusual crashes or instability in MediaTek c2ps related services or drivers
  • Unexpected privilege escalation attempts from System-level processes
  • Memory corruption signatures in system logs associated with the c2ps component
  • Anomalous system behavior following compromise of System privilege

Detection Strategies

  • Monitor for abnormal memory access patterns in MediaTek-specific components
  • Implement runtime memory protection mechanisms to detect use after free conditions
  • Deploy endpoint detection solutions capable of identifying privilege escalation attempts
  • Review Android system logs for c2ps component crashes or errors

Monitoring Recommendations

  • Enable verbose logging for MediaTek chipset components where supported
  • Implement mobile threat defense solutions with kernel-level visibility
  • Monitor for unauthorized system-level process spawning
  • Track device firmware and Android security patch levels across managed devices

How to Mitigate CVE-2025-20799

Immediate Actions Required

  • Apply the MediaTek security patch referenced as ALPS10274607 when available through device OEM updates
  • Ensure Android devices are updated to the latest available security patch level
  • Review and restrict applications with System-level privileges
  • Deploy mobile device management (MDM) solutions to enforce security policies

Patch Information

MediaTek has released a security patch addressing this vulnerability, identified by Patch ID ALPS10274607 and Issue ID MSV-5049. The fix is documented in the MediaTek Security Bulletin January 2026. Device manufacturers will need to integrate this patch into their firmware updates, so end users should monitor for OEM-specific security updates.

Workarounds

  • Limit installation of untrusted applications that could serve as initial compromise vectors
  • Enable Android Verified Boot to detect unauthorized system modifications
  • Use mobile threat defense solutions to detect post-compromise privilege escalation attempts
  • Isolate affected devices on network segments with enhanced monitoring until patches are applied

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

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.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
  • 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