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-4962

CVE-2026-4962: UltraVNC Path Traversal Vulnerability

CVE-2026-4962 is a path traversal flaw in UltraVNC up to 1.6.4.0 affecting the version.dll library. Local attackers may exploit uncontrolled search paths. This article covers technical details, impact, and mitigation.

Published: April 2, 2026

CVE-2026-4962 Overview

A security flaw has been discovered in UltraVNC up to version 1.6.4.0 involving an uncontrolled search path vulnerability in the version.dll library component of the Service. This vulnerability allows a local attacker to potentially hijack the DLL loading process, which could lead to arbitrary code execution with the privileges of the UltraVNC service. The attack requires local access and is characterized by high complexity, making exploitation difficult but not impossible for a skilled attacker.

Critical Impact

Local attackers with low privileges can potentially achieve code execution through DLL search path hijacking, compromising confidentiality, integrity, and availability of affected systems running UltraVNC Service.

Affected Products

  • UltraVNC versions up to and including 1.6.4.0
  • UltraVNC Service component utilizing version.dll

Discovery Timeline

  • 2026-03-27 - CVE-2026-4962 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-4962

Vulnerability Analysis

This vulnerability is classified as CWE-426: Untrusted Search Path. The UltraVNC Service component improperly handles the loading of the version.dll library, failing to specify a secure search path for the DLL. When the service attempts to load version.dll, Windows follows its default DLL search order, which includes directories that may be writable by lower-privileged users.

An attacker with local access could place a malicious version.dll in a directory that precedes the legitimate DLL location in the search path. When the UltraVNC Service loads the DLL, the malicious version would be executed instead, potentially allowing the attacker to run arbitrary code with the privileges of the service.

The exploitation requires the attacker to have write access to a directory in the DLL search path and knowledge of when the service will be started or restarted. The vendor was contacted about this disclosure but did not respond.

Root Cause

The root cause of this vulnerability lies in the UltraVNC Service's failure to use secure DLL loading practices. Instead of specifying an absolute path when loading version.dll or using functions like SetDllDirectory() to restrict the search path, the application relies on the default Windows DLL search order. This allows an attacker to plant a malicious DLL in a location that will be searched before the legitimate DLL directory.

Attack Vector

The attack vector is local, requiring the attacker to have some level of access to the target system. The exploitation scenario involves:

  1. The attacker identifies that UltraVNC Service is installed and uses version.dll
  2. The attacker locates a writable directory in the DLL search path (such as the application's working directory or a directory in the system PATH)
  3. The attacker places a malicious version.dll in this directory
  4. When the UltraVNC Service is started or restarted, it loads the malicious DLL
  5. The malicious code executes with the privileges of the UltraVNC Service

The attack complexity is high because the attacker must have local access and write permissions to an appropriate directory, and must understand the specific DLL loading behavior of the application.

Detection Methods for CVE-2026-4962

Indicators of Compromise

  • Unexpected version.dll files present in non-standard directories, particularly the UltraVNC working directory or writable PATH directories
  • Modified timestamps on version.dll that don't match other UltraVNC installation files
  • Process creation events showing UltraVNC Service loading DLLs from unexpected locations
  • Suspicious processes spawned as children of the UltraVNC Service process

Detection Strategies

  • Monitor for DLL loading events from the UltraVNC Service process, particularly for version.dll loads from non-standard paths
  • Implement file integrity monitoring on UltraVNC installation directories to detect unauthorized file additions
  • Use endpoint detection tools to alert on DLL side-loading or DLL hijacking patterns
  • Deploy application whitelisting to prevent execution of unauthorized DLLs

Monitoring Recommendations

  • Enable Windows Sysmon logging with configuration to capture DLL load events (Event ID 7)
  • Configure security monitoring to alert on file creation in directories within the system PATH
  • Implement behavioral analytics to detect anomalous process relationships involving UltraVNC Service
  • Review service startup logs for any indication of DLL loading failures or unexpected behavior

How to Mitigate CVE-2026-4962

Immediate Actions Required

  • Audit systems for unauthorized version.dll files in the UltraVNC directory and PATH directories
  • Restrict write permissions on directories in the DLL search path to administrators only
  • Consider temporarily disabling UltraVNC Service on critical systems until a patch is available
  • Implement application control policies to prevent execution of unsigned DLLs

Patch Information

At the time of publication, no official patch has been released by the vendor. The vendor was contacted early about this disclosure but did not respond. Organizations should monitor the VulDB entry for updates on patch availability. Additional technical details are available through the VulDB CTI entry.

Workarounds

  • Use application control solutions (such as Windows Defender Application Control or AppLocker) to block execution of unsigned or untrusted DLLs
  • Ensure all directories in the system PATH environment variable have restricted write permissions (administrators only)
  • Run UltraVNC Service with the minimum required privileges
  • Consider using an alternative remote desktop solution until the vendor addresses this vulnerability
  • Implement network segmentation to limit exposure of systems running vulnerable UltraVNC versions
bash
# Restrict permissions on UltraVNC directory (run as Administrator)
icacls "C:\Program Files\uvnc bvba\UltraVNC" /inheritance:r /grant:r "SYSTEM:(OI)(CI)F" /grant:r "Administrators:(OI)(CI)F" /grant:r "Users:(OI)(CI)RX"

# Review DLLs in UltraVNC directory
dir "C:\Program Files\uvnc bvba\UltraVNC\*.dll" /s

# Check for version.dll in common hijack locations
dir "%USERPROFILE%\version.dll" 2>nul
dir "%TEMP%\version.dll" 2>nul

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechUltravnc

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-426
  • Technical References
  • Google Drive File

  • VulDB CTI #353839

  • VulDB #353839

  • VulDB Submission #777619
  • Related CVEs
  • CVE-2019-25600: UltraVNC Viewer DoS Vulnerability

  • CVE-2019-25601: UltraVNC Launcher DoS Vulnerability

  • CVE-2020-37132: UltraVNC Launcher DoS Vulnerability

  • CVE-2020-37133: UltraVNC Launcher DoS Vulnerability
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