Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-0005

CVE-2026-0005: Google Android Information Disclosure Flaw

CVE-2026-0005 is an information disclosure vulnerability in Google Android that allows partial bypass of app pinning, enabling limited interaction with other apps. This article covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-0005 Overview

CVE-2026-0005 is an authorization bypass vulnerability in the Android Keyguard service that allows partial bypass of app pinning functionality. The vulnerability exists in the onServiceDisconnected method of KeyguardServiceDelegate.java, where a missing permission check enables limited interaction with other apps without requiring the Lock Screen Knowledge Factor (LSKF). This could lead to local information disclosure, with the extent of interaction and impact being app-dependent. No additional execution privileges are required, and user interaction is not needed for exploitation.

Critical Impact

Local information disclosure through app pinning bypass allowing unauthorized interaction with pinned apps on Android devices running versions 14.0, 15.0, and 16.0.

Affected Products

  • Google Android 14.0
  • Google Android 15.0
  • Google Android 16.0

Discovery Timeline

  • 2026-03-02 - CVE CVE-2026-0005 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-0005

Vulnerability Analysis

The vulnerability resides in KeyguardServiceDelegate.java, specifically within the onServiceDisconnected method. This method is invoked when the Keyguard service connection is unexpectedly terminated. Due to a missing permission check in this code path, the security mechanism that enforces app pinning can be partially bypassed.

App pinning (also known as screen pinning) is an Android security feature that restricts the device to displaying only a single app until the user authenticates using their Lock Screen Knowledge Factor (LSKF), such as a PIN, pattern, or password. The vulnerability allows limited interaction with other applications without completing this authentication step.

The attack requires local access to the device and exploits the service disconnection event handling. When the Keyguard service disconnects, the missing permission validation creates a window where app pinning restrictions are not properly enforced, enabling unauthorized access to other applications on the device.

Root Cause

The root cause of this vulnerability is a missing permission check in the onServiceDisconnected method of KeyguardServiceDelegate.java. When the Keyguard service disconnects, the code fails to verify that the caller has the necessary authorization to interact with apps outside the pinned application context. This insufficient access control (CWE-200) allows information disclosure through unauthorized app interactions.

Attack Vector

The attack vector is local, requiring an attacker to have physical access to the device or control over an application running on the device. The exploitation does not require user interaction or elevated privileges. An attacker could trigger the service disconnection condition and then leverage the permission gap to interact with applications that should be restricted by app pinning, potentially extracting sensitive information.

The vulnerability exploitation mechanism involves triggering a service disconnection event in the Keyguard service. When this occurs, the missing permission validation in onServiceDisconnected fails to properly enforce app pinning restrictions, allowing limited interaction with other applications. The specific information exposed depends on which apps are accessible during this window and their individual data handling practices. For technical implementation details, refer to the Android Security Bulletin 2026-03.

Detection Methods for CVE-2026-0005

Indicators of Compromise

  • Unexpected Keyguard service disconnection events in system logs
  • Unusual app activity or data access while device should be in pinned mode
  • System log entries showing interaction with apps outside the pinned context
  • Anomalous service binding/unbinding patterns in Android system services

Detection Strategies

  • Monitor Android system logs for abnormal Keyguard service disconnection events
  • Implement application-level logging to detect unauthorized access attempts
  • Use mobile device management (MDM) solutions to monitor for unusual app interaction patterns
  • Deploy behavioral analysis tools to identify potential exploitation attempts on managed devices

Monitoring Recommendations

  • Enable verbose logging for Keyguard-related services on enterprise-managed devices
  • Configure SIEM rules to alert on patterns indicative of app pinning bypass attempts
  • Implement endpoint detection solutions capable of monitoring Android system service behavior
  • Regularly audit device logs for suspicious service disconnection events

How to Mitigate CVE-2026-0005

Immediate Actions Required

  • Apply the Android security patch from the March 2026 Security Bulletin immediately
  • Limit physical access to devices containing sensitive information
  • Consider temporarily disabling app pinning on high-value devices until patched
  • Enable additional authentication mechanisms where available

Patch Information

Google has addressed this vulnerability in the Android Security Bulletin 2026-03. The patch adds the missing permission check in the onServiceDisconnected method of KeyguardServiceDelegate.java, ensuring that app pinning restrictions are properly enforced even during service disconnection events. Device manufacturers and carriers should push the March 2026 security update to affected devices running Android 14.0, 15.0, and 16.0.

Workarounds

  • Implement additional authentication layers at the application level for sensitive apps
  • Use enterprise mobility management (EMM) solutions to enforce additional access controls
  • Restrict device usage in sensitive environments until patches are applied
  • Consider using work profiles or containerization solutions to isolate sensitive data
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 Keyguard service status
adb shell dumpsys activity services | grep -i keyguard

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 Score6.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo

  • CWE-200
  • Vendor Resources
  • Android Security Bulletin 2026-03
  • Related CVEs
  • CVE-2026-0108: Google Android Information Disclosure Flaw

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

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

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