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
    • 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-2023-35658

CVE-2023-35658: Google Android Privilege Escalation Flaw

CVE-2023-35658 is a privilege escalation vulnerability in Google Android caused by a use-after-free flaw in gatt_cl.cc. This enables remote code execution without user interaction. Learn about affected versions and mitigations.

Published: February 4, 2026

CVE-2023-35658 Overview

CVE-2023-35658 is a use after free vulnerability in the Android Bluetooth stack, specifically within the gatt_process_prep_write_rsp function of gatt_cl.cc. This memory corruption flaw enables privilege escalation and could lead to remote code execution from an adjacent network position without requiring any user interaction or additional execution privileges.

Critical Impact

This vulnerability allows attackers within Bluetooth range to achieve remote code execution on affected Android devices without user interaction, potentially leading to complete device compromise.

Affected Products

  • Google Android 11.0
  • Google Android 12.0
  • Google Android 12.1
  • Google Android 13.0

Discovery Timeline

  • 2023-09-11 - CVE-2023-35658 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-35658

Vulnerability Analysis

This vulnerability exists in the Generic Attribute Profile (GATT) client implementation within Android's Bluetooth stack. The gatt_process_prep_write_rsp function in gatt_cl.cc contains a use after free condition that occurs during the processing of prepared write responses. When a malformed or specially crafted GATT response is received, the function may attempt to access memory that has already been freed, leading to memory corruption.

The vulnerability is particularly dangerous because it can be exploited from an adjacent network position (within Bluetooth range) without requiring any privileges on the target system and without needing user interaction. Successful exploitation grants the attacker the ability to execute arbitrary code in the context of the Bluetooth process, which can then be leveraged for further privilege escalation.

Root Cause

The root cause is a CWE-416 (Use After Free) memory safety issue in the GATT client code. The vulnerability occurs when the gatt_process_prep_write_rsp function fails to properly manage memory lifecycle during the handling of prepared write responses. After certain memory is freed during the response processing workflow, subsequent code paths may still reference this deallocated memory, creating a classic use after free condition that can be exploited to achieve code execution.

Attack Vector

The attack vector is via Adjacent Network, meaning an attacker must be within Bluetooth communication range of the target device. The exploitation flow involves:

  1. The attacker establishes a Bluetooth connection with the target Android device
  2. A malicious GATT server sends specially crafted prepared write responses
  3. The vulnerable gatt_process_prep_write_rsp function processes these responses
  4. The use after free condition is triggered, allowing memory corruption
  5. The attacker gains code execution within the Bluetooth process context

Since no user interaction is required and no additional execution privileges are needed, this vulnerability presents a significant risk in environments where Android devices may be exposed to untrusted Bluetooth connections.

Detection Methods for CVE-2023-35658

Indicators of Compromise

  • Unexpected Bluetooth service crashes or restarts on Android devices
  • Anomalous Bluetooth GATT traffic patterns from unrecognized devices
  • System log entries indicating memory corruption in the Bluetooth stack
  • Unusual processes spawned from the Bluetooth service context

Detection Strategies

  • Monitor Android system logs for Bluetooth-related segmentation faults or memory errors
  • Implement network-level Bluetooth traffic analysis for anomalous GATT responses
  • Deploy endpoint detection solutions capable of monitoring Bluetooth stack behavior
  • Review crash reports for patterns indicating exploitation attempts against gatt_cl.cc

Monitoring Recommendations

  • Enable detailed Bluetooth debugging logs on high-value Android devices
  • Implement Bluetooth connection monitoring to track unexpected device pairings
  • Configure alerts for repeated Bluetooth service restarts within short timeframes
  • Monitor for privilege escalation attempts following Bluetooth activity

How to Mitigate CVE-2023-35658

Immediate Actions Required

  • Update all affected Android devices to the September 2023 security patch level or later
  • Disable Bluetooth on devices that cannot be immediately patched when not actively needed
  • Restrict Bluetooth discoverable mode to reduce attack surface
  • Implement mobile device management (MDM) policies to enforce security patch compliance

Patch Information

Google has released a security patch for this vulnerability as part of the Android Security Bulletin September 2023. The fix is available in the Android Bluetooth Module Update. Organizations should ensure all Android devices running versions 11.0 through 13.0 are updated to the September 2023 security patch level (2023-09-01 or later).

Workarounds

  • Disable Bluetooth functionality on devices that cannot be patched immediately
  • Limit Bluetooth use to trusted environments where unknown devices cannot establish connections
  • Configure devices to reject pairing requests from unknown devices
  • Use Bluetooth in non-discoverable mode when connectivity is required
bash
# ADB commands to disable Bluetooth on unpatched devices
adb shell settings put global bluetooth_on 0
adb shell svc bluetooth disable

# Verify current Android security patch level
adb shell getprop ro.build.version.security_patch

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

  • 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
  • CWE-416
  • Vendor Resources
  • Android Bluetooth Module Update

  • Android Security Bulletin September 2023
  • Related CVEs
  • CVE-2025-36920: Google Android Privilege Escalation Flaw

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

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

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