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

CVE-2025-55095: USB Mass Storage Buffer Overflow Flaw

CVE-2025-55095 is a buffer overflow vulnerability in USB mass storage partition mounting that allows malicious disk images to trigger stack overflow through unlimited recursion. This article covers technical details, impact, and mitigation.

Published: January 30, 2026

CVE-2025-55095 Overview

A stack overflow vulnerability exists in Eclipse ThreadX USBX due to unbounded recursion in the _ux_host_class_storage_media_mount() function. This function is responsible for mounting partitions on a USB mass storage device and recursively processes extended partition entries without depth limits or cycle detection. A malicious or malformed disk image containing cyclic or excessively deep chains of extended partitions can trigger unbounded recursion, causing a stack overflow condition.

Critical Impact

An attacker with local access can craft a malicious USB mass storage device or disk image that exploits the unbounded recursion to cause a denial of service through stack exhaustion, potentially leading to system instability or crashes in embedded systems running USBX.

Affected Products

  • Eclipse ThreadX USBX (USB stack component)
  • Embedded systems and IoT devices utilizing USBX for USB mass storage handling
  • Real-time operating systems integrating the ThreadX USBX library

Discovery Timeline

  • 2026-01-27 - CVE CVE-2025-55095 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-55095

Vulnerability Analysis

The vulnerability is classified under CWE-121 (Stack-based Buffer Overflow) and stems from improper handling of recursive operations when processing USB mass storage partition tables. The _ux_host_class_storage_media_mount() function processes partition entries and, when encountering an extended partition type (UX_HOST_CLASS_STORAGE_PARTITION_EXTENDED or EXTENDED_LBA_MAPPED), recursively invokes itself to handle nested logical partitions.

The function _ux_host_class_storage_partition_read() parses up to four partition entries from the partition table. When an extended partition is encountered, it triggers a recursive call with a calculated sector offset. Without any safeguards on recursion depth or tracking of previously visited sectors, the code is susceptible to exploitation through carefully crafted partition chains.

Root Cause

The root cause is the absence of recursion depth limits and visited sector tracking in the partition mounting logic. When processing extended partitions, the code unconditionally recurses without checking:

  1. The current recursion depth against a maximum threshold
  2. Whether a sector has been previously visited (cycle detection)

This allows malformed disk images to create partition table structures that reference themselves or form deep chains, exhausting the call stack.

Attack Vector

The attack requires local access with the ability to connect a malicious USB mass storage device or provide a crafted disk image to the target system. The attacker constructs a partition table with:

  • Cyclic references where extended partition entries point back to previously processed sectors
  • Deeply nested chains of extended partitions exceeding the available stack space

When the USBX stack attempts to mount this malicious device, the unbounded recursion consumes stack memory until overflow occurs.

The vulnerable code path involves the recursive invocation pattern:

_ux_host_class_storage_media_mount() → _ux_host_class_storage_partition_read() → _ux_host_class_storage_media_mount() (recursive)

The recursion continues without bounds when extended partition entries are encountered, with each recursive call consuming stack space for function parameters and local variables. For a detailed technical analysis, see the GitHub Security Advisory.

Detection Methods for CVE-2025-55095

Indicators of Compromise

  • Unexpected system crashes or resets when USB mass storage devices are connected
  • Stack overflow exceptions or memory corruption errors in embedded system logs
  • Abnormally high CPU utilization during USB device enumeration
  • Core dumps or crash reports indicating deep call stacks in USBX partition handling functions

Detection Strategies

  • Monitor system stability when handling USB mass storage device connections
  • Implement stack usage monitoring to detect abnormal consumption during device mounting
  • Deploy SentinelOne Singularity to detect anomalous behavior patterns associated with stack exhaustion attacks
  • Review firmware logs for repeated partition mount failures or recursive function patterns

Monitoring Recommendations

  • Enable stack overflow detection mechanisms in embedded RTOS configurations
  • Implement watchdog timers to detect and recover from hung partition mounting operations
  • Log and alert on USB device connection events that result in abnormal processing times
  • Monitor memory usage patterns during USB mass storage enumeration sequences

How to Mitigate CVE-2025-55095

Immediate Actions Required

  • Review all deployed systems for USBX usage and identify vulnerable firmware versions
  • Restrict physical USB port access on critical embedded systems
  • Implement USB device allowlisting where feasible to prevent unknown devices from being processed
  • Plan firmware updates to incorporate patched USBX versions when available

Patch Information

A security advisory has been published by the Eclipse ThreadX project. Organizations should consult the GitHub Security Advisory for the latest patch information and remediation guidance. Updated USBX versions are expected to include recursion depth limits and cycle detection to prevent this vulnerability from being exploited.

Workarounds

  • Disable automatic USB mass storage mounting if not required for system functionality
  • Implement physical access controls to prevent unauthorized USB device connections
  • Deploy endpoint protection that can detect and block malicious USB device behavior
  • Consider disabling extended partition support if only primary partitions are required
bash
# Example: Disable USB mass storage in device configuration (platform-specific)
# Consult your platform documentation for specific configuration options
# For ThreadX USBX, consider disabling host storage class if not needed:
# UX_HOST_CLASS_STORAGE_DISABLE=1

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechUx Host Class

  • SeverityMEDIUM

  • CVSS Score4.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-121
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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