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

CVE-2025-62235: Apache NimBLE Auth Bypass Vulnerability

CVE-2025-62235 is an authentication bypass by spoofing flaw in Apache NimBLE that allows attackers to remove bonds and impersonate devices. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-62235 Overview

CVE-2025-62235 is an Authentication Bypass by Spoofing vulnerability affecting Apache NimBLE, the open-source Bluetooth Low Energy (BLE) stack. The vulnerability exists in the Security Manager Protocol (SMP) implementation and allows an attacker to send specially crafted Security Request packets that can remove legitimate device bonds and establish new bonds with an impostor device. This attack targets the core pairing mechanism of BLE devices, potentially allowing unauthorized access to protected Bluetooth services.

Critical Impact

An adjacent network attacker can exploit this vulnerability to bypass Bluetooth authentication, remove existing device bonds, and impersonate legitimate paired devices without user interaction. This could lead to complete compromise of confidentiality and integrity for BLE communications.

Affected Products

  • Apache NimBLE through version 1.8.0
  • Devices and applications using the Apache NimBLE Bluetooth stack
  • IoT and embedded systems implementing NimBLE for BLE connectivity

Discovery Timeline

  • 2026-01-10 - CVE CVE-2025-62235 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-62235

Vulnerability Analysis

The vulnerability resides in the ble_sm_sec_req_rx() function within nimble/host/src/ble_sm.c, which handles incoming SMP Security Request packets. The flawed implementation inadequately validates incoming Security Requests, allowing an attacker in adjacent network range to send malicious packets that trigger the removal of existing device bonds. Once the legitimate bond is removed, the attacker can initiate a new pairing process, effectively impersonating the original bonded device.

This authentication bypass falls under CWE-290 (Authentication Bypass by Spoofing), where the system fails to properly authenticate the source of a security-critical request. The vulnerability requires adjacent network access, meaning the attacker must be within Bluetooth radio range of the target device.

Root Cause

The root cause is improper handling of SMP Security Request messages in the NimBLE host stack. The original implementation did not adequately track security state or validate the legitimacy of pairing requests when a bond already existed. The vulnerable code path allowed Security Requests to override existing bonds without proper verification of the requesting party's identity, enabling bond removal and re-pairing with an impostor.

Attack Vector

The attack leverages adjacent network access via Bluetooth radio communications. An attacker within Bluetooth range can:

  1. Monitor BLE traffic to identify bonded device connections
  2. Send a specially crafted SMP Security Request packet to the target device
  3. Trigger removal of the legitimate bond between paired devices
  4. Initiate a new pairing procedure to establish a bond with the impostor device
  5. Gain unauthorized access to protected BLE services and data

No user interaction is required, and the attacker does not need prior privileges on the target system.

c
 ble_sm_sec_req_rx(uint16_t conn_handle, struct os_mbuf **om,
                   struct ble_sm_result *res)
 {
+    struct ble_gap_sec_state bhc_sec_state;
     struct ble_store_value_sec value_sec;
     struct ble_store_key_sec key_sec;
     struct ble_hs_conn_addrs addrs;
     struct ble_sm_sec_req *cmd;
     struct ble_hs_conn *conn;
-    int authreq_mitm;
+    bool start_pairing = false;
+    bool authreq_mitm;
+    bool authreq_lesc;
 
     res->app_status = ble_hs_mbuf_pullup_base(om, sizeof(*cmd));
     if (res->app_status != 0) {

Source: GitHub Commit Update

Detection Methods for CVE-2025-62235

Indicators of Compromise

  • Unexpected Bluetooth re-pairing requests or bond removal events on devices running NimBLE
  • Multiple SMP Security Request packets from unknown or suspicious Bluetooth addresses
  • Logs showing device bond deletions followed by new pairing procedures
  • Anomalous Bluetooth connection patterns with previously bonded devices

Detection Strategies

  • Implement Bluetooth protocol monitoring to detect unusual SMP Security Request activity
  • Enable verbose logging on NimBLE devices to capture bond management events
  • Monitor for rapid sequences of bond removal and re-pairing operations
  • Deploy network-level Bluetooth intrusion detection systems in sensitive environments

Monitoring Recommendations

  • Audit NimBLE version across all deployed IoT and embedded devices
  • Establish baseline Bluetooth pairing behavior and alert on deviations
  • Review device bond tables periodically for unauthorized entries
  • Implement alerting for unexpected bond removal events in device logs

How to Mitigate CVE-2025-62235

Immediate Actions Required

  • Upgrade Apache NimBLE to version 1.9.0 or later on all affected devices
  • Audit firmware of IoT and embedded devices using NimBLE for vulnerable versions
  • Consider temporarily disabling Bluetooth functionality on critical systems until patching is complete
  • Review and validate existing device bonds after applying the patch

Patch Information

Apache has released version 1.9.0 of NimBLE which addresses this vulnerability by improving SMP Security Request handling. The fix introduces proper security state tracking via bhc_sec_state and adds explicit control over pairing initiation with the start_pairing boolean flag. Users should upgrade to this version to remediate the vulnerability. The security patch is available through the GitHub Commit Update.

For additional information, refer to the Apache Mailing List Thread and the Openwall OSS-Security Discussion.

Workarounds

  • Limit Bluetooth discoverability and connectivity to trusted environments only
  • Implement application-layer authentication in addition to BLE bonding
  • Use physical proximity verification before accepting new Bluetooth pairings
  • Deploy network segmentation to isolate Bluetooth-enabled devices from critical systems
bash
# Configuration example
# Verify NimBLE version in your project dependencies
grep -r "mynewt-nimble" project.yml
# Update to patched version 1.9.0
# In project.yml or package configuration:
# mynewt-nimble: "^1.9.0"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Nimble

  • SeverityHIGH

  • CVSS Score8.1

  • 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:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-290
  • Technical References
  • GitHub Commit Update

  • Apache Mailing List Thread

  • Openwall OSS-Security Discussion
  • Related CVEs
  • CVE-2025-52435: Apache NimBLE Encryption Vulnerability

  • CVE-2025-53477: Apache NimBLE NULL Pointer 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