A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-47104

CVE-2026-47104: libusb Out-of-Bounds Read DoS Vulnerability

CVE-2026-47104 is a one-byte out-of-bounds read flaw in libusb before version 1.0.30 that enables denial of service attacks via malformed USB descriptors. This article covers technical details, affected versions, and mitigations.

Published: May 28, 2026

CVE-2026-47104 Overview

CVE-2026-47104 is a one-byte out-of-bounds read vulnerability in libusb versions prior to 1.0.30. The flaw resides in the parse_iad_array() function within descriptor.c. When parsing a malformed USB descriptor whose bLength equals size minus one, the bounds check incorrectly references the original buffer size instead of the remaining size. An attacker supplying crafted descriptors through libusb_get_active_interface_association_descriptors or libusb_get_interface_association_descriptors can read one byte past the end of the malloc allocation. The condition produces a denial of service in applications linked against the vulnerable library, with virtualized environments using USB passthrough as a primary exposure path.

Critical Impact

Local attackers can trigger denial of service in applications using libusb by passing crafted USB descriptors, particularly impactful in virtualization platforms exposing USB devices to guests.

Affected Products

  • libusb versions prior to 1.0.30
  • Applications and services linked against vulnerable libusb builds
  • Virtualization platforms relying on libusb for USB passthrough

Discovery Timeline

  • 2026-05-27 - CVE-2026-47104 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-47104

Vulnerability Analysis

The vulnerability is classified as an Out-of-Bounds Read [CWE-125] and affects the descriptor parsing logic in libusb. The parse_iad_array() function in descriptor.c validates the bLength field of an Interface Association Descriptor (IAD) against the wrong size variable. When bLength equals size - 1, the function compares against the original buffer length rather than the remaining unparsed bytes. The parser advances past valid boundaries and reads a single byte beyond the allocated heap region returned by malloc. The consequence is process termination or undefined behavior in the calling application, producing a denial of service in any consumer of the affected APIs.

Root Cause

The root cause is an incorrect bounds variable inside parse_iad_array(). The check uses the initial buffer size constant rather than tracking the decremented remaining size as parsing progresses through descriptor structures. This off-by-one logic flaw permits the function to access one byte beyond the heap allocation when the supplied bLength is crafted to equal the original size minus one. The upstream fix in the GitHub commit 578ab76 corrects the size accounting in the bounds comparison.

Attack Vector

Exploitation requires local access or the ability to deliver crafted USB descriptors to an application using libusb. In virtualized environments with USB passthrough, a guest can present a malicious virtual USB device whose descriptors reach the host parser. Applications calling libusb_get_active_interface_association_descriptors or libusb_get_interface_association_descriptors against attacker-controlled descriptors trigger the one-byte read past the allocation. The result is a denial of service against the application or the host service mediating USB access. Confidentiality and integrity are not affected per the CVSS 4.0 vector. Refer to the Vulncheck advisory for additional technical context.

Detection Methods for CVE-2026-47104

Indicators of Compromise

  • Unexpected crashes or aborts in processes linking libusb.so when handling USB devices
  • Repeated attachment of unfamiliar USB devices in virtualization hosts immediately preceding service failures
  • AddressSanitizer or kernel logs reporting heap-buffer-overflow reads in parse_iad_array

Detection Strategies

  • Inventory installed libusb versions across Linux endpoints, servers, and hypervisor hosts to identify builds older than 1.0.30
  • Audit virtualization platforms (QEMU/KVM, VirtualBox) for USB passthrough configurations exposing host libusb to guests
  • Run fuzzed descriptor samples against test workloads in non-production environments to confirm parser hardening after patching

Monitoring Recommendations

  • Monitor process crash telemetry and core dumps from services that enumerate USB devices
  • Alert on abnormal USB device attach events on multi-tenant hypervisors or shared workstations
  • Track package manager update events to confirm libusb upgrades reach all affected hosts

How to Mitigate CVE-2026-47104

Immediate Actions Required

  • Upgrade libusb to version 1.0.30 or later on all systems, referencing the v1.0.30 release notes
  • Restart applications and services dynamically linked against libusb after patching to load the fixed library
  • Disable USB passthrough on virtualization hosts where guests are untrusted until the host library is patched

Patch Information

The fix is committed upstream in libusb commit 578ab76b and shipped in the v1.0.30 release. Distribution-provided packages should be applied through the standard package manager once vendors publish updated builds. Background and discussion are tracked in libusb issue #1813 and pull request #1814.

Workarounds

  • Restrict physical and virtual USB access to trusted devices only on systems running unpatched libusb
  • Remove or disable USB passthrough configurations in hypervisors until the patched library is deployed
  • Apply USB device filtering policies (udev rules, hypervisor allowlists) to block unknown vendor/product IDs
bash
# Configuration example - verify installed libusb version on Linux
dpkg -l | grep libusb         # Debian/Ubuntu
rpm -qa | grep libusb         # RHEL/Fedora
ldconfig -p | grep libusb-1.0 # Confirm runtime library path

# Upgrade via package manager
sudo apt-get update && sudo apt-get install --only-upgrade libusb-1.0-0

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLibusb

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Commit Update

  • GitHub Issue Discussion

  • GitHub Pull Request

  • GitHub Release v1.0.30

  • Vulncheck Advisory on Libusb
  • Related CVEs
  • CVE-2026-23679: libusb NULL Pointer Dereference DoS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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