A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-29786

CVE-2024-29786: Google Android RCE Vulnerability

CVE-2024-29786 is a remote code execution vulnerability in Google Android caused by an out of bounds write in link_rx_pktproc.c. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 26, 2026

CVE-2024-29786 Overview

CVE-2024-29786 is an out-of-bounds write vulnerability in the pktproc_fill_data_addr_without_bm function within link_rx_pktproc.c on Google Android. The flaw stems from a missing bounds check during packet processing in the cellular modem packet receive path. Attackers can trigger remote code execution over the network without user interaction and without holding any prior privileges. Google addressed the issue in the Android Security Bulletin - June 2024. The weakness is classified under [CWE-787] (Out-of-bounds Write).

Critical Impact

Remote attackers can achieve code execution on affected Android devices with no user interaction, enabling silent device compromise from the network.

Affected Products

  • Google Android (Pixel devices, June 2024 security patch level and earlier)
  • The vulnerable component resides in the link_rx_pktproc packet processor used by the cellular modem driver
  • Devices that had not applied the June 2024 Pixel security update

Discovery Timeline

  • 2024-06-13 - CVE-2024-29786 published to the National Vulnerability Database
  • 2024-06-01 - Google releases fix in the Android Security Bulletin (Pixel) for June 2024
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-29786

Vulnerability Analysis

The vulnerability resides in pktproc_fill_data_addr_without_bm, a routine in link_rx_pktproc.c responsible for populating packet data addresses in the receive path without using a buffer manager. The function writes data to a destination buffer but omits a required boundary check on the size or index used during the write operation. An attacker who can deliver crafted packets reaching this code path can write beyond the allocated buffer, corrupting adjacent kernel memory. Because the affected code executes in a privileged context within the modem-to-application processor data path, successful exploitation yields remote code execution. The advisory states no additional execution privileges and no user interaction are required.

Root Cause

The root cause is a missing bounds check [CWE-787] in pktproc_fill_data_addr_without_bm. The function trusts attacker-influenced length or index values when filling packet data addresses, allowing the write offset to exceed the destination buffer.

Attack Vector

The attack vector is network-based with low complexity. An attacker delivers a malformed packet that traverses the cellular link receive pipeline, reaching the vulnerable packet processor. Because user interaction is not required, exploitation can occur silently against any device with an active radio interface processing the crafted input.

Vulnerability mechanism (prose description - no verified PoC available):

function pktproc_fill_data_addr_without_bm(queue):
// Attacker-influenced length or descriptor index is consumed
// without validating it against the destination buffer size.
// The write past the buffer boundary corrupts adjacent memory,
// producing an exploitable out-of-bounds write condition.

Detection Methods for CVE-2024-29786

Indicators of Compromise

  • Unexpected modem or rmnet driver crashes and kernel panics referencing link_rx_pktproc or pktproc_fill_data_addr_without_bm in logcat or dmesg output.
  • Devices reporting a security patch level earlier than 2024-06-01 while operating on untrusted cellular networks.
  • Anomalous radio interface restarts coinciding with inbound traffic from unknown peers.

Detection Strategies

  • Inventory mobile fleets to identify Android and Pixel devices whose security patch level predates June 2024.
  • Monitor mobile device management (MDM) compliance reports for missing June 2024 Android security updates.
  • Correlate device crash telemetry referencing the cellular packet processor with network exposure events.

Monitoring Recommendations

  • Track Android security patch level attestation through MDM and conditional access policies.
  • Forward device crash and tombstone data to a central log platform for analysis of modem-related faults.
  • Watch for vendor updates to the Android Security Bulletin covering the link_rx_pktproc component.

How to Mitigate CVE-2024-29786

Immediate Actions Required

  • Apply the June 2024 Pixel security patch (2024-06-01 patch level) or any later Android security update on all affected devices.
  • Enforce MDM compliance rules that block corporate access for devices below the 2024-06-01 patch level.
  • Prioritize patching for devices that connect to untrusted or roaming cellular networks.

Patch Information

Google published the fix in the Android Security Bulletin - June 2024. Devices with a security patch level of 2024-06-01 or later contain the bounds check correction in pktproc_fill_data_addr_without_bm. Pixel users should install the June 2024 over-the-air update; OEM-specific Android builds receive the fix through their vendor's patch rollout.

Workarounds

  • No officially documented workaround exists; applying the vendor patch is the supported remediation.
  • As a temporary risk reduction, restrict use of affected unpatched devices on untrusted cellular networks.
  • Disable cellular data on vulnerable devices where feasible until the update is installed.
bash
# Verify the Android security patch level on a connected device
adb shell getprop ro.build.version.security_patch
# Expected output for remediated devices: 2024-06-01 or later

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.99%

  • 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 - June 2024
  • Related CVEs
  • CVE-2026-0114: Google Android Modem RCE Vulnerability

  • CVE-2026-0116: Google Android RCE Vulnerability

  • CVE-2026-0122: Google Android RCE Vulnerability

  • CVE-2026-0120: Google Android Modem RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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