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-2020-3986

CVE-2020-3986: VMware Horizon Client DoS Vulnerability

CVE-2020-3986 is a denial-of-service vulnerability in VMware Horizon Client for Windows caused by an out-of-bounds read flaw. This article covers the technical details, affected versions, impact, and mitigation steps.

Published: March 4, 2026

CVE-2020-3986 Overview

CVE-2020-3986 is an out-of-bounds read vulnerability affecting VMware Workstation (15.x) and Horizon Client for Windows (5.x before 5.4.4). The vulnerability exists in the Cortado ThinPrint component, specifically within the EMF Parser. A malicious actor with normal access to a virtual machine may be able to exploit this issue to create a partial denial-of-service condition or to leak memory from the TPView process running on the system where Workstation or Horizon Client for Windows is installed.

Critical Impact

Attackers with VM access can exploit the EMF Parser vulnerability to leak sensitive memory contents from the host TPView process or cause service disruption.

Affected Products

  • VMware Horizon Client for Windows (5.x before 5.4.4)
  • VMware Workstation Player (15.x)
  • VMware Workstation Pro (15.x)

Discovery Timeline

  • 2020-09-16 - CVE-2020-3986 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-3986

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory safety issue that occurs when the software reads data past the end or before the beginning of the intended buffer. In this case, the vulnerability resides in the Cortado ThinPrint component's EMF (Enhanced Metafile) Parser functionality.

The ThinPrint component is used to enable printing from virtual machines to host printers. When processing specially crafted EMF print data, the parser fails to properly validate buffer boundaries, allowing an attacker to read memory beyond allocated boundaries. This can result in information disclosure from the TPView process memory space or cause application instability leading to denial of service.

The attack requires local access, meaning the attacker must have normal user access to a virtual machine running on the affected host. From this position, they can send malicious print jobs containing specially crafted EMF data to trigger the vulnerability.

Root Cause

The root cause of this vulnerability is improper bounds checking in the EMF Parser within the Cortado ThinPrint component. When processing EMF records, the parser does not adequately validate that read operations stay within the allocated buffer boundaries, allowing out-of-bounds memory access. This is a classic memory safety issue where input validation fails to prevent malformed or malicious data from causing unintended memory operations.

Attack Vector

The attack vector for CVE-2020-3986 requires local access to a virtual machine running on the affected VMware Workstation or Horizon Client installation. An attacker with normal user privileges within the VM can exploit this vulnerability through the following attack flow:

  1. The attacker gains access to a guest virtual machine (standard user access is sufficient)
  2. The attacker crafts a malicious EMF file or print job containing specially constructed EMF records
  3. When the ThinPrint component processes this data, the vulnerable EMF Parser reads beyond buffer boundaries
  4. This results in either memory disclosure from the TPView process or a partial denial-of-service condition on the host system

The vulnerability does not enable direct code execution but can leak sensitive information from the host process memory, which could potentially be leveraged in a multi-stage attack.

Detection Methods for CVE-2020-3986

Indicators of Compromise

  • Unexpected crashes or restarts of the TPView.exe process on systems running VMware Workstation or Horizon Client
  • Anomalous print job activity originating from virtual machines, particularly with unusual EMF file sizes or structures
  • Memory access violations logged in Windows Event Viewer related to ThinPrint components

Detection Strategies

  • Monitor for abnormal behavior of the TPView.exe process including unexpected terminations or high memory usage
  • Implement endpoint detection rules to identify suspicious print spooler activity from virtual machine sessions
  • Deploy application crash monitoring to detect repeated failures in ThinPrint-related processes
  • Use memory protection features to detect out-of-bounds read attempts in critical processes

Monitoring Recommendations

  • Enable verbose logging for VMware ThinPrint components to capture potential exploitation attempts
  • Configure SIEM rules to correlate VM-initiated print jobs with subsequent TPView process anomalies
  • Implement host-based intrusion detection to monitor for memory scanning patterns targeting the TPView process
  • Review print queue logs for malformed or suspicious EMF data submissions from guest VMs

How to Mitigate CVE-2020-3986

Immediate Actions Required

  • Update VMware Horizon Client for Windows to version 5.4.4 or later immediately
  • Update VMware Workstation to the latest patched version as specified in VMSA-2020-0020
  • If patching is not immediately possible, consider disabling the ThinPrint feature as a temporary workaround
  • Restrict virtual machine access to trusted users only until patches can be applied

Patch Information

VMware has released security updates to address this vulnerability. Administrators should consult the VMware Security Advisory VMSA-2020-0020 for detailed patch information and download links. For Horizon Client for Windows, upgrade to version 5.4.4 or later. For VMware Workstation, apply the appropriate security update as documented in the advisory.

Workarounds

  • Disable the Cortado ThinPrint virtual printing feature in VMware Workstation or Horizon Client settings if not required for operations
  • Restrict network access to virtual machines to limit potential attacker entry points
  • Implement application whitelisting to prevent unauthorized processes from interacting with ThinPrint components
  • Use VM isolation features to minimize the attack surface between guest and host systems
bash
# To disable ThinPrint in VMware Workstation, add the following to the VM's .vmx configuration file:
isolation.tools.vixguestlibcap.disable = "TRUE"
thinprint.disable = "TRUE"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechVmware Horizon Client

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Vendor Resources
  • VMware Security Advisory VMSA-2020-0020
  • Related CVEs
  • CVE-2023-34038: VMware Horizon Information Disclosure

  • CVE-2023-34037: VMware Horizon HTTP Smuggling Vulnerability

  • CVE-2020-3961: VMware Horizon Client Privilege Escalation
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