Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-49747

CVE-2024-49747: Google Android RCE Vulnerability

CVE-2024-49747 is a remote code execution flaw in Google Android caused by an out-of-bounds write in gatts_process_read_by_type_req. This article covers the technical details, affected versions, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-49747 Overview

CVE-2024-49747 is a critical out-of-bounds write vulnerability discovered in the Android Bluetooth stack, specifically in the gatts_process_read_by_type_req function within gatt_sr.cc. This vulnerability arises from a logic error in the GATT (Generic Attribute Profile) server implementation that processes "Read By Type" requests. The flaw enables remote code execution without requiring any user interaction or additional execution privileges, making it particularly dangerous for Android devices with Bluetooth enabled.

Critical Impact

This vulnerability allows remote attackers to execute arbitrary code on vulnerable Android devices via Bluetooth without any user interaction, potentially leading to complete device compromise.

Affected Products

  • Google Android 12.0
  • Google Android 12.1
  • Google Android 13.0
  • Google Android 14.0
  • Google Android 15.0

Discovery Timeline

  • 2025-01-21 - CVE CVE-2024-49747 published to NVD
  • 2025-04-22 - Last updated in NVD database

Technical Details for CVE-2024-49747

Vulnerability Analysis

The vulnerability resides in the GATT server component of Android's Bluetooth stack, specifically within the gatts_process_read_by_type_req() function in gatt_sr.cc. This function is responsible for handling "Read By Type" requests from Bluetooth Low Energy (BLE) clients. The flaw is categorized as CWE-94 (Improper Control of Generation of Code), though the immediate impact manifests as an out-of-bounds write condition.

When processing incoming GATT requests, the function fails to properly validate boundaries due to a logic error, allowing an attacker to write data beyond the intended buffer limits. This memory corruption can be leveraged to achieve remote code execution. The attack can be carried out over a network (Bluetooth) connection without requiring any authentication, prior privileges, or user interaction.

Root Cause

The root cause of CVE-2024-49747 is a logic error in the boundary checking code within gatts_process_read_by_type_req(). When calculating buffer offsets and sizes during the processing of Read By Type requests, the function contains flawed logic that fails to properly constrain write operations. This allows attacker-controlled data to overflow the allocated buffer boundaries, corrupting adjacent memory regions and potentially overwriting critical data structures or function pointers.

Attack Vector

The attack vector for CVE-2024-49747 is network-based via Bluetooth Low Energy communication. An attacker within Bluetooth range of a vulnerable Android device can craft malicious GATT Read By Type requests that trigger the out-of-bounds write condition. The attack flow proceeds as follows:

  1. The attacker establishes a Bluetooth Low Energy connection with the target device
  2. The attacker initiates a GATT session with the target's GATT server
  3. Specially crafted "Read By Type" requests are sent to the target device
  4. The vulnerable gatts_process_read_by_type_req() function processes the malicious request
  5. Due to the logic error, an out-of-bounds write occurs, corrupting memory
  6. The attacker achieves code execution in the Bluetooth process context

Since no user interaction is required and the attack requires no special privileges, exploitation can occur transparently while a user simply has Bluetooth enabled.

Detection Methods for CVE-2024-49747

Indicators of Compromise

  • Unexpected Bluetooth service crashes or restarts on Android devices
  • Anomalous GATT server activity or unusual Bluetooth connection patterns
  • System logs showing memory corruption errors in the Bluetooth stack (gatt_sr.cc related)
  • Unexplained process behavior following Bluetooth Low Energy connections

Detection Strategies

  • Monitor Android system logs for Bluetooth stack crashes or anomalies, particularly those referencing GATT operations
  • Deploy endpoint detection solutions capable of identifying memory corruption exploitation attempts
  • Implement network-level Bluetooth monitoring to detect abnormal GATT request patterns
  • Use SentinelOne Singularity to monitor for post-exploitation behavior such as privilege escalation or suspicious process spawning

Monitoring Recommendations

  • Enable verbose logging for Bluetooth services to capture detailed GATT transaction information
  • Monitor for unusual Bluetooth pairing attempts or connection requests from unknown devices
  • Implement behavioral analysis to detect anomalous activity following Bluetooth connections
  • Configure alerts for Bluetooth service crashes or unexpected restarts

How to Mitigate CVE-2024-49747

Immediate Actions Required

  • Apply the January 2025 Android Security Patch immediately to all affected devices
  • Disable Bluetooth on devices that cannot be immediately patched when not actively in use
  • Review device management policies to ensure timely security update deployment
  • Monitor managed devices for signs of compromise using endpoint protection solutions

Patch Information

Google has addressed CVE-2024-49747 in the January 2025 Android Security Bulletin. Organizations and users should update their Android devices to the latest available security patch level. The fix corrects the logic error in the gatts_process_read_by_type_req() function to properly validate buffer boundaries during GATT request processing.

For detailed patch information, refer to the Android Security Bulletin January 2025.

Workarounds

  • Disable Bluetooth functionality on devices where patching is not immediately possible
  • Limit Bluetooth discoverability and only enable it when actively needed
  • Use Bluetooth Low Energy scanning restrictions where supported by device management solutions
  • Implement network segmentation to isolate high-value devices from potential Bluetooth-range attackers
bash
# Disable Bluetooth via ADB for enterprise-managed devices
adb shell settings put global bluetooth_on 0
adb shell svc bluetooth disable

# Verify Bluetooth status
adb shell settings get global bluetooth_on
# Expected output: 0 (disabled)

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 Probability5.48%

  • 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-94
  • Vendor Resources
  • Android Security Bulletin January 2025
  • Related CVEs
  • CVE-2026-0114: Google Android Modem RCE Vulnerability

  • CVE-2026-0116: Google Android RCE Vulnerability

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

  • CVE-2026-0122: 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