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-2026-20410

CVE-2026-20410: Android Privilege Escalation Vulnerability

CVE-2026-20410 is a privilege escalation vulnerability in Google Android's imgsys component caused by an out of bounds write. This flaw allows local attackers to escalate privileges. Explore technical details, impacts, and patches.

Published: February 6, 2026

CVE-2026-20410 Overview

CVE-2026-20410 is an out-of-bounds write vulnerability in the MediaTek imgsys (image subsystem) component affecting Google Android devices powered by specific MediaTek chipsets. The vulnerability exists due to a missing bounds check that could allow a malicious actor who has already obtained System privilege to escalate privileges further. No user interaction is required for exploitation.

Critical Impact

Local privilege escalation on Android devices with MediaTek chipsets, potentially allowing attackers with existing System privileges to gain complete device control.

Affected Products

  • Google Android 15.0
  • MediaTek MT6897 chipset
  • MediaTek MT6989 chipset
  • MediaTek MT8370 chipset
  • MediaTek MT8390 chipset
  • MediaTek MT8395 chipset

Discovery Timeline

  • February 2, 2026 - CVE-2026-20410 published to NVD
  • February 4, 2026 - Last updated in NVD database

Technical Details for CVE-2026-20410

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption issue that occurs when the imgsys component writes data past the boundaries of the allocated memory buffer. The flaw stems from the absence of proper bounds checking before write operations in the image subsystem driver.

The imgsys component is responsible for handling image processing operations on MediaTek-powered Android devices. When processing certain inputs, the component fails to validate buffer boundaries, allowing an attacker to write arbitrary data to adjacent memory locations. This can corrupt critical data structures, function pointers, or security-sensitive memory regions.

The attack requires local access and elevated System privileges as a prerequisite, which limits the immediate exploitability but represents a serious threat in scenarios where an attacker has already achieved initial system-level access through other means. Once exploited, the vulnerability enables complete compromise of the affected device's security model.

Root Cause

The root cause of CVE-2026-20410 is a missing bounds check in the MediaTek imgsys driver code. When processing image data or configuration parameters, the driver does not properly validate that write operations stay within the allocated buffer boundaries. This allows crafted input to trigger memory writes beyond the intended buffer, leading to memory corruption and potential code execution in a privileged context.

Attack Vector

The attack vector is local, requiring an attacker to have already obtained System privilege on the target device. The exploitation flow involves:

  1. An attacker with existing System privileges crafts malicious input targeting the imgsys component
  2. The malformed input bypasses the missing bounds check during processing
  3. The out-of-bounds write corrupts adjacent memory structures
  4. The memory corruption is leveraged to gain higher privileges or execute arbitrary code

Since no user interaction is required, the attack can be performed silently once the prerequisite System access is achieved. This could occur through malicious applications, device compromise via other vulnerabilities, or physical access scenarios.

Detection Methods for CVE-2026-20410

Indicators of Compromise

  • Unexpected crashes or instability in the imgsys or camera subsystem services
  • Anomalous memory access patterns in kernel logs related to image processing
  • Suspicious processes attempting to interact with MediaTek-specific drivers or device nodes
  • Evidence of privilege escalation attempts from System to kernel-level access

Detection Strategies

  • Monitor Android system logs for imgsys-related crashes or errors that may indicate exploitation attempts
  • Implement runtime integrity monitoring for MediaTek driver modules
  • Deploy mobile threat detection solutions capable of identifying abnormal system-level activity
  • Review SELinux/SEAndroid audit logs for policy violations related to the image subsystem

Monitoring Recommendations

  • Enable verbose logging for MediaTek-specific kernel modules when investigating potential compromise
  • Monitor for unauthorized modifications to system partitions or boot images
  • Implement application allowlisting to prevent unauthorized code from achieving initial System privileges
  • Deploy SentinelOne Mobile Threat Defense for comprehensive endpoint visibility on Android devices

How to Mitigate CVE-2026-20410

Immediate Actions Required

  • Apply the February 2026 Android security patch from device manufacturers immediately
  • Verify that devices are running the patched firmware version containing fix ALPS10362552
  • Restrict installation of applications from unknown sources to reduce initial compromise vectors
  • Ensure devices have Mobile Threat Defense solutions deployed for continuous monitoring

Patch Information

MediaTek has released a security patch identified as ALPS10362552 (Issue ID: MSV-5760) to address this vulnerability. The patch is included in the MediaTek Security Bulletin for February 2026. Device manufacturers integrating MediaTek chipsets should incorporate this fix into their Android security updates. End users should apply the latest security updates from their device manufacturers as soon as they become available.

Workarounds

  • Limit the attack surface by minimizing applications with System-level permissions
  • Enable Android Verified Boot to detect unauthorized system modifications
  • Disable or restrict developer options and USB debugging on production devices
  • Consider enterprise mobile device management (MDM) solutions to enforce security policies and rapid patch deployment
bash
# Verify Android security patch level
adb shell getprop ro.build.version.security_patch
# Expected output should be 2026-02-01 or later for patched devices

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

  • 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-787
  • Vendor Resources
  • MediaTek Security Bulletin February 2026
  • 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