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

CVE-2026-0114: Google Android Modem RCE Vulnerability

CVE-2026-0114 is a remote code execution vulnerability in Google Android Modem caused by an out-of-bounds write. Attackers can exploit this flaw without user interaction. This article covers technical details, impact, and mitigations.

Published: March 13, 2026

CVE-2026-0114 Overview

CVE-2026-0114 is a critical out-of-bounds write vulnerability affecting the Modem component in Google Android. The vulnerability arises from an incorrect bounds check that allows an attacker to write data beyond the allocated memory boundaries. This flaw can be exploited remotely to achieve code execution without requiring any user interaction or additional execution privileges, making it particularly dangerous for Android device security.

Critical Impact

This vulnerability enables remote code execution on affected Android devices through the Modem component without requiring user interaction, potentially allowing complete device compromise.

Affected Products

  • Google Android (all versions prior to the March 2026 security patch)
  • Google Pixel devices (all versions prior to the March 2026 security patch)

Discovery Timeline

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

Technical Details for CVE-2026-0114

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption vulnerability that occurs when the Modem component fails to properly validate input boundaries before performing write operations. The flawed bounds checking logic allows data to be written to memory locations outside the intended buffer allocation.

The attack surface is particularly concerning because the Modem component handles network communications at a fundamental level. Exploitation can occur remotely over the network without any user interaction, meaning affected devices can be compromised simply by receiving specially crafted network traffic. The vulnerability grants the attacker code execution capabilities with no additional privileges required, indicating it operates at a privileged level within the modem subsystem.

Root Cause

The root cause of CVE-2026-0114 is an incorrect bounds check implementation within the Android Modem component. When processing certain data inputs, the bounds validation logic fails to accurately calculate or enforce the boundaries of the target memory buffer. This allows an attacker to supply data that exceeds the expected size, causing the excess data to overwrite adjacent memory regions.

Out-of-bounds write vulnerabilities in modem firmware are particularly dangerous because:

  • Modems process data from untrusted network sources
  • Modem firmware often runs with elevated privileges
  • Memory corruption in this context can lead to arbitrary code execution

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication or user interaction. An attacker can potentially exploit this vulnerability by:

  1. Crafting malicious network packets designed to trigger the vulnerable code path in the Modem component
  2. Sending these packets to the target device over a cellular or network connection
  3. The malformed data triggers the incorrect bounds check, allowing out-of-bounds memory write
  4. The attacker gains remote code execution capabilities on the affected device

The exploitation does not require the attacker to have prior access to the device, making it a zero-click vulnerability that can be weaponized at scale against vulnerable Android devices.

Detection Methods for CVE-2026-0114

Indicators of Compromise

  • Unexpected modem crashes or restarts on Android devices
  • Anomalous network traffic patterns, particularly unusual baseband signaling
  • Device instability or unexpected behavior following network connectivity
  • Unexplained battery drain potentially indicating persistent malicious activity

Detection Strategies

  • Monitor device logs for modem-related crashes or kernel panic events referencing the baseband processor
  • Deploy network intrusion detection systems (IDS) to identify potentially malicious cellular network traffic patterns
  • Implement endpoint detection solutions capable of monitoring for anomalous modem behavior
  • Review system logs for unauthorized privilege escalation attempts following modem activity

Monitoring Recommendations

  • Enable enhanced logging on mobile device management (MDM) platforms for modem-related events
  • Monitor for Android devices that have not received the March 2026 security update
  • Track baseband firmware version across managed device fleet to identify vulnerable systems
  • Implement network-level monitoring for devices connecting through untrusted network infrastructure

How to Mitigate CVE-2026-0114

Immediate Actions Required

  • Apply the Android Security Bulletin March 2026 security update immediately
  • For Pixel devices, install the Pixel Security Bulletin March 2026 update
  • Prioritize patching for devices with exposure to untrusted networks
  • Audit your mobile device fleet to identify all vulnerable Android devices

Patch Information

Google has addressed this vulnerability in the March 2026 Android Security Bulletin. The security patch resolves the incorrect bounds check in the Modem component, ensuring proper validation of input data before write operations. Organizations and users should update their Android devices to the security patch level 2026-03-01 or later to remediate this vulnerability.

For detailed patch information, refer to:

  • Android Security Bulletin March 2026
  • Android Pixel Security Bulletin March 2026

Workarounds

  • Limit device exposure to untrusted cellular networks where possible until patches can be applied
  • Consider isolating unpatched devices from sensitive enterprise networks
  • Enable airplane mode on highly sensitive unpatched devices when network connectivity is not required
  • Monitor vendor communications for additional mitigation guidance specific to device manufacturers

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Android

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.16%

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

  • Android Pixel Security Bulletin March 2026
  • Related CVEs
  • CVE-2026-0116: Google Android RCE Vulnerability

  • CVE-2026-0120: Google Android Modem RCE Vulnerability

  • CVE-2026-0122: Google Android RCE Vulnerability

  • CVE-2026-0006: Google Android RCE 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