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

CVE-2026-0108: Google Android Information Disclosure Flaw

CVE-2026-0108 is an information disclosure vulnerability in Google Android's PowerVR GPU caused by incorrect register protection configuration. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-0108 Overview

CVE-2026-0108 is an improper access control vulnerability affecting the PowerVR GPU component in Google Android. The register protection of the PowerVR GPU is incorrectly configured, which could allow a local attacker to disclose sensitive information without requiring additional execution privileges. User interaction is not needed for exploitation, making this a passive attack vector that can be exploited by malicious applications running on the device.

Critical Impact

Local information disclosure vulnerability in PowerVR GPU that requires no user interaction and no special privileges to exploit, potentially exposing sensitive GPU memory contents.

Affected Products

  • Google Android (all versions prior to March 2026 security patch)
  • Android devices utilizing PowerVR GPU hardware
  • Google Pixel devices (see Pixel-specific security bulletin)

Discovery Timeline

  • March 10, 2026 - CVE-2026-0108 published to NVD
  • March 11, 2026 - Last updated in NVD database

Technical Details for CVE-2026-0108

Vulnerability Analysis

This vulnerability stems from an improper access control issue (CWE-284) in the PowerVR GPU driver's register protection mechanism. The GPU registers, which should be protected from unauthorized access, are incorrectly configured, allowing unprivileged local processes to read sensitive information stored in GPU memory or registers.

The PowerVR GPU architecture relies on proper register access controls to isolate different processes and protect sensitive data processed by the GPU. When these controls are misconfigured, a malicious application can potentially access GPU registers that should be restricted, leading to information disclosure. This type of vulnerability is particularly concerning in mobile environments where sensitive data such as cryptographic operations, secure rendering, or biometric processing may occur on the GPU.

The local attack vector means an attacker would need to execute code on the target device, typically through a malicious application. However, once code execution is achieved, no additional privileges or user interaction are required to exploit this vulnerability.

Root Cause

The root cause of CVE-2026-0108 is an improper access control configuration (CWE-284) in the PowerVR GPU driver. The register protection mechanism that should restrict access to sensitive GPU registers was not correctly implemented, failing to enforce proper access boundaries between privileged and unprivileged contexts. This allows unauthorized read access to protected GPU memory regions.

Attack Vector

The attack vector is local, requiring an attacker to have code execution capability on the target Android device. This is typically achieved through:

  1. Installing a malicious application on the device
  2. Compromising an existing application to execute malicious code
  3. Exploiting another vulnerability to gain initial code execution

Once code execution is established, the attacker can directly access the misconfigured GPU registers without requiring elevated privileges or user interaction. The attack can be performed silently in the background, making detection difficult for end users.

The vulnerability allows reading of protected register contents, which may contain residual data from other applications' GPU operations, potentially including sensitive information such as rendered content, cryptographic material, or other processed data.

Detection Methods for CVE-2026-0108

Indicators of Compromise

  • Unusual GPU register access patterns from unprivileged applications
  • Applications attempting to directly interface with GPU hardware registers outside normal rendering APIs
  • Anomalous memory access patterns targeting GPU-related kernel drivers
  • Presence of known malicious applications exploiting PowerVR vulnerabilities

Detection Strategies

  • Monitor for applications accessing /dev/pvr* or similar GPU device nodes with unexpected access patterns
  • Implement runtime application security monitoring to detect unusual GPU driver interactions
  • Deploy mobile threat detection solutions capable of identifying applications attempting to exploit GPU vulnerabilities
  • Analyze installed applications for known exploitation techniques targeting PowerVR GPU

Monitoring Recommendations

  • Enable Android's built-in security logging to capture GPU driver access attempts
  • Deploy endpoint detection and response (EDR) solutions on managed mobile devices
  • Monitor for security bulletins and patch compliance across the Android device fleet
  • Implement application vetting processes to identify potentially malicious applications before deployment

How to Mitigate CVE-2026-0108

Immediate Actions Required

  • Apply the Android Security Patch Level 2026-03-01 or later immediately
  • Ensure automatic security updates are enabled on all Android devices
  • Review installed applications and remove any untrusted or suspicious applications
  • For enterprise environments, verify patch deployment through mobile device management (MDM) solutions

Patch Information

Google has addressed this vulnerability in the March 2026 Android Security Bulletin. The fix is included in the security patch level 2026-03-01. Organizations and users should update their devices to this patch level or later to remediate the vulnerability.

For detailed patch information, refer to the following official resources:

  • Android Security Bulletin 2026-03-01
  • Android Pixel Security Bulletin 2026-03-01

Workarounds

  • Limit installation of applications to trusted sources only (Google Play Store with Play Protect enabled)
  • Enable Google Play Protect to scan for potentially harmful applications
  • For high-security environments, consider restricting device usage until patches can be applied
  • Implement network-level monitoring to detect potential data exfiltration from compromised devices
bash
# Verify Android security patch level on device
adb shell getprop ro.build.version.security_patch
# Expected output: 2026-03-01 or later

# Check for pending system updates via ADB
adb shell am start -a android.settings.SYSTEM_UPDATE_SETTINGS

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGoogle Android

  • SeverityMEDIUM

  • CVSS Score4.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Vendor Resources
  • Android Security Bulletin 2026-03-01

  • Android Pixel Security Bulletin 2026-03-01
  • Related CVEs
  • CVE-2026-0115: Google Android Information Disclosure Flaw

  • CVE-2025-48642: Google Android Information Disclosure Flaw

  • CVE-2026-0024: Google Android Information Disclosure Flaw

  • CVE-2026-0012: Google Android Information Disclosure 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