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

CVE-2025-52435: Apache NimBLE Encryption Vulnerability

CVE-2025-52435 is an information disclosure flaw in Apache NimBLE that leaves encrypted connections unencrypted, allowing eavesdropping. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-52435 Overview

CVE-2025-52435 is a cryptographic vulnerability in Apache NimBLE, an open-source Bluetooth Low Energy (BLE) stack. The vulnerability stems from improper handling of the Pause Encryption procedure on the Link Layer, which can result in a previously encrypted Bluetooth connection being left in an unencrypted state. This allows eavesdroppers within radio range to observe the remainder of the Bluetooth communication exchange in cleartext.

Critical Impact

Sensitive data transmitted over Bluetooth connections using affected Apache NimBLE versions may be exposed to eavesdroppers, potentially compromising confidential communications, authentication data, and other sensitive information exchanged between BLE devices.

Affected Products

  • Apache NimBLE versions through 1.8.0 and earlier
  • Devices and applications utilizing the Apache MyNewt NimBLE Bluetooth stack
  • IoT devices and embedded systems implementing NimBLE for BLE communications

Discovery Timeline

  • January 8, 2026 - Vulnerability disclosed via Openwall OSS Security Post
  • January 10, 2026 - CVE-2025-52435 published to NVD
  • January 13, 2026 - Last updated in NVD database

Technical Details for CVE-2025-52435

Vulnerability Analysis

This vulnerability is classified as CWE-5 (J2EE Misconfiguration: Data Transmission Without Encryption). The flaw exists in the Bluetooth Link Layer encryption handling within Apache NimBLE. When the Pause Encryption procedure is invoked during an active BLE connection, the implementation fails to properly restore the encrypted state afterward, leaving the connection unencrypted for all subsequent data exchanges.

The attack can be exploited over the network without requiring user interaction or prior authentication. While the vulnerability does not allow attackers to modify data (integrity is preserved) or cause service disruptions (availability is unaffected), it provides complete confidentiality compromise for data transmitted after the encryption failure occurs.

Root Cause

The root cause lies in the improper state management during the Pause Encryption procedure at the Link Layer level. When encryption is paused for legitimate protocol operations, the NimBLE stack fails to re-establish the encrypted communication channel. This leaves a timing window where the connection transitions from encrypted to unencrypted without proper restoration, violating the expected security guarantees of BLE encrypted communications.

Attack Vector

An attacker positioned within Bluetooth radio range (typically 10-100 meters depending on device class) can passively monitor BLE communications. By waiting for or potentially triggering a Pause Encryption event, the attacker gains the ability to capture all subsequent traffic in plaintext. This is particularly concerning in scenarios involving:

  • Medical devices transmitting patient health data
  • Industrial IoT sensors exchanging operational data
  • Smart home devices communicating with controllers
  • Wearable devices syncing personal information

The attack is passive in nature, meaning it leaves no traces on the target devices and is difficult to detect through conventional monitoring.

Detection Methods for CVE-2025-52435

Indicators of Compromise

  • Unexpected unencrypted BLE traffic following established encrypted connections
  • BLE connection encryption status changes without corresponding application-level requests
  • Anomalous Pause Encryption procedure calls in BLE protocol traces
  • Bluetooth packet captures showing cleartext data on connections that should be encrypted

Detection Strategies

  • Implement BLE traffic analysis to monitor for encryption state transitions
  • Deploy Bluetooth protocol analyzers to detect unencrypted data following established encrypted sessions
  • Audit firmware versions on IoT devices and embedded systems using NimBLE
  • Perform security assessments on BLE implementations to verify encryption persistence

Monitoring Recommendations

  • Enable detailed logging on BLE controllers to track encryption state changes
  • Monitor for security advisories from Apache regarding NimBLE updates
  • Implement network segmentation to limit BLE device exposure
  • Conduct regular firmware inventory audits to identify devices running vulnerable NimBLE versions

How to Mitigate CVE-2025-52435

Immediate Actions Required

  • Upgrade Apache NimBLE to version 1.9.0 or later immediately
  • Audit all deployed devices and applications using NimBLE for affected versions
  • Implement physical security controls to limit unauthorized Bluetooth access in sensitive areas
  • Consider disabling BLE functionality on critical systems until patches can be applied

Patch Information

Apache has released version 1.9.0 of NimBLE which addresses this vulnerability. The fix is available through the official Apache MyNewt NimBLE repository. Two commits have been provided to address the issue:

  • GitHub Commit 164f1c2
  • GitHub Commit ec3d75e

Additional details are available via the Apache Mailing List Discussion.

Workarounds

  • Implement application-layer encryption (e.g., TLS) for sensitive data transmitted over BLE as a defense-in-depth measure
  • Reduce Bluetooth transmission power to limit the physical range available to potential eavesdroppers
  • Deploy BLE communications only in physically controlled environments until patching is complete
  • Consider alternative secure communication protocols if BLE patching is not immediately feasible
bash
# Verify NimBLE version in your project dependencies
cd /path/to/mynewt-project
newt info | grep nimble

# Update NimBLE to patched version
newt upgrade apache-mynewt-nimble
newt target set myapp nimble_version=1.9.0
newt build myapp

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApache Nimble

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-5
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • Apache Mailing List Discussion

  • Openwall OSS Security Post
  • Related CVEs
  • CVE-2025-62235: Apache NimBLE Auth Bypass 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