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

CVE-2026-20410: Google Android Privilege Escalation Flaw

CVE-2026-20410 is a privilege escalation vulnerability in Google Android's imgsys component caused by an out of bounds write. This flaw enables local privilege escalation. This article covers technical details, impact, and mitigation.

Updated: May 15, 2026

CVE-2026-20410 Overview

CVE-2026-20410 is an out-of-bounds write vulnerability in the MediaTek imgsys component shipped with Android devices. The flaw stems from a missing bounds check that allows a local attacker with System privilege to write outside an allocated buffer. Successful exploitation leads to local escalation of privilege without user interaction. MediaTek tracks the issue as MSV-5760 and addresses it under patch ID ALPS10362552. The vulnerability affects multiple MediaTek chipsets used in Android 15.0 devices, including MT6897, MT6989, MT8370, MT8390, and MT8395.

Critical Impact

A local attacker who already holds System privilege can write outside allocated memory in the imgsys driver and elevate privileges further on the device.

Affected Products

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

Discovery Timeline

  • 2026-02-02 - CVE-2026-20410 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-20410

Vulnerability Analysis

The imgsys component is a MediaTek camera and image signal processing subsystem exposed to userspace through kernel driver interfaces on Android. CVE-2026-20410 is classified under [CWE-787] as an out-of-bounds write. The driver accepts caller-supplied parameters and uses them to index or copy into a fixed-size buffer without verifying that the offset or length remains within bounds. An attacker who already controls a process running with System privilege can issue a crafted request that writes attacker-controlled bytes past the buffer boundary. The corrupted memory belongs to the kernel or a privileged driver context, so the write can be leveraged to overwrite function pointers, structure fields, or adjacent allocations. The result is local privilege escalation from System to kernel-level execution. Exploitation requires no user interaction.

Root Cause

The imgsys driver omits a bounds check on a length or index argument before performing a memory write. Because validation does not occur in the kernel path, malformed input from a privileged userspace caller propagates directly into the write operation.

Attack Vector

The attack vector is local. The attacker must first obtain System privilege on the device, typically by chaining a prior vulnerability or abusing a System-level application. The attacker then sends a crafted IOCTL or driver request to the imgsys interface to trigger the out-of-bounds write.

No verified public proof-of-concept code is available. See the MediaTek Security Bulletin February 2026 for vendor details.

Detection Methods for CVE-2026-20410

Indicators of Compromise

  • Unexpected kernel oops or panic logs referencing the imgsys driver or related image processing subsystems.
  • Privileged processes issuing unusual IOCTL sequences to MediaTek camera or image driver device nodes.
  • Installation of unsigned or sideloaded applications that subsequently invoke MediaTek vendor-specific driver interfaces.

Detection Strategies

  • Monitor Android device logs (logcat, dmesg) for crashes, segmentation faults, or SELinux denials tied to the imgsys component.
  • Track applications that request System-level capabilities and interact with vendor HAL services on affected MediaTek chipsets.
  • Inspect security patch level via ro.build.version.security_patch to identify devices missing the February 2026 patch.

Monitoring Recommendations

  • Enroll MediaTek-based Android fleets in mobile threat defense tooling to surface privilege-escalation attempts and unexpected kernel behavior.
  • Forward device telemetry and crash reports to a centralized data lake for correlation across the fleet.
  • Alert on rooted or jailbroken device states, which are prerequisites for many local privilege escalation chains.

How to Mitigate CVE-2026-20410

Immediate Actions Required

  • Apply the February 2026 MediaTek security patch level on all affected devices as soon as the OEM makes it available.
  • Inventory devices running affected MediaTek chipsets (MT6897, MT6989, MT8370, MT8390, MT8395) on Android 15.0.
  • Restrict installation of applications that request System-level privileges or use vendor-specific MediaTek interfaces.

Patch Information

MediaTek published the fix in the February 2026 Product Security Bulletin. The corresponding patch identifier is ALPS10362552 and the internal issue ID is MSV-5760. Refer to the MediaTek Security Bulletin February 2026 and apply the corresponding Android security patch level shipped by the device OEM.

Workarounds

  • No vendor-supplied workaround exists; patching is the supported remediation.
  • Reduce attack surface by removing or disabling third-party System-privileged applications that are not required for business operations.
  • Enforce mobile device management policies that block sideloading and require current Android security patch levels before granting access to corporate resources.
bash
# Verify the Android security patch level on a connected device
adb shell getprop ro.build.version.security_patch
adb shell getprop ro.product.board
adb shell getprop ro.hardware

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.00%

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