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-2024-32913

CVE-2024-32913: Google Android RCE Vulnerability

CVE-2024-32913 is a remote code execution flaw in Google Android caused by an integer overflow leading to out-of-bounds write. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 15, 2026

CVE-2024-32913 Overview

CVE-2024-32913 is a critical integer overflow vulnerability in the wl_notify_rx_mgmt_frame function within wl_cfg80211.c, a core component of Android's WiFi driver subsystem. This vulnerability enables an attacker to trigger an out-of-bounds write condition, potentially leading to remote code execution on affected devices without requiring any user interaction or additional execution privileges.

Critical Impact

This vulnerability allows unauthenticated remote attackers to execute arbitrary code on Android devices via crafted WiFi management frames, potentially gaining complete control over the affected device without any user interaction.

Affected Products

  • Google Android (all versions prior to June 2024 security patch)
  • Google Pixel devices running unpatched firmware
  • Android devices using the affected WiFi driver component

Discovery Timeline

  • June 1, 2024 - Android Security Bulletin published addressing this vulnerability
  • June 13, 2024 - CVE-2024-32913 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-32913

Vulnerability Analysis

The vulnerability resides in the WiFi configuration management layer of Android, specifically within the wl_notify_rx_mgmt_frame function in wl_cfg80211.c. This function is responsible for processing incoming WiFi management frames, which are used for device discovery, authentication, and network management operations.

The root cause is an integer overflow condition (CWE-190) that occurs during the processing of management frame data. When specially crafted management frames are received, the integer overflow leads to an incorrect buffer size calculation, subsequently causing an out-of-bounds write operation. This memory corruption primitive can be leveraged by an attacker to achieve remote code execution.

The network-based attack vector means that an attacker within WiFi range of a vulnerable device can exploit this vulnerability without any prerequisites—no authentication, no user interaction, and no special privileges are required on the target device.

Root Cause

The vulnerability stems from insufficient validation of size parameters in the wl_notify_rx_mgmt_frame function. When processing WiFi management frames, the code performs arithmetic operations on length values that can result in an integer overflow. This overflow causes a smaller-than-expected buffer to be allocated or an incorrect bounds check to pass, allowing subsequent write operations to exceed the intended memory boundaries.

Integer overflow vulnerabilities in low-level network drivers are particularly dangerous because they operate in a privileged context and process untrusted network data directly. The WiFi subsystem processes management frames at a fundamental level, making exploitation reliable and difficult to detect.

Attack Vector

The attack can be executed remotely over a WiFi network by an attacker within wireless range of the target device. The exploitation flow involves:

  1. The attacker crafts malicious WiFi management frames with specially constructed length fields designed to trigger the integer overflow condition
  2. These frames are transmitted over the air to the target device
  3. The vulnerable wl_notify_rx_mgmt_frame function processes the malicious frame
  4. The integer overflow causes an incorrect buffer size calculation
  5. The subsequent out-of-bounds write corrupts memory, enabling code execution
  6. The attacker gains code execution with kernel-level privileges on the device

The vulnerability mechanism involves the handling of frame length parameters in the WiFi management frame processing code. When a malformed frame arrives with length values crafted to cause an integer overflow during size calculations, the resulting value wraps around to a smaller number. This leads to memory corruption when the actual frame data exceeds the incorrectly calculated buffer size. For detailed technical analysis, refer to the Android Security Bulletin June 2024.

Detection Methods for CVE-2024-32913

Indicators of Compromise

  • Unexpected device reboots or system crashes when connected to WiFi networks
  • Anomalous WiFi management frame traffic patterns in wireless network monitoring
  • Unusual kernel log entries related to WiFi driver memory errors
  • Signs of unauthorized access or data exfiltration following WiFi connectivity

Detection Strategies

  • Deploy wireless intrusion detection systems (WIDS) to monitor for malformed WiFi management frames
  • Implement kernel-level monitoring for memory corruption indicators in the WiFi driver subsystem
  • Monitor Android system logs for crashes or anomalies in wl_cfg80211 related components
  • Use mobile device management (MDM) solutions to verify patch compliance across device fleets

Monitoring Recommendations

  • Enable verbose logging for WiFi driver components on security-sensitive devices
  • Implement network-level monitoring for unusual 802.11 management frame patterns
  • Configure endpoint detection and response (EDR) solutions to alert on WiFi driver anomalies
  • Regularly audit device firmware versions against the June 2024 security baseline

How to Mitigate CVE-2024-32913

Immediate Actions Required

  • Apply the June 2024 Android security patch immediately on all affected devices
  • For Google Pixel devices, update to the latest available firmware version
  • Consider disabling WiFi on high-value devices until patches can be applied
  • Implement network segmentation to limit exposure of vulnerable devices

Patch Information

Google has addressed this vulnerability in the Android Security Bulletin June 2024. The patch resolves the integer overflow condition by implementing proper bounds checking and validation of frame length parameters before memory allocation and write operations occur.

Organizations should prioritize deployment of this security update given the critical nature of the vulnerability and the potential for remote exploitation without user interaction. The patch is available through standard Android update channels for Pixel devices and through device manufacturers for other Android devices.

Workarounds

  • Disable WiFi functionality on devices that cannot be immediately patched
  • Use wired or cellular connectivity as an alternative to WiFi on vulnerable devices
  • Implement strict physical security controls to limit attacker proximity to vulnerable devices
  • Deploy network access control to restrict untrusted WiFi access points
bash
# Android device security verification
# Check current security patch level on Android device via ADB
adb shell getprop ro.build.version.security_patch
# Expected output should be 2024-06-01 or later

# Verify WiFi driver module information
adb shell lsmod | grep wlan

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 Probability3.34%

  • 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-190
  • 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