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

CVE-2026-20412: Google Android Privilege Escalation Flaw

CVE-2026-20412 is a privilege escalation vulnerability in Google Android's cameraisp component caused by an out of bounds write. Attackers with System privileges can exploit this without user interaction. Learn the technical details, affected versions, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2026-20412 Overview

CVE-2026-20412 is an out-of-bounds write vulnerability discovered in the MediaTek cameraisp component affecting Android devices running on numerous MediaTek chipsets. The vulnerability stems from a missing bounds check that enables local privilege escalation. An attacker who has already obtained System-level privileges can exploit this flaw to further escalate privileges without requiring any user interaction.

Critical Impact

Local privilege escalation through out-of-bounds write in MediaTek camera ISP driver affecting Android devices versions 13.0 through 16.0 running on vulnerable MediaTek chipsets.

Affected Products

  • Google Android 13.0, 14.0, 15.0, and 16.0
  • MediaTek MT68xx series chipsets (MT6878, MT6879, MT6881, MT6886, MT6895, MT6897, MT6899, MT6983, MT6985, MT6989, MT6991, MT6993)
  • MediaTek MT81xx/MT86xx/MT87xx series chipsets (MT8168, MT8188, MT8195, MT8365, MT8390, MT8395, MT8666, MT8667, MT8673, MT8676, MT8696, MT8793)

Discovery Timeline

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

Technical Details for CVE-2026-20412

Vulnerability Analysis

The vulnerability exists within the cameraisp component, which is responsible for processing image signal data from the camera hardware on MediaTek-based Android devices. The flaw is classified as CWE-787 (Out-of-bounds Write), indicating that the vulnerable code writes data past the end of the intended buffer or before its beginning.

This type of memory corruption vulnerability in a kernel-level driver presents significant security risks. The camera ISP (Image Signal Processor) operates with elevated privileges to interface directly with hardware, making it a high-value target for attackers seeking to compromise device integrity. The requirement for System-level privileges as a prerequisite indicates this is likely a second-stage exploit that would be chained with another vulnerability to achieve full device compromise.

Root Cause

The root cause of CVE-2026-20412 is a missing bounds check in the cameraisp component. When processing data, the vulnerable code fails to validate that write operations stay within allocated buffer boundaries. This allows an attacker with System privileges to manipulate input parameters in a way that causes the driver to write data beyond the intended memory region, potentially overwriting critical kernel structures or function pointers.

Attack Vector

The attack requires local access to the device and existing System-level privileges. An attacker would need to:

  1. First compromise the device to obtain System privileges through a separate vulnerability or malicious application
  2. Interact with the cameraisp driver through its exposed interfaces
  3. Craft malicious input that bypasses any existing validation
  4. Trigger the out-of-bounds write to corrupt adjacent memory
  5. Leverage the memory corruption to achieve further privilege escalation or arbitrary code execution in kernel context

The vulnerability does not require user interaction, meaning once an attacker has the prerequisite System privileges, exploitation can occur silently in the background. The local attack vector limits remote exploitation, but compromised applications or secondary exploits could leverage this flaw.

The vulnerability is tracked internally by MediaTek under Patch ID ALPS10351676 and Issue ID MSV-5733.

Detection Methods for CVE-2026-20412

Indicators of Compromise

  • Anomalous access patterns to the cameraisp driver or camera-related system services
  • Unexpected system crashes or kernel panics related to camera driver operations
  • Processes with System privileges making unusual calls to camera ISP interfaces
  • Memory corruption artifacts in kernel logs associated with camera subsystem

Detection Strategies

  • Monitor for suspicious interactions with MediaTek camera ISP driver interfaces from System-privileged processes
  • Implement runtime integrity checking for kernel memory regions adjacent to camera driver allocations
  • Deploy Android security monitoring solutions capable of detecting privilege escalation attempts
  • Analyze device logs for camera subsystem anomalies that may indicate exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for camera subsystem operations on affected Android devices
  • Deploy endpoint detection and response (EDR) solutions with mobile device support to monitor for privilege escalation chains
  • Implement security information and event management (SIEM) rules to correlate camera driver anomalies with privilege escalation indicators

How to Mitigate CVE-2026-20412

Immediate Actions Required

  • Apply the MediaTek security update containing Patch ID ALPS10351676 as soon as it becomes available through device OEM channels
  • Prioritize patching for devices in high-security environments or those processing sensitive data
  • Review installed applications and remove any untrusted software that could potentially be used to gain System privileges
  • Implement application whitelisting policies to reduce the risk of initial compromise

Patch Information

MediaTek has released a security patch addressing this vulnerability as documented in the MediaTek February 2026 Product Security Bulletin. The patch is identified as ALPS10351676 and addresses Issue ID MSV-5733. Device manufacturers (OEMs) will incorporate this patch into their Android security updates. Users should apply updates from their device manufacturers as they become available.

Workarounds

  • Limit installation of applications to trusted sources only (Google Play Store or enterprise MDM)
  • Disable or restrict camera functionality on high-security devices until patches are applied where operationally feasible
  • Implement strict application permissions policies to prevent applications from requesting unnecessary System-level access
  • Deploy mobile threat defense (MTD) solutions to detect and block exploitation attempts
bash
# Verify Android security patch level on affected devices
adb shell getprop ro.build.version.security_patch

# Check for MediaTek chipset to determine vulnerability exposure
adb shell cat /proc/cpuinfo | grep -i mediatek

# Monitor camera subsystem logs for anomalies
adb logcat -d | grep -i "cameraisp\|camerahalserver"

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