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

CVE-2025-35003: Apache NuttX Buffer Overflow Vulnerability

CVE-2025-35003 is a buffer overflow flaw in Apache NuttX RTOS Bluetooth Stack that enables system crashes, denial of service, or code execution. This article covers technical details, affected versions, and fixes.

Published: March 11, 2026

CVE-2025-35003 Overview

CVE-2025-35003 identifies critical memory corruption vulnerabilities in the Apache NuttX Real-Time Operating System (RTOS) Bluetooth stack. Specifically, Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) and Stack-based Buffer Overflow vulnerabilities were discovered in the HCI and UART components of the Bluetooth stack. These flaws can be triggered by receiving maliciously crafted Bluetooth packets, potentially resulting in system crashes, denial of service, or arbitrary code execution on affected devices.

Apache NuttX is a widely deployed RTOS used in embedded systems, IoT devices, and resource-constrained environments. The network-accessible nature of this vulnerability, combined with the lack of required authentication or user interaction, makes it particularly dangerous for deployed devices in production environments.

Critical Impact

Unauthenticated remote attackers can exploit these buffer overflow vulnerabilities via malicious Bluetooth packets to achieve arbitrary code execution, completely compromising affected embedded systems and IoT devices.

Affected Products

  • Apache NuttX versions 7.25 through 12.8.x (prior to 12.9.0)
  • Apache NuttX RTOS Bluetooth Stack (HCI component)
  • Apache NuttX RTOS Bluetooth Stack (UART component)

Discovery Timeline

  • 2025-05-26 - CVE-2025-35003 published to NVD
  • 2025-07-08 - Last updated in NVD database

Technical Details for CVE-2025-35003

Vulnerability Analysis

The vulnerabilities reside in Apache NuttX's Bluetooth HCI (Host Controller Interface) and UART (Universal Asynchronous Receiver-Transmitter) stack components. These components are responsible for processing incoming Bluetooth packets and managing communication between the Bluetooth host and controller layers.

The core issue involves improper bounds checking when processing incoming Bluetooth packets. When malformed packets with unexpected length fields or payload sizes are received, the affected code fails to properly validate these boundaries before performing memory operations. This allows an attacker to overflow stack-based buffers, corrupting adjacent memory regions.

In embedded RTOS environments like NuttX, successful exploitation of stack-based buffer overflows can be particularly devastating. Unlike traditional operating systems, many embedded systems lack modern exploit mitigations such as ASLR or stack canaries, making code execution more reliable for attackers.

Root Cause

The root cause is insufficient input validation and boundary checking in the Bluetooth HCI and UART packet processing routines. Specifically, the code does not properly verify that incoming packet data fits within allocated buffer sizes before copying data, leading to stack-based buffer overflow conditions. This represents a classic CWE-119 violation where operations are not properly constrained to intended memory buffer boundaries.

Attack Vector

Exploitation occurs over the network via Bluetooth communication. An attacker within Bluetooth range of a vulnerable device can craft malicious Bluetooth packets with oversized or malformed data structures. When these packets are processed by the vulnerable HCI or UART components, the buffer overflow is triggered.

The attack requires no authentication and no user interaction, making it a direct remote code execution vector. The attacker can potentially:

  1. Send specially crafted Bluetooth packets to the target device
  2. Trigger buffer overflow in the HCI/UART packet processing code
  3. Overwrite return addresses or function pointers on the stack
  4. Achieve arbitrary code execution with the privileges of the RTOS kernel

For technical details on the vulnerability mechanism and the specific code changes, refer to the Apache NuttX GitHub Pull Request #16179 which contains the security fixes.

Detection Methods for CVE-2025-35003

Indicators of Compromise

  • Unexpected system crashes or resets on devices running Apache NuttX with Bluetooth enabled
  • Anomalous Bluetooth HCI traffic with oversized or malformed packet structures
  • Unusual behavior or unauthorized processes on embedded devices following Bluetooth activity
  • Memory corruption signatures or unexpected stack state in crash dumps

Detection Strategies

  • Deploy Bluetooth traffic monitoring to identify malformed or anomalous HCI/UART packets targeting vulnerable devices
  • Implement firmware integrity monitoring on NuttX-based devices to detect signs of compromise
  • Enable crash dump collection and analysis to identify potential exploitation attempts
  • Monitor for unexpected device reboots or service disruptions that may indicate exploitation

Monitoring Recommendations

  • Establish baseline Bluetooth communication patterns for NuttX devices and alert on deviations
  • Implement network segmentation to isolate IoT and embedded devices running vulnerable firmware
  • Deploy SentinelOne Singularity for IoT-capable endpoints to monitor for behavioral anomalies
  • Review device logs for Bluetooth stack errors or memory-related exceptions

How to Mitigate CVE-2025-35003

Immediate Actions Required

  • Upgrade all Apache NuttX deployments to version 12.9.0 or later immediately
  • Disable Bluetooth functionality on NuttX devices where it is not operationally required
  • Implement network segmentation to limit Bluetooth exposure of vulnerable devices
  • Review device inventory to identify all Apache NuttX deployments running versions 7.25 through 12.8.x

Patch Information

Apache NuttX version 12.9.0 contains the security fixes for these Bluetooth stack vulnerabilities. Users of NuttX's Bluetooth HCI/UART stack should upgrade to this version as soon as possible. The fix addresses the improper bounds checking in the HCI and UART components that allowed the buffer overflow conditions.

For detailed information on the code changes, refer to the GitHub Pull Request #16179. Additional discussion is available on the Apache Mailing List and the OpenWall OSS Security Thread.

Workarounds

  • Disable Bluetooth functionality entirely in the NuttX configuration if not required for device operation
  • Implement physical security controls to limit Bluetooth radio range exposure
  • Deploy perimeter controls to detect and block malicious Bluetooth activity where possible
  • Consider firmware rollback procedures and device recovery plans in case of compromise

If immediate patching is not feasible, disabling the Bluetooth stack components (HCI and UART) through NuttX configuration options can serve as a temporary mitigation. This can typically be achieved by modifying the defconfig file for your board configuration:

bash
# Disable Bluetooth in NuttX configuration
# Edit your board's defconfig file and ensure these options are disabled:
# CONFIG_BLUETOOTH=n
# CONFIG_BLUETOOTH_UART=n

# Rebuild firmware without Bluetooth support
cd nuttx
make distclean
./tools/configure.sh <board>:<config>
make

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechApache Nuttx

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.20%

  • 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-119
  • Technical References
  • Apache Mailing List Discussion

  • OpenWall OSS Security Thread
  • Vendor Resources
  • GitHub Pull Request #16179
  • Related CVEs
  • CVE-2025-48768: Apache NuttX RTOS DoS Vulnerability

  • CVE-2025-48769: Apache NuttX Use After Free 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