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

CVE-2026-0014: Google Android DOS Vulnerability

CVE-2026-0014 is a persistent denial of service vulnerability in Google Android's AppOpsService.java caused by improper input validation. This article covers the technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-0014 Overview

CVE-2026-0014 is a persistent denial of service vulnerability discovered in the isPackageNullOrSystem method of AppOpsService.java within Google Android. The vulnerability stems from improper input validation that allows an attacker to cause a persistent denial of service condition on affected devices. This attack can be executed locally without requiring any additional execution privileges or user interaction, making it particularly concerning for enterprise device management scenarios.

Critical Impact

Local attackers can exploit improper input validation in Android's AppOpsService to cause persistent denial of service, potentially rendering devices unusable without factory reset.

Affected Products

  • Google Android 14.0
  • Google Android 15.0
  • Google Android 16.0 (including QRP2 Beta 1, Beta 2, and Beta 3 releases)

Discovery Timeline

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

Technical Details for CVE-2026-0014

Vulnerability Analysis

This vulnerability exists in the AppOpsService.java file, specifically within the isPackageNullOrSystem method. The AppOpsService is a critical Android system service responsible for managing application operations and permissions tracking. When processing certain inputs, the method fails to properly validate incoming data, which can be exploited to trigger a persistent denial of service condition.

The improper input validation (CWE-20) allows malformed or unexpected input to be processed in ways that disrupt normal service operation. The persistent nature of this DoS means that the denial of service condition survives system reboots, potentially requiring a factory reset to restore normal device functionality. This represents a significant availability impact for both consumer and enterprise Android deployments.

Root Cause

The root cause of CVE-2026-0014 lies in insufficient input validation within the isPackageNullOrSystem method of AppOpsService.java. The method fails to properly sanitize or validate input parameters before processing, allowing crafted input to corrupt internal state or trigger error conditions that persist across device restarts. This is classified under CWE-20 (Improper Input Validation), a common weakness where software does not validate or incorrectly validates input that affects program control flow or data flow.

Attack Vector

The attack vector for this vulnerability is local, meaning an attacker requires local access to the device to exploit it. However, the exploitation does not require elevated privileges or user interaction, which significantly lowers the barrier for successful attacks. A malicious application installed on the device could potentially exploit this vulnerability to render the device unusable.

The exploitation mechanism involves sending specially crafted requests to the AppOpsService that bypass normal validation checks. When the isPackageNullOrSystem method processes these malformed inputs, it enters a state that causes persistent service disruption affecting the device's availability.

Detection Methods for CVE-2026-0014

Indicators of Compromise

  • Repeated crashes or restarts of system services related to AppOpsService
  • Device entering unresponsive states that persist after normal reboots
  • Unusual application behavior related to permission operations or app ops queries
  • System log entries showing exceptions or errors in AppOpsService.java particularly around package validation

Detection Strategies

  • Monitor Android system logs (logcat) for repeated crashes or exceptions in com.android.server.appop.AppOpsService
  • Deploy Mobile Device Management (MDM) solutions to track abnormal device behavior patterns
  • Implement application vetting processes to detect potentially malicious apps before installation
  • Use SentinelOne Mobile Threat Defense to identify exploitation attempts targeting system services

Monitoring Recommendations

  • Enable verbose logging for AppOpsService on test/development devices to establish baseline behavior
  • Configure alerting for devices that experience repeated soft reboots or system service crashes
  • Monitor enterprise device fleets for sudden unavailability patterns that could indicate coordinated exploitation
  • Review installed applications on affected devices for unexpected or recently installed untrusted software

How to Mitigate CVE-2026-0014

Immediate Actions Required

  • Apply the security patches from the Android Security Bulletin - March 2026 immediately
  • Restrict installation of applications from unknown sources on enterprise-managed devices
  • Review recently installed applications on devices experiencing unexplained stability issues
  • Consider temporarily isolating critical devices until patches can be applied

Patch Information

Google has addressed this vulnerability in the Android Security Bulletin dated March 2026. Organizations should apply the security patch level 2026-03-01 or later to remediate this vulnerability. For enterprise deployments, coordinate with device manufacturers for OEM-specific patch availability. The official advisory is available at the Android Security Bulletin - March 2026.

Workarounds

  • Implement strict application installation policies using MDM to prevent untrusted apps from being installed
  • Enable Google Play Protect and ensure it remains active on all devices
  • Restrict sideloading capabilities by disabling "Install unknown apps" permissions across enterprise fleets
  • For high-security environments, consider restricting devices to kiosk mode or managed profiles until patches are deployed
bash
# ADB command to verify current security patch level
adb shell getprop ro.build.version.security_patch

# ADB command to list recently installed packages for review
adb shell pm list packages -i --show-versioncode | grep -v "com.android" | sort

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

  • Vulnerability Details
  • TypeDOS

  • 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:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • Android Security Bulletin - March 2026
  • Related CVEs
  • CVE-2026-0109: Google Android DoS Vulnerability

  • CVE-2025-61616: Google Android DOS Vulnerability

  • CVE-2025-61615: Google Android DOS Vulnerability

  • CVE-2025-61614: Google Android DOS Vulnerability
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