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

CVE-2024-23717: Google Android Privilege Escalation Flaw

CVE-2024-23717 is a privilege escalation vulnerability in Google Android's Bluetooth security module that enables keystroke injection attacks. This article covers technical details, affected versions, impact, and mitigation.

Updated: May 15, 2026

CVE-2024-23717 Overview

CVE-2024-23717 is an input validation flaw in the Android Bluetooth stack, specifically in the access_secure_service_from_temp_bond function of btm_sec.cc. The vulnerability allows an attacker within Bluetooth range to inject keystrokes into a target device. Successful exploitation results in escalation of privilege without requiring any user interaction or additional execution privileges. The flaw affects Android versions 12.0, 12.1, 13.0, and 14.0. Google addressed the issue in the Android Security Bulletin March 2024.

Critical Impact

An adjacent attacker within Bluetooth proximity can inject keystrokes into a victim device with no user interaction, leading to remote privilege escalation.

Affected Products

  • Google Android 12.0
  • Google Android 12.1
  • Google Android 13.0 and 14.0

Discovery Timeline

  • 2024-03-11 - CVE-2024-23717 published to NVD
  • 2024-03-01 - Google releases fix in Android Security Bulletin March 2024
  • 2024-12-16 - Last updated in NVD database

Technical Details for CVE-2024-23717

Vulnerability Analysis

The vulnerability resides in the access_secure_service_from_temp_bond routine within btm_sec.cc, a core component of the Android Bluetooth Manager (BTM) security module. The function governs how a temporarily bonded peer device can access secure Bluetooth services. Improper input validation [CWE-20] allows a peer device established under a temporary bond to interact with secure services it should not be authorized to reach.

Because Human Interface Device (HID) profiles operate over secure Bluetooth services, an attacker can leverage this gap to act as an unauthorized input device. The result is keystroke injection: the attacker delivers arbitrary key events to the victim device while the screen and lock state remain untouched.

Root Cause

The root cause is missing enforcement of bond persistence and security level checks before granting service access. A temporary bond should not grant equivalent privileges to a fully bonded, authenticated device, yet the affected code path treats them similarly when authorizing access to secure services. The patch in the Android Bluetooth Module Update tightens these checks so secure service access requires a persistent, authenticated bond.

Attack Vector

Exploitation requires the attacker to be within Bluetooth radio range of the target device with Bluetooth enabled. The attacker initiates a pairing handshake that establishes a temporary bond, then attempts to interact with the device as an HID peripheral. Once the flawed authorization path is reached, the attacker sends crafted HID reports to inject keystrokes. No tap, prompt acceptance, or other user action is required on the victim device. See the Android Security Bulletin March 2024 for additional vendor context.

Detection Methods for CVE-2024-23717

Indicators of Compromise

  • Unexpected Bluetooth pairing events or temporary bonds appearing in the device's Bluetooth settings or bt_stack logs.
  • HID device connections from unknown Bluetooth addresses, particularly in environments where no HID peripherals are expected.
  • Unsolicited input activity such as application launches, command execution, or settings changes correlated with Bluetooth connection events.

Detection Strategies

  • Monitor Mobile Device Management (MDM) telemetry for Android fleet build fingerprints lagging behind the 2024-03-01 security patch level.
  • Inspect logcat and HCI snoop logs for repeated temporary-bond establishment followed by HID descriptor exchanges from non-allowlisted peers.
  • Correlate proximity-based Bluetooth pairing events with anomalous user-input activity on managed mobile endpoints.

Monitoring Recommendations

  • Use enterprise mobility management to enforce reporting of ro.build.version.security_patch and flag devices below 2024-03-01.
  • Audit Bluetooth pairing history regularly on high-value devices and alert on unfamiliar HID peers.
  • Restrict Bluetooth use in sensitive areas and log Bluetooth state transitions for forensic review.

How to Mitigate CVE-2024-23717

Immediate Actions Required

  • Install the Android security update with patch level 2024-03-01 or later on all affected devices.
  • Disable Bluetooth when not actively in use, particularly in public or untrusted environments.
  • Remove unknown or stale paired devices from each device's Bluetooth settings.
  • Enforce minimum patch-level policies through MDM and quarantine non-compliant devices from corporate resources.

Patch Information

Google released the fix as part of the Android Security Bulletin March 2024. The corresponding source change to the Bluetooth module is published in the Android Bluetooth Module Update. OEM rollout schedules vary, so verify the security patch level on each device rather than relying solely on the Android version string.

Workarounds

  • Keep Bluetooth disabled on devices that cannot yet receive the March 2024 patch.
  • Decline pairing requests from unknown devices and avoid leaving devices in discoverable mode.
  • Apply MDM policies that disable Bluetooth or restrict it to allowlisted peripherals on managed Android fleets.
bash
# Verify Android security patch level via adb
adb shell getprop ro.build.version.security_patch
# Expected output: 2024-03-01 or later

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo

  • CWE-20
  • Vendor Resources
  • Android Bluetooth Module Update

  • Android Security Bulletin March 2024
  • Related CVEs
  • CVE-2025-48611: Google Android Privilege Escalation Flaw

  • CVE-2025-20801: Google Android Privilege Escalation Flaw

  • CVE-2025-36920: Google Android Privilege Escalation Flaw

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