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-2025-0074

CVE-2025-0074: Google Android RCE Vulnerability

CVE-2025-0074 is a use-after-free remote code execution vulnerability in Google Android's sdp_discovery.cc that enables attackers to execute arbitrary code without user interaction or additional privileges. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-0074 Overview

CVE-2025-0074 is a use-after-free vulnerability in the Android Bluetooth stack, specifically within the process_service_attr_rsp function of sdp_discovery.cc. The flaw allows remote attackers to execute arbitrary code on affected Android 15 devices without requiring user interaction or additional execution privileges. Exploitation occurs over the network attack surface exposed by the Service Discovery Protocol (SDP) component of Bluetooth. Google addressed the issue in the March 2025 Android Security Bulletin through a Bluetooth module update.

Critical Impact

Attackers can achieve remote code execution on Android 15 devices through the Bluetooth SDP stack without user interaction, enabling silent device compromise within Bluetooth range.

Affected Products

  • Google Android 15.0
  • Android Bluetooth module (packages/modules/Bluetooth)
  • Devices receiving security patch level prior to 2025-03-01

Discovery Timeline

  • 2025-08-26 - CVE-2025-0074 published to the National Vulnerability Database
  • 2025-09-02 - Last updated in NVD database

Technical Details for CVE-2025-0074

Vulnerability Analysis

The vulnerability resides in process_service_attr_rsp, a handler within sdp_discovery.cc responsible for parsing Service Discovery Protocol (SDP) attribute responses. SDP is the Bluetooth protocol used to discover available services and their attributes on remote devices. The function mishandles object lifetime during response processing, leading to a use-after-free condition classified as [CWE-416].

When the freed memory is later dereferenced or reallocated with attacker-controlled data, an adversary can corrupt execution flow. Successful exploitation yields arbitrary code execution within the Bluetooth process context. No authentication is required, and the attack proceeds without any user interaction on the target device.

Root Cause

The root cause is improper memory management in the SDP discovery state machine. An object referenced during attribute response processing is released while a pointer to it remains in use. Subsequent operations on the dangling pointer allow attacker-supplied data to be interpreted as a valid object, including function pointers or virtual table entries.

Attack Vector

The attack vector is network-adjacent over Bluetooth. An attacker within Bluetooth range crafts malformed SDP attribute response packets and delivers them during service discovery interactions. Because SDP exchanges can occur during pairing or routine device enumeration, exploitation does not require the victim to accept any prompt or open any application.

The vulnerability manifests during parsing of SDP attribute responses in the Bluetooth daemon. Refer to the Google Bluetooth Module Update for the upstream fix and the Android Security Bulletin March 2025 for vendor guidance.

Detection Methods for CVE-2025-0074

Indicators of Compromise

  • Unexpected crashes or restarts of the com.android.bluetooth process in logcat and tombstone files
  • Anomalous SDP service discovery requests from unknown Bluetooth peers in proximity to managed devices
  • Bluetooth stack memory faults referencing process_service_attr_rsp or sdp_discovery symbols
  • Devices reporting a security patch level earlier than 2025-03-01

Detection Strategies

  • Inventory mobile fleet patch levels and flag any Android 15 device below the 2025-03-01 security patch level
  • Monitor mobile device management (MDM) telemetry for repeated Bluetooth service crashes that may indicate exploitation attempts
  • Correlate Bluetooth proximity alerts with device crash reports to identify targeted attacks

Monitoring Recommendations

  • Enable crash reporting and tombstone collection on managed Android endpoints for forensic review
  • Track Bluetooth pairing and discovery events through MDM logs to baseline normal behavior
  • Alert on Android devices that fall out of compliance with the March 2025 or later security patch baseline

How to Mitigate CVE-2025-0074

Immediate Actions Required

  • Apply the March 2025 Android security patch level (2025-03-01 or later) to all Android 15 devices
  • Disable Bluetooth on devices that cannot receive the patch, particularly in untrusted environments
  • Restrict Bluetooth discoverability and pairing on managed devices through MDM policy until patched

Patch Information

Google released the fix in the Android Security Bulletin March 2025. The corresponding source change is available in the Google Bluetooth Module Update commit 37bcf769c1aa8dfa8e5524858d47f6a80b765fa4. Device manufacturers ship the fix through their respective OTA channels, so administrators should confirm vendor-specific availability for each device model.

Workarounds

  • Turn off Bluetooth when not in active use, especially in public or high-risk environments
  • Set devices to non-discoverable mode to reduce exposure to unsolicited SDP requests
  • Enforce MDM configuration profiles that block Bluetooth on devices pending patch deployment

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 Probability1.78%

  • 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-416
  • Technical References
  • Google Bluetooth Module Update
  • Vendor Resources
  • Android Security Bulletin March 2025
  • Related CVEs
  • CVE-2026-0114: Google Android Modem RCE Vulnerability

  • CVE-2026-0116: Google Android RCE Vulnerability

  • CVE-2026-0122: Google Android RCE Vulnerability

  • CVE-2026-0120: Google Android Modem RCE Vulnerability
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