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

CVE-2026-0110: Google Android Privilege Escalation Flaw

CVE-2026-0110 is a privilege escalation vulnerability in Google Android caused by memory corruption in MM_DATA_IND. Attackers can exploit this remotely without user interaction. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 13, 2026

CVE-2026-0110 Overview

CVE-2026-0110 is a critical memory corruption vulnerability discovered in Google Android's NR (New Radio) SM (Session Management) message handler component. Specifically, the vulnerability exists in the MM_DATA_IND function within cn_NrSmMsgHdlrFromMM.cpp, where improper buffer handling leads to memory corruption that can be exploited for escalation of privilege.

This vulnerability is particularly dangerous because it requires no user interaction and can be exploited remotely over the network without any additional execution privileges. The memory corruption flaw allows attackers to potentially gain elevated system privileges on affected Android devices.

Critical Impact

Remote attackers can achieve privilege escalation on vulnerable Android devices without user interaction, potentially gaining full control over the affected system through the cellular modem interface.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-0110

Vulnerability Analysis

This vulnerability stems from a classic buffer overflow condition (CWE-120) in the Android baseband processor's NR SM message handler. The MM_DATA_IND function in cn_NrSmMsgHdlrFromMM.cpp processes incoming MM (Mobility Management) data indication messages without proper bounds checking.

When processing specially crafted network messages, the function fails to validate the length of incoming data before copying it into a fixed-size buffer. This allows an attacker to overwrite adjacent memory regions, potentially corrupting critical data structures or injecting executable code.

The vulnerability exists in the 5G NR (New Radio) stack implementation, specifically in the session management component that handles communication between the MM layer and upper protocol layers. This component is responsible for processing mobility management data indications, which are fundamental to cellular network operations.

Root Cause

The root cause is a buffer overflow vulnerability (CWE-120) in the cn_NrSmMsgHdlrFromMM.cpp file. The MM_DATA_IND function copies data from incoming network messages into a buffer without properly validating that the source data length does not exceed the destination buffer capacity. This classic buffer overflow pattern allows memory corruption when oversized or maliciously crafted data is received.

Attack Vector

The attack can be executed remotely over the network (cellular interface) without requiring any special privileges or user interaction. An attacker with the ability to send malicious cellular network messages (such as a rogue base station or through a man-in-the-middle position on the cellular network) can transmit specially crafted MM_DATA_IND messages to trigger the buffer overflow.

The attack flow involves:

  1. Attacker establishes a position to send malicious network messages to the target device
  2. Crafted MM_DATA_IND messages with oversized data fields are transmitted
  3. The vulnerable MM_DATA_IND handler processes the message without bounds checking
  4. Buffer overflow occurs, corrupting adjacent memory
  5. Attacker achieves code execution or privilege escalation through controlled memory corruption

The vulnerability manifests in the NR SM message handling path when processing mobility management data indications. The buffer overflow condition allows attackers to overwrite memory beyond the intended buffer boundaries. See the Android Security Bulletin March 2026 for additional technical details.

Detection Methods for CVE-2026-0110

Indicators of Compromise

  • Unusual baseband processor crashes or restarts on Android devices
  • Anomalous cellular network traffic patterns, particularly oversized or malformed MM_DATA_IND messages
  • Unexpected privilege escalation events or system-level process spawning
  • Kernel panic logs referencing memory corruption in NR SM components

Detection Strategies

  • Monitor device logs for baseband processor exceptions or memory corruption errors in SM components
  • Implement network-level monitoring for anomalous cellular signaling patterns
  • Deploy endpoint detection solutions capable of monitoring baseband processor behavior
  • Enable kernel auditing to detect privilege escalation attempts following memory corruption

Monitoring Recommendations

  • Review Android system logs for crash reports related to cn_NrSmMsgHdlrFromMM.cpp or NR SM components
  • Implement SentinelOne Singularity Mobile to detect exploitation attempts and privilege escalation
  • Monitor for unauthorized system-level process creation following cellular network activity
  • Track device health metrics for signs of baseband instability

How to Mitigate CVE-2026-0110

Immediate Actions Required

  • Apply the March 2026 Android security patch immediately to all affected devices
  • Prioritize patching of Pixel devices and other devices with direct Google update support
  • For enterprise environments, use Mobile Device Management (MDM) to enforce security patch levels
  • Consider network-level protections if immediate patching is not possible

Patch Information

Google has released security patches addressing this vulnerability in the March 2026 Android Security Bulletin. The fix is available in security patch level 2026-03-01 and later. Device manufacturers and carriers should prioritize distribution of this update to affected devices.

For detailed patch information, refer to:

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

Workarounds

  • No complete workaround is available; applying the security patch is the recommended remediation
  • Limit exposure to untrusted cellular networks where possible
  • Enable airplane mode when in high-risk environments if device functionality permits
  • Enterprise users should consider network segmentation and enhanced monitoring for unpatched devices
bash
# Verify Android security patch level
adb shell getprop ro.build.version.security_patch
# Expected output should be 2026-03-01 or later for patched devices

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

  • 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-120
  • Vendor Resources
  • Android Security Bulletin March 2026

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

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

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

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