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

CVE-2023-20946: Google Android Privilege Escalation Flaw

CVE-2023-20946 is a privilege escalation vulnerability in Google Android's Bluetooth settings that allows remote attackers to bypass permissions. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-20946 Overview

CVE-2023-20946 is a critical privilege escalation vulnerability affecting Google Android's Bluetooth settings component. The flaw exists in the onStart method of BluetoothSwitchPreferenceController.java, where a confused deputy attack allows attackers to bypass permission checks. This vulnerability enables remote escalation of privilege in Bluetooth settings without requiring additional execution privileges or user interaction.

Critical Impact

Remote privilege escalation in Android Bluetooth settings with no user interaction required, potentially allowing attackers to gain unauthorized control over Bluetooth functionality and settings on affected devices.

Affected Products

  • Google Android 11.0
  • Google Android 12.0
  • Google Android 12.1 (Android 12L)
  • Google Android 13.0

Discovery Timeline

  • 2023-02-28 - CVE-2023-20946 published to NVD
  • 2025-03-21 - Last updated in NVD database

Technical Details for CVE-2023-20946

Vulnerability Analysis

This vulnerability is a confused deputy attack, a class of privilege escalation where a more privileged program (the "deputy") is tricked into misusing its authority on behalf of an attacker. In this case, the BluetoothSwitchPreferenceController.java component acts as the confused deputy, failing to properly validate the origin or authorization of requests during its onStart lifecycle method.

The attack can be executed remotely over the network without requiring any additional execution privileges on the target device. The absence of user interaction requirements makes this vulnerability particularly dangerous, as exploitation can occur silently without alerting the device owner.

Successful exploitation grants attackers elevated privileges within the Bluetooth settings subsystem, potentially allowing unauthorized configuration changes, Bluetooth pairing manipulation, or using the compromised Bluetooth access as a pivot point for further attacks.

Root Cause

The root cause lies in improper permission validation within the onStart method of BluetoothSwitchPreferenceController.java. The component fails to adequately verify that incoming requests originate from authorized sources before executing privileged operations. This missing authorization check creates a confused deputy scenario where the controller performs actions on behalf of unauthorized callers, effectively bypassing Android's permission model.

The vulnerability is tracked internally by Google under Android ID A-244423101.

Attack Vector

The attack vector is network-based, allowing remote exploitation without physical access to the device. An attacker can craft malicious requests that exploit the confused deputy condition in the Bluetooth settings controller.

The attack flow typically involves:

  1. The attacker identifies a target device running a vulnerable Android version (11, 12, 12L, or 13)
  2. Malicious requests are sent to the target that leverage the permission bypass in BluetoothSwitchPreferenceController
  3. The vulnerable component processes these requests with its own elevated privileges rather than the attacker's actual (lower) privileges
  4. The attacker gains unauthorized access to Bluetooth settings functionality with escalated privileges

Since no user interaction is required, the attack can be fully automated and executed against multiple targets simultaneously.

Detection Methods for CVE-2023-20946

Indicators of Compromise

  • Unexpected changes to Bluetooth settings or pairing configurations on Android devices
  • Anomalous network traffic targeting Android device Bluetooth-related services
  • Unexplained Bluetooth connections or device pairings appearing in settings
  • System logs showing unusual activity in BluetoothSwitchPreferenceController or related Settings components

Detection Strategies

  • Monitor Android system logs for abnormal Bluetooth settings controller activity
  • Implement network intrusion detection rules to identify exploitation attempts targeting Android devices
  • Deploy mobile device management (MDM) solutions capable of detecting unauthorized settings modifications
  • Enable SentinelOne Mobile Threat Defense to detect privilege escalation attempts on managed Android devices

Monitoring Recommendations

  • Configure centralized logging for Android enterprise deployments to capture Bluetooth-related events
  • Establish baseline Bluetooth configuration states and alert on deviations
  • Implement continuous security monitoring for Android devices in corporate environments
  • Review audit logs regularly for signs of unauthorized privilege escalation in system settings

How to Mitigate CVE-2023-20946

Immediate Actions Required

  • Update all affected Android devices to the latest security patch level (February 2023 or later)
  • Prioritize patching for devices with sensitive data or privileged network access
  • For unpatched devices, consider restricting network exposure and Bluetooth functionality where possible
  • Audit device fleet to identify all devices running vulnerable Android versions (11, 12, 12L, 13)

Patch Information

Google has addressed this vulnerability in the Android Security Bulletin February 2023. Organizations and users should apply the February 2023 security patch or later to remediate this vulnerability.

The fix corrects the permission validation logic in BluetoothSwitchPreferenceController.java to properly verify authorization before executing privileged operations, eliminating the confused deputy condition.

Workarounds

  • Disable Bluetooth functionality on devices where it is not required until patching is completed
  • Implement network segmentation to limit exposure of vulnerable Android devices
  • Use SentinelOne Mobile Threat Defense to detect and block exploitation attempts
  • Apply enterprise mobility management policies to restrict Bluetooth settings access on managed devices
  • Consider temporary network isolation for high-value devices that cannot be immediately patched

For enterprise environments, the recommended mitigation approach involves:

bash
# Example ADB command to disable Bluetooth on managed devices (temporary workaround)
adb shell settings put global bluetooth_disabled_profiles 1
adb shell svc bluetooth disable

# Verify Bluetooth is disabled
adb shell settings get global bluetooth_on
# Expected output: 0

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.10%

  • 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
  • NVD-CWE-Other
  • Vendor Resources
  • Android Security Bulletin February 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