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

CVE-2026-0118: Google Android Privilege Escalation Flaw

CVE-2026-0118 is a privilege escalation vulnerability in Google Android's oobconfig component that allows attackers to bypass carrier restrictions. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2026-0118 Overview

CVE-2026-0118 is a logic error in the Android oobconfig component that allows a local attacker to bypass carrier restrictions. The flaw enables local escalation of privilege without additional execution privileges or user interaction. Google disclosed the issue in the Android Security Bulletin dated 2026-03-01, which also includes a corresponding Pixel-specific advisory.

The vulnerability is categorized under CWE-693: Protection Mechanism Failure. Exploitation requires local access to the device but no authentication, making malicious applications running on the device a realistic attack vector.

Critical Impact

A local attacker can bypass carrier restrictions enforced by oobconfig and obtain elevated privileges on affected Android devices, undermining device provisioning integrity.

Affected Products

  • Google Android (per Android Security Bulletin 2026-03-01)
  • Google Pixel devices (per Pixel Security Bulletin 2026-03-01)
  • Android devices incorporating the vulnerable oobconfig component

Discovery Timeline

  • 2026-03-10 - CVE-2026-0118 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-0118

Vulnerability Analysis

The vulnerability resides in oobconfig, an Android out-of-box configuration component responsible for applying device provisioning policies including carrier restrictions. A logic error in the component's policy enforcement path allows those restrictions to be bypassed. Because oobconfig operates with privileges higher than third-party applications, a bypass translates directly into local privilege escalation.

Carrier restrictions are protection mechanisms that constrain device behavior based on carrier provisioning, including SIM locking and operator-specific configuration. Bypassing these checks gives an attacker access to functionality and capabilities normally gated behind privileged provisioning workflows.

Root Cause

The root cause is a protection mechanism failure (CWE-693) in the policy evaluation logic of oobconfig. Rather than a memory safety defect, the component fails to correctly enforce a security decision that should reject unauthorized state transitions. The flawed conditional path permits the restricted operation to proceed when it should be blocked.

Attack Vector

Exploitation requires only local access to the device. An attacker with the ability to run code locally, such as a malicious application installed by the user, can trigger the vulnerable code path in oobconfig and bypass carrier restrictions. No user interaction is required, and the attacker does not need pre-existing elevated privileges.

No public proof-of-concept code is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. For component-level technical details, refer to the Android Security Bulletin 2026-03-01.

Detection Methods for CVE-2026-0118

Indicators of Compromise

  • Unexpected modification of carrier configuration state or SIM lock status on managed devices
  • Applications invoking oobconfig interfaces outside of normal device provisioning workflows
  • Android device security patch level prior to 2026-03-01 reported by enrolled devices

Detection Strategies

  • Audit Android device security patch levels through mobile device management (MDM) inventory and flag devices that have not received the March 2026 security patch.
  • Monitor installed applications for those requesting access to telephony or provisioning APIs inconsistent with their stated purpose.
  • Correlate carrier configuration change events with the originating process to identify illegitimate sources of modification.

Monitoring Recommendations

  • Enforce MDM compliance policies that require devices to be on the latest Android security patch level before granting access to corporate resources.
  • Ingest mobile telemetry into a centralized analytics platform to detect anomalous provisioning activity across the fleet.
  • Review logs from carrier-related system services for unexpected privilege transitions or restriction state changes.

How to Mitigate CVE-2026-0118

Immediate Actions Required

  • Apply the Android security patch level 2026-03-01 or later to all affected devices.
  • Update Pixel devices using the Pixel-specific patch published in the Pixel Security Bulletin 2026-03-01.
  • Restrict sideloading of untrusted applications through MDM policy on managed devices.
  • Verify device patch status across the fleet and quarantine non-compliant endpoints.

Patch Information

Google released fixes in the March 2026 Android security patch level. Device manufacturers integrate these fixes into vendor-specific builds. Refer to the Android Security Bulletin 2026-03-01 for component-level fix references and the Pixel Security Bulletin 2026-03-01 for Pixel build identifiers.

Workarounds

  • No vendor-supplied workaround is documented; applying the March 2026 security patch is the supported remediation.
  • Limit installation of applications to trusted sources such as Google Play, and disable installation from unknown sources via MDM.
  • Enroll devices in an MDM solution that enforces minimum patch level compliance prior to network access.
bash
# Verify Android security patch level on a device via adb
adb shell getprop ro.build.version.security_patch
# Expected output for remediated devices: 2026-03-01 or later

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 Score8.4

  • EPSS Probability0.01%

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

  • Pixel Security Bulletin 2026-03-01
  • Related CVEs
  • CVE-2025-36920: Google Android Privilege Escalation Flaw

  • CVE-2026-0107: Google Android Privilege Escalation Flaw

  • CVE-2026-0112: Google Android Privilege Escalation Bug

  • CVE-2026-0113: Google Android Privilege Escalation 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