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

CVE-2025-55100: Eclipse ThreadX USBX Buffer Overflow Flaw

CVE-2025-55100 is a buffer overflow vulnerability in Eclipse ThreadX USBX affecting versions before 6.4.3. The flaw enables out-of-bounds reads during audio sampling frequency parsing. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 18, 2026

CVE-2025-55100 Overview

CVE-2025-55100 is an out-of-bounds read vulnerability affecting Eclipse Foundation's USBX module, the USB support component for ThreadX real-time operating system. The vulnerability exists in the _ux_host_class_audio10_sam_parse_func() function, which improperly handles boundary checking when parsing a list of sampling frequencies from USB audio devices. An attacker with physical access to a vulnerable device could potentially exploit this flaw to read memory beyond intended boundaries, leading to information disclosure.

Critical Impact

Physical access exploitation could allow attackers to read sensitive memory contents from embedded devices running ThreadX USBX, potentially exposing configuration data, cryptographic material, or other sensitive information stored in adjacent memory regions.

Affected Products

  • Eclipse ThreadX USBX versions prior to 6.4.3

Discovery Timeline

  • 2025-10-17 - CVE CVE-2025-55100 published to NVD
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2025-55100

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory safety issue that occurs when the application reads data past the end or before the beginning of the intended buffer. In the context of USBX, the _ux_host_class_audio10_sam_parse_func() function fails to properly validate the bounds of the sampling frequency list before parsing, allowing read operations to access memory beyond the allocated buffer.

The physical attack vector requires an adversary to connect a maliciously crafted USB audio device to the target system. When the USBX host driver attempts to enumerate and parse the audio device's sampling frequency descriptors, the vulnerable parsing function can be tricked into reading beyond the expected data boundaries.

Root Cause

The root cause lies in insufficient input validation within the audio class parsing function. When processing USB audio 1.0 sampling frequency descriptors, the function does not adequately verify that the number of sampling frequencies specified in the descriptor matches the actual data length available. This allows a specially crafted USB descriptor to cause the parser to read memory contents beyond the legitimate descriptor data.

Attack Vector

The attack requires physical access to connect a malicious USB device to the target embedded system. The attacker must craft a USB audio device descriptor with a sampling frequency count that exceeds the actual data provided, causing the vulnerable function to perform out-of-bounds memory reads during enumeration.

The exploitation scenario involves:

  1. Attacker creates a malicious USB audio device with crafted descriptors
  2. Attacker physically connects the device to a system running vulnerable USBX
  3. USBX host stack enumerates the device and calls _ux_host_class_audio10_sam_parse_func()
  4. The function reads beyond buffer boundaries based on the falsified frequency count
  5. Information from adjacent memory regions may be exposed through device responses or timing analysis

Detection Methods for CVE-2025-55100

Indicators of Compromise

  • Unexpected USB device enumeration failures or crashes in embedded systems
  • System instability when connecting USB audio devices
  • Unusual memory access patterns in ThreadX USBX debug logs
  • Unexplained data in USB communication traces during device enumeration

Detection Strategies

  • Monitor for abnormal USB device connection events, particularly audio class devices with unusual descriptors
  • Implement memory access monitoring or memory protection units (MPU) to detect out-of-bounds read attempts
  • Review USB enumeration logs for devices with suspicious or malformed audio descriptors
  • Deploy endpoint detection solutions capable of monitoring USB stack behavior on embedded systems

Monitoring Recommendations

  • Enable detailed logging for USB device enumeration events
  • Configure hardware watchdog and MPU alerts for memory access violations
  • Audit physical access to embedded devices running vulnerable USBX versions
  • Implement USB device whitelisting where operationally feasible

How to Mitigate CVE-2025-55100

Immediate Actions Required

  • Upgrade Eclipse ThreadX USBX to version 6.4.3 or later immediately
  • Restrict physical access to embedded devices running vulnerable USBX versions
  • Disable USB audio class support if not required for device operation
  • Implement USB device filtering to block unknown or unauthorized audio devices

Patch Information

Eclipse Foundation has addressed this vulnerability in USBX version 6.4.3. Organizations should update their ThreadX USBX installations to this version or later. The security advisory with complete details is available through the GitHub Security Advisory.

Workarounds

  • Disable USB audio class enumeration in USBX configuration if audio functionality is not required
  • Implement physical security controls to prevent unauthorized USB device connections
  • Deploy hardware-based USB device authentication where supported
  • Configure USBX to only enumerate trusted/known USB devices through VID/PID filtering

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechEclipse Threadx Usbx

  • SeverityLOW

  • CVSS Score2.4

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-125
  • Vendor Resources
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

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

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability

  • CVE-2025-22793: Bold Pagos En Linea 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