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-2023-21273

CVE-2023-21273: Google Android RCE Vulnerability

CVE-2023-21273 is a remote code execution flaw in Google Android caused by an out of bounds write in SDP_AddAttribute. Attackers can exploit this without user interaction. This article covers technical details, impact, and mitigation.

Published: February 4, 2026

CVE-2023-21273 Overview

CVE-2023-21273 is an out-of-bounds write vulnerability in the Android Bluetooth stack, specifically in the SDP_AddAttribute function within sdp_db.cc. The vulnerability exists due to an incorrect bounds check when processing Service Discovery Protocol (SDP) attributes, allowing an attacker within adjacent network proximity to achieve remote code execution without requiring user interaction or additional execution privileges.

Critical Impact

This vulnerability enables remote code execution via Bluetooth from an adjacent network position, requiring no user interaction and no additional privileges, potentially allowing complete compromise of affected Android devices.

Affected Products

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

Discovery Timeline

  • August 14, 2023 - CVE-2023-21273 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-21273

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), affecting the Bluetooth Service Discovery Protocol (SDP) implementation in Android's Bluetooth module. The flaw resides in the SDP_AddAttribute function located in sdp_db.cc, which is responsible for adding attributes to SDP service records.

The vulnerability can be exploited by an attacker who is within Bluetooth range (adjacent network) of the target device. The attack requires no user interaction, making it particularly dangerous as victims may be completely unaware that their device is being targeted. The adjacent network attack vector indicates that physical proximity is required, typically within standard Bluetooth range of approximately 10 meters for Class 2 devices.

Root Cause

The root cause of CVE-2023-21273 is an incorrect bounds check in the SDP_AddAttribute function. When processing incoming SDP attribute data, the function fails to properly validate the size or boundaries of the data being written to memory. This insufficient validation allows an attacker to craft malicious SDP packets that cause the function to write data beyond the allocated buffer boundaries, resulting in memory corruption.

Attack Vector

The attack is conducted over an adjacent network, specifically via Bluetooth communication. An attacker within Bluetooth range can send specially crafted SDP packets to a vulnerable Android device. The malicious packets exploit the improper bounds checking in SDP_AddAttribute, triggering an out-of-bounds write condition.

The exploitation does not require any privileges on the target system, and the victim does not need to interact with or acknowledge any prompts. This makes the vulnerability suitable for drive-by attacks where an attacker simply needs to be in physical proximity to potential victims. The successful exploitation results in arbitrary code execution in the context of the Bluetooth service process, potentially allowing the attacker to gain persistent access, exfiltrate data, or further compromise the device.

The vulnerability mechanism involves malformed SDP attribute data that bypasses the bounds checking logic. When the Bluetooth stack processes these malicious attributes, it writes attacker-controlled data past the intended buffer boundaries, corrupting adjacent memory and enabling code execution. For complete technical details, refer to the Android Bluetooth Module Update.

Detection Methods for CVE-2023-21273

Indicators of Compromise

  • Unusual Bluetooth service crashes or unexpected restarts on Android devices
  • Anomalous Bluetooth SDP traffic patterns or malformed SDP attribute requests
  • Unexpected processes spawning from Bluetooth-related system services
  • Memory corruption indicators in Bluetooth service logs or crash dumps

Detection Strategies

  • Monitor Android system logs for Bluetooth service anomalies, particularly crashes in com.android.bluetooth process
  • Implement network monitoring for unusual SDP packet patterns at the Bluetooth protocol level
  • Deploy endpoint detection solutions capable of identifying memory corruption exploitation attempts
  • Utilize Android Enterprise or MDM solutions to track device patch levels and identify vulnerable systems

Monitoring Recommendations

  • Enable verbose Bluetooth logging on test devices to identify potential exploitation attempts during security assessments
  • Implement centralized logging for Android device crash reports to detect patterns indicating exploitation
  • Monitor for unauthorized Bluetooth pairing attempts or connections from unknown devices
  • Track Bluetooth module version information across managed device fleets to ensure patch compliance

How to Mitigate CVE-2023-21273

Immediate Actions Required

  • Apply the August 2023 Android security patch immediately to all affected Android devices
  • Disable Bluetooth on devices that cannot be immediately patched when not actively in use
  • Implement Bluetooth visibility restrictions to reduce attack surface
  • Remove previously paired Bluetooth devices that are no longer needed

Patch Information

Google has released a security patch addressing this vulnerability in the Android Security Bulletin August 2023. The fix involves correcting the bounds checking logic in the SDP_AddAttribute function to properly validate attribute data before writing to memory.

The specific code changes can be reviewed in the Android Bluetooth Module Update (commit 1e27ef69755a0735278a1c6af130c71a92b94e3f). Device manufacturers should incorporate this patch into their firmware updates, and end users should apply system updates as soon as they become available for their specific device models.

Workarounds

  • Disable Bluetooth entirely on devices that cannot be patched until updates are available
  • Enable Bluetooth only when actively needed and disable immediately after use
  • Avoid using Bluetooth in public or crowded locations where attackers may be present
  • Use Android Enterprise policies to enforce Bluetooth restrictions on corporate-managed devices
bash
# Android ADB commands to check and manage Bluetooth state
# Check current Android security patch level
adb shell getprop ro.build.version.security_patch

# Disable Bluetooth via ADB (requires root or device owner)
adb shell settings put global bluetooth_on 0

# Verify Bluetooth state
adb shell settings get global bluetooth_on

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

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

  • Android Security Bulletin August 2023
  • 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