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
    • 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-2022-31693

CVE-2022-31693: VMware Tools for Windows DoS Vulnerability

CVE-2022-31693 is a denial-of-service flaw in VMware Tools for Windows VM3DMP driver that allows local attackers to crash the guest OS. This article covers the technical details, affected versions, and mitigation.

Updated: May 16, 2026

CVE-2022-31693 Overview

CVE-2022-31693 is a denial-of-service vulnerability in the VM3DMP driver shipped with VMware Tools for Windows. The flaw affects VMware Tools versions 12.x.y prior to 12.1.5, as well as all 11.x.y and 10.x.y releases. A local authenticated attacker inside a Windows guest operating system can trigger a kernel PANIC in the driver, causing the guest OS to become unavailable. The issue is classified under [CWE-404] (Improper Resource Shutdown or Release) and was disclosed in VMware Security Advisory VMSA-2022-0029.

Critical Impact

A local user in the Windows guest OS can crash the guest by triggering a PANIC in the VM3DMP driver, resulting in loss of availability for the virtual machine.

Affected Products

  • VMware Tools for Windows 12.x.y prior to 12.1.5
  • VMware Tools for Windows 11.x.y (all versions)
  • VMware Tools for Windows 10.x.y (all versions)

Discovery Timeline

  • 2023-06-07 - CVE-2022-31693 published to the National Vulnerability Database (NVD)
  • 2025-01-07 - Last updated in NVD database

Technical Details for CVE-2022-31693

Vulnerability Analysis

The vulnerability resides in the VM3DMP kernel-mode driver, a component of VMware Tools that supports virtualized 3D graphics functionality in Windows guests. A local user with standard privileges can issue input that the driver fails to handle safely, leading to a kernel PANIC. The result is a denial-of-service condition affecting the entire Windows guest OS.

The attack requires local access to the guest and low privileges. No user interaction is needed beyond executing the triggering code path. Confidentiality and integrity remain intact, but availability is fully impacted because the guest crashes.

Root Cause

The root cause maps to [CWE-404] Improper Resource Shutdown or Release within the VM3DMP driver. The driver does not properly validate or release resources when processing certain requests originating from user-mode in the guest. This unsafe handling drives the driver into an unrecoverable state, triggering a kernel PANIC and a guest-wide crash.

Attack Vector

An attacker must already possess local user privileges inside the Windows guest where VMware Tools is installed. From that position, the attacker interacts with the VM3DMP driver through standard user-mode-to-kernel-mode interfaces. The triggering interaction forces the driver into the faulty code path, causing the guest OS to PANIC. Because the attack is local and only affects the guest, it does not escape virtualization boundaries or impact the hypervisor host.

No public proof-of-concept exploit code is currently available for this issue, and it is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the VMware Security Advisory VMSA-2022-0029 for vendor technical details.

Detection Methods for CVE-2022-31693

Indicators of Compromise

  • Unexpected Windows guest bug checks (Blue Screen of Death) referencing the vm3dmp.sys driver in the crash dump or MEMORY.DMP analysis.
  • System event log entries such as Event ID 1001 (BugCheck) coinciding with user activity from non-administrative accounts.
  • Repeated guest VM crashes that recover normally without hypervisor host instability.

Detection Strategies

  • Analyze Windows kernel crash dumps with WinDbg and review the faulting module; investigate cases where vm3dmp.sys appears in the call stack.
  • Inventory VMware Tools versions across Windows guests and flag any installation below 12.1.5.
  • Correlate guest crash events with the user session that was active at crash time to identify potential local triggering.

Monitoring Recommendations

  • Forward Windows System and Application event logs from guests to a centralized logging or SIEM platform for crash event correlation.
  • Track VMware Tools version drift through configuration management or vulnerability scanning tooling.
  • Alert on repeated BugCheck events from the same guest or user context, which may indicate exploitation attempts rather than incidental faults.

How to Mitigate CVE-2022-31693

Immediate Actions Required

  • Upgrade VMware Tools for Windows to version 12.1.5 or later on all affected Windows guests.
  • Restrict local guest access on sensitive Windows VMs to trusted, authenticated users only.
  • Review VMware Tools inventory across the estate and prioritize guests running 10.x.y and 11.x.y, which have no fixed branch and must move to 12.1.5+.

Patch Information

VMware addressed the vulnerability in VMware Tools for Windows 12.1.5. Refer to the VMware Security Advisory VMSA-2022-0029 for official remediation guidance. Downstream advisories for affected ecosystems are available from NetApp Security Advisory NTAP-20221223-0009 and NetApp Security Advisory NTAP-20230824-0009.

Workarounds

  • Limit interactive and remote logon rights on Windows guests to reduce local attack surface until patching is complete.
  • Where 3D graphics acceleration is not required, disable virtual 3D support on the VM to reduce reliance on the VM3DMP driver.
  • Maintain current guest snapshots or backups so that DoS-induced crashes can be recovered quickly during the remediation window.
bash
# Example: check installed VMware Tools version on a Windows guest via PowerShell
Get-ItemProperty 'HKLM:\SOFTWARE\VMware, Inc.\VMware Tools' |
    Select-Object -Property ProductVersion, InstallPath

# Example: query the VM3DMP driver file version
Get-Item 'C:\Windows\System32\drivers\vm3dmp.sys' |
    Select-Object -ExpandProperty VersionInfo

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechVmware Tools

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo

  • CWE-404
  • Technical References
  • NetApp Security Advisory NTAP-20221223-0009

  • NetApp Security Advisory NTAP-20230824-0009
  • Vendor Resources
  • VMware Security Advisory VMSA-2022-0029
  • Related CVEs
  • CVE-2025-22247: VMware Tools Path Traversal Vulnerability

  • CVE-2023-20867: VMware Tools Auth Bypass Vulnerability

  • CVE-2023-34057: VMware Tools Privilege Escalation Flaw

  • CVE-2023-20900: VMware Tools Privilege Escalation Flaw
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