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-2026-3787

CVE-2026-3787: UltraVNC Privilege Escalation Vulnerability

CVE-2026-3787 is a privilege escalation vulnerability in UltraVNC 1.6.4.0 caused by uncontrolled search path manipulation in cryptbase.dll. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-3787 Overview

A DLL hijacking vulnerability has been identified in UltraVNC 1.6.4.0 on Windows platforms. This weakness affects an unknown function in the library cryptbase.dll within the Windows Service component. The vulnerability allows attackers with local access to manipulate the DLL search path, potentially leading to arbitrary code execution with elevated privileges. Exploitation requires a high degree of complexity and is reported as difficult.

Critical Impact

Local attackers can exploit the uncontrolled search path to load malicious DLLs, potentially achieving code execution with the privileges of the UltraVNC Windows Service.

Affected Products

  • UltraVNC 1.6.4.0
  • Microsoft Windows (all versions running affected UltraVNC)

Discovery Timeline

  • 2026-03-08 - CVE-2026-3787 published to NVD
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-3787

Vulnerability Analysis

This vulnerability is classified as CWE-426 (Untrusted Search Path), a weakness that occurs when an application searches for critical resources such as DLLs using an algorithm that can be influenced by an attacker. In the case of UltraVNC 1.6.4.0, the Windows Service component loads cryptbase.dll without properly validating or specifying the full path to the legitimate DLL.

When a Windows application loads a DLL without specifying an absolute path, Windows follows a predetermined search order that typically includes the application's current directory before system directories. An attacker who can place a malicious DLL in a location that precedes the legitimate DLL in this search path can achieve code execution within the context of the vulnerable application.

The attack requires local access to the target system, and the complexity is high because the attacker must have write access to a directory in the DLL search path and must time the attack to coincide with the service loading the library. The vendor was contacted early about this disclosure but did not respond in any way.

Root Cause

The root cause of this vulnerability is the failure to use absolute paths when loading the cryptbase.dll library within the UltraVNC Windows Service. This allows the Windows DLL search order to be exploited, enabling an attacker to inject a malicious DLL that will be loaded instead of the legitimate system library.

Attack Vector

The attack vector is local, requiring the attacker to already have some level of access to the target system. The attacker must:

  1. Identify a writable location in the DLL search path used by the UltraVNC service
  2. Place a malicious cryptbase.dll in that location
  3. Wait for or trigger the UltraVNC service to load the DLL

The vulnerability manifests when the UltraVNC Windows Service attempts to load cryptbase.dll from an uncontrolled search path. An attacker with local access and write permissions to a directory in the search path can place a malicious DLL that will be loaded by the service. For technical details, see the VulDB entry and the researcher's documentation.

Detection Methods for CVE-2026-3787

Indicators of Compromise

  • Presence of unexpected cryptbase.dll files in the UltraVNC installation directory or application working directories
  • Unusual DLL files appearing in directories within the system PATH that are writable by non-administrative users
  • UltraVNC service exhibiting unexpected behavior or network connections after restart

Detection Strategies

  • Monitor for DLL creation events in the UltraVNC installation directory and related paths using file integrity monitoring tools
  • Implement application whitelisting to detect unauthorized DLLs being loaded by the UltraVNC service
  • Use Sysmon or similar tools to log DLL loading events (Event ID 7) for the UltraVNC service process

Monitoring Recommendations

  • Enable Windows Event Logging for service start/stop events and correlate with DLL loading activities
  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to detect DLL hijacking attempts in real-time
  • Regularly audit directory permissions on paths included in the system DLL search order

How to Mitigate CVE-2026-3787

Immediate Actions Required

  • Restrict write permissions on the UltraVNC installation directory and any directories in the service's DLL search path
  • Ensure only administrators have write access to directories that appear early in the Windows DLL search order
  • Consider running the UltraVNC service with minimal required privileges to limit potential impact

Patch Information

No official patch is currently available from the vendor. The vendor was contacted early about this disclosure but did not respond. Organizations should monitor for future security updates from UltraVNC and consider the workarounds below. For additional technical details, refer to the VulDB advisory.

Workarounds

  • Apply strict directory permissions to prevent unauthorized users from placing DLLs in the search path
  • Consider using application control policies (AppLocker or Windows Defender Application Control) to restrict which DLLs can be loaded
  • Evaluate alternative remote access solutions if the risk is unacceptable for your environment
bash
# Example: Restrict permissions on UltraVNC installation directory
icacls "C:\Program Files\uvnc bvba\UltraVNC" /inheritance:r
icacls "C:\Program Files\uvnc bvba\UltraVNC" /grant:r "SYSTEM:(OI)(CI)F"
icacls "C:\Program Files\uvnc bvba\UltraVNC" /grant:r "Administrators:(OI)(CI)F"
icacls "C:\Program Files\uvnc bvba\UltraVNC" /grant:r "Users:(OI)(CI)RX"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechUvnc

  • 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 ID #349754

  • VulDB #349754

  • VulDB Submission #767257
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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