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-2023-34059

CVE-2023-34059: VMware Open VM Tools Privilege Escalation

CVE-2023-34059 is a file descriptor hijack vulnerability in VMware Open VM Tools that enables non-root users to simulate user inputs. This article covers technical details, affected versions, security impact, and mitigation.

Published: February 4, 2026

CVE-2023-34059 Overview

CVE-2023-34059 is a file descriptor hijack vulnerability in VMware's open-vm-tools package, specifically within the vmware-user-suid-wrapper component. A malicious actor with non-root privileges may be able to hijack the /dev/uinput file descriptor, allowing them to simulate user inputs on the affected system.

This vulnerability affects systems running open-vm-tools, which is commonly deployed in virtual machines hosted on VMware infrastructure. The vulnerability enables local privilege escalation through improper resource handling, potentially allowing attackers to inject arbitrary input events.

Critical Impact

Local attackers with non-root privileges can hijack the /dev/uinput file descriptor to simulate user inputs, potentially leading to unauthorized actions and privilege escalation on VMware guest systems.

Affected Products

  • VMware open-vm-tools (all versions prior to patched releases)
  • Debian Linux 10.0 (Buster)
  • Debian Linux 11.0 (Bullseye)
  • Debian Linux 12.0 (Bookworm)

Discovery Timeline

  • 2023-10-27 - CVE-2023-34059 published to NVD
  • 2025-03-06 - Last updated in NVD database

Technical Details for CVE-2023-34059

Vulnerability Analysis

The vulnerability exists in the vmware-user-suid-wrapper binary, which is a setuid-root helper program used by open-vm-tools to perform privileged operations on behalf of unprivileged users. The core issue involves improper handling of the /dev/uinput file descriptor during the execution lifecycle of the wrapper.

The /dev/uinput device provides a userspace interface for creating virtual input devices, allowing programs to inject keyboard and mouse events into the kernel's input subsystem. Under normal circumstances, access to this device requires root privileges. However, the vulnerability allows a non-root attacker to hijack an already-opened file descriptor to /dev/uinput that was legitimately opened by the setuid wrapper.

This type of file descriptor hijacking can occur when the setuid binary does not properly close or protect file descriptors before dropping privileges or executing other code. An attacker positioned to exploit this weakness could inject arbitrary keyboard strokes, mouse movements, and clicks, effectively controlling user input on the system.

Root Cause

The root cause is classified as CWE-404 (Improper Resource Shutdown or Release). The vmware-user-suid-wrapper fails to properly close or protect the /dev/uinput file descriptor during its execution, leaving it accessible to unprivileged code paths. This improper resource management allows the file descriptor to be inherited or accessed by malicious processes, enabling the hijack attack.

Attack Vector

The attack requires local access to the system with non-root user privileges. The attacker must be able to execute code on a VMware guest virtual machine where open-vm-tools is installed. The attack flow involves:

  1. Identifying when the vmware-user-suid-wrapper binary opens /dev/uinput
  2. Exploiting the race condition or improper cleanup to gain access to the file descriptor
  3. Using the hijacked file descriptor to inject malicious input events

The local attack vector with high complexity requirements means the attacker needs precise timing and understanding of the vulnerable code path. However, successful exploitation grants the attacker significant control over user input simulation, which can be leveraged for further privilege escalation or malicious actions.

Due to the absence of verified exploitation code in public repositories, the specific technical implementation details should be referenced from the VMware Security Advisory VMSA-2023-0024 and the Openwall OSS Security mailing list discussion.

Detection Methods for CVE-2023-34059

Indicators of Compromise

  • Unexpected processes accessing /dev/uinput device file
  • Suspicious execution patterns of vmware-user-suid-wrapper with unusual parent processes
  • Anomalous input events occurring without user interaction
  • Non-root processes holding file descriptors to /dev/uinput

Detection Strategies

  • Monitor file access to /dev/uinput using auditd rules to detect unauthorized access attempts
  • Implement process monitoring for vmware-user-suid-wrapper execution with anomaly detection for unusual calling patterns
  • Deploy endpoint detection rules that alert on non-standard file descriptor inheritance patterns involving privileged device files
  • Use SentinelOne's behavioral AI to detect abnormal input injection activities on VMware guest systems

Monitoring Recommendations

  • Configure audit logging for all access to /dev/uinput device: auditctl -w /dev/uinput -p rwxa -k uinput_access
  • Monitor for unusual setuid binary execution patterns on systems with open-vm-tools installed
  • Implement alerting on synthetic input events that don't correlate with physical user activity
  • Review process trees for unexpected relationships between non-root processes and the vmware-user-suid-wrapper

How to Mitigate CVE-2023-34059

Immediate Actions Required

  • Update open-vm-tools to the latest patched version available for your Linux distribution
  • Review and restrict access to systems where open-vm-tools is deployed until patches are applied
  • Monitor affected systems for signs of exploitation using the detection strategies outlined above
  • Consider temporarily disabling the vmware-user-suid-wrapper if the functionality is not critical to operations

Patch Information

VMware has released patches addressing this vulnerability. Administrators should apply the following updates based on their distribution:

  • VMware: Apply patches per VMware Security Advisory VMSA-2023-0024
  • Debian: Apply updates per Debian Security Advisory DSA-5543 and the Debian LTS Announcement
  • Fedora: Apply updates available through the Fedora Package Announcements

Workarounds

  • Restrict local user access on VMware guest systems to trusted administrators only
  • Remove setuid bit from vmware-user-suid-wrapper if the functionality is not required: chmod u-s /usr/bin/vmware-user-suid-wrapper
  • Implement mandatory access control (SELinux/AppArmor) policies to restrict access to /dev/uinput
  • Monitor and limit which processes can access the uinput subsystem using device cgroups
bash
# Audit rule configuration for monitoring /dev/uinput access
auditctl -w /dev/uinput -p rwxa -k uinput_access

# Check current permissions on vmware-user-suid-wrapper
ls -la /usr/bin/vmware-user-suid-wrapper

# Temporarily remove setuid bit (if functionality not required)
chmod u-s /usr/bin/vmware-user-suid-wrapper

# Verify open-vm-tools version
vmware-toolbox-cmd -v

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechVmware Open Vm Tools

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.08%

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

  • CWE-404
  • Technical References
  • Openwall OSS Security Update

  • Openwall OSS Security Update

  • Openwall OSS Security Update

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian Security Advisory DSA-5543

  • VMware Security Advisory VMSA-2023-0024

  • Openwall OSS Security Update
  • Vendor Resources
  • Openwall OSS Security Update
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

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

  • CVE-2025-26879: s2Member Plugin Reflected 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