The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2020-14364

CVE-2020-14364: QEMU USB Emulator DOS Vulnerability

CVE-2020-14364 is a denial of service flaw in QEMU's USB emulator that allows guest users to crash the QEMU process or potentially execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-14364 Overview

An out-of-bounds read/write access vulnerability was discovered in the USB emulator component of QEMU, a widely-used open-source machine emulator and virtualizer. This flaw exists in versions prior to 5.2.0 and occurs during USB packet processing when the USBDevicesetup_len parameter exceeds the bounds of the data_buf[4096] buffer within the do_token_in and do_token_out routines.

This vulnerability allows a malicious guest user to potentially crash the QEMU process, resulting in a denial of service condition. More critically, successful exploitation could lead to arbitrary code execution with the privileges of the QEMU process on the host system, enabling a guest-to-host escape scenario that undermines virtualization security boundaries.

Critical Impact

Guest-to-host escape vulnerability allowing denial of service or potential arbitrary code execution with QEMU process privileges on the host system.

Affected Products

  • QEMU versions prior to 5.2.0
  • Red Hat OpenStack 10 and 13
  • Red Hat Enterprise Linux 6.0, 7.0, and 8.0
  • Fedora 31 and 32
  • Debian Linux 9.0 and 10.0
  • openSUSE Leap 15.2
  • Canonical Ubuntu Linux 16.04 ESM, 18.04 LTS, and 20.04 LTS

Discovery Timeline

  • August 24, 2020 - Vulnerability publicly disclosed via Openwall OSS Security Discussion
  • August 31, 2020 - CVE-2020-14364 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-14364

Vulnerability Analysis

The vulnerability resides in QEMU's USB emulation subsystem, specifically within the USB device handling code. The root cause is an improper bounds check when processing USB control transfer packets from guest virtual machines. When a guest sends specially crafted USB packets, the setup_len value can be manipulated to exceed the allocated 4096-byte data_buf buffer, leading to out-of-bounds memory access.

This flaw allows an attacker operating within a guest VM to read or write memory outside the intended buffer boundaries. While the attack requires local access from within the guest and high privileges, the potential for VM escape makes this a significant concern for cloud providers and organizations running multi-tenant virtualized environments.

Root Cause

The vulnerability stems from insufficient validation of the setup_len parameter in the USB emulation code. The do_token_in and do_token_out routines fail to properly verify that the length specified by setup_len does not exceed the fixed-size data_buf[4096] buffer before performing read or write operations. This classic buffer boundary validation failure allows controlled out-of-bounds memory access.

Attack Vector

The attack vector is local, requiring the attacker to have access to a guest virtual machine running on the vulnerable QEMU hypervisor. The attacker must have sufficient privileges within the guest to interact with USB device emulation. By sending maliciously crafted USB packets with an oversized setup_len value, the attacker can trigger out-of-bounds read or write operations.

The exploitation process involves crafting USB control transfer requests that specify a setup_len value greater than 4096 bytes. When QEMU processes these packets, it reads from or writes to memory beyond the buffer boundaries, potentially corrupting adjacent memory structures or leaking sensitive information from the host process memory space.

Detection Methods for CVE-2020-14364

Indicators of Compromise

  • Unexpected QEMU process crashes or segmentation faults during guest USB operations
  • Anomalous memory access patterns or corruption within the QEMU process space
  • Unusual USB device activity originating from guest virtual machines
  • QEMU log entries indicating buffer overflows or memory access violations

Detection Strategies

  • Monitor QEMU process stability and investigate repeated crashes that coincide with guest USB activity
  • Deploy runtime memory protection tools to detect out-of-bounds access in virtualization processes
  • Implement host-based intrusion detection systems to monitor for unusual QEMU behavior
  • Audit guest VM activity for suspicious USB device enumeration or control transfer patterns

Monitoring Recommendations

  • Enable QEMU debug logging to capture detailed USB emulation events and potential error conditions
  • Configure system monitoring to alert on QEMU process termination or core dumps
  • Implement centralized logging for all virtualization hosts to correlate potential exploitation attempts
  • Review security advisories from distribution vendors for updated detection guidance

How to Mitigate CVE-2020-14364

Immediate Actions Required

  • Update QEMU to version 5.2.0 or later immediately on all affected systems
  • Apply vendor-specific patches from your Linux distribution as available
  • Consider temporarily disabling USB passthrough functionality for untrusted guest VMs
  • Review and restrict guest VM privileges where possible to limit attack surface

Patch Information

Multiple vendors have released patches addressing this vulnerability. Organizations should consult the relevant security advisories for their specific platform:

  • Red Hat Bug Report #1869201 - Red Hat tracking and patches
  • Debian Security Advisory DSA-4760 - Debian patch information
  • Ubuntu Security Notification USN-4511-1 - Ubuntu security updates
  • Gentoo GLSA 202009-14 - Gentoo Linux security advisory
  • openSUSE Security Announcement - openSUSE patches

Workarounds

  • Disable USB device emulation for guest VMs where USB functionality is not required
  • Use network-based alternatives instead of USB passthrough where feasible
  • Implement strict access controls to limit which users can create or modify guest VM configurations
  • Consider isolating high-risk guest workloads on dedicated hypervisor hosts
bash
# Example: Disable USB controller in QEMU command line
# Remove USB-related options or use -nodefaults to disable default devices
qemu-system-x86_64 -nodefaults -machine usb=off ...

# Verify QEMU version to ensure patched version is installed
qemu-system-x86_64 --version

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechQemu

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability12.78%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Technical References
  • openSUSE Security Announcement

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202009-14

  • Gentoo GLSA 202011-09

  • NetApp Security Advisory

  • Ubuntu Security Notification USN-4511-1

  • Debian Security Advisory DSA-4760

  • Openwall OSS Security Discussion

  • Openwall OSS Security Discussion
  • Vendor Resources
  • Red Hat Bug Report #1869201
  • Related CVEs
  • CVE-2026-2243: QEMU VMDK Image DoS Vulnerability

  • CVE-2025-14876: QEMU virtio-crypto DoS Vulnerability

  • CVE-2026-0665: QEMU KVM Xen Guest Support DoS Vulnerability

  • CVE-2024-7409: QEMU NBD Server DoS Vulnerability
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