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-2019-25600

CVE-2019-25600: UltraVNC Viewer DoS Vulnerability

CVE-2019-25600 is a denial of service flaw in UltraVNC Viewer 1.2.2.4 caused by buffer overflow. Attackers crash the application using oversized strings. This article covers technical details, impact, and mitigation.

Published: March 27, 2026

CVE-2019-25600 Overview

CVE-2019-25600 is a denial of service vulnerability affecting UltraVNC Viewer version 1.2.2.4. The vulnerability exists due to improper input validation in the VNC Server input field, allowing attackers to crash the application by supplying an oversized string. When a malicious string containing 256 or more repeated characters is pasted into the VNC Server field and the Connect button is clicked, a buffer overflow condition occurs that terminates the viewer process.

UltraVNC is a popular open-source remote desktop software used extensively in enterprise environments for remote administration and support purposes. This vulnerability poses a risk to organizations relying on UltraVNC for remote connectivity, as attackers could disrupt remote access capabilities.

Critical Impact

Attackers can cause application crashes through buffer overflow by injecting oversized input into the VNC Server field, leading to denial of service and potential disruption of remote administration capabilities.

Affected Products

  • UltraVNC Viewer 1.2.2.4

Discovery Timeline

  • 2026-03-22 - CVE CVE-2019-25600 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2019-25600

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), which occurs when the software writes data past the end of the intended buffer. In the context of UltraVNC Viewer, the application fails to properly validate the length of user-supplied input in the VNC Server connection field before processing it. When an attacker provides an input string exceeding the expected buffer size (256 characters or more), the application attempts to write beyond the allocated memory boundaries, resulting in memory corruption and subsequent application crash.

The vulnerability requires user interaction to exploit, as an attacker would need to convince a user to paste a malicious string into the VNC Server field or potentially leverage social engineering tactics. However, the attack can be executed remotely via network-based scenarios where the attacker controls the input to the VNC Server field.

Root Cause

The root cause of this vulnerability lies in insufficient input length validation within the VNC Server connection handling code. The application allocates a fixed-size buffer for storing the server address but does not enforce bounds checking when copying user input into this buffer. This allows oversized input to overflow the buffer, corrupting adjacent memory and causing the application to crash.

The lack of proper input sanitization and boundary validation represents a fundamental secure coding oversight that could have been prevented through the use of safe string handling functions that enforce length limits.

Attack Vector

The attack vector is network-based with a requirement for user interaction. An attacker can exploit this vulnerability through the following methods:

  1. Direct Input Injection: An attacker with local or remote access to the UltraVNC Viewer interface pastes a crafted string of 256+ repeated characters into the VNC Server field and clicks Connect
  2. Social Engineering: An attacker convinces a victim to copy-paste a malicious connection string, potentially disguised as a legitimate VNC server address
  3. Clipboard Manipulation: In scenarios where clipboard contents can be controlled, an attacker could plant malicious input that gets pasted into the VNC Server field

The exploitation is straightforward and requires no special privileges or authentication. When the oversized string is processed during the connection attempt, the buffer overflow triggers an unhandled exception, causing the application to crash immediately.

For detailed technical analysis and proof-of-concept information, refer to Exploit-DB #46702.

Detection Methods for CVE-2019-25600

Indicators of Compromise

  • Unexpected UltraVNC Viewer application crashes or terminations
  • Windows Error Reporting events indicating UltraVNC Viewer crashes with access violation or stack buffer overflow errors
  • Presence of crash dump files related to vncviewer.exe with memory corruption signatures
  • Unusual clipboard activity involving long strings prior to UltraVNC crashes

Detection Strategies

  • Monitor Windows Application Event Logs for repeated crash events associated with UltraVNC Viewer (vncviewer.exe)
  • Deploy endpoint detection rules to identify buffer overflow patterns in UltraVNC processes
  • Implement application crash monitoring to detect potential exploitation attempts through recurring crashes
  • Use SentinelOne's behavioral AI to detect anomalous application terminations indicative of exploitation

Monitoring Recommendations

  • Enable detailed crash reporting for UltraVNC applications to capture stack traces and memory states
  • Implement centralized logging for application crash events across the enterprise
  • Configure SentinelOne endpoint agents to monitor for process crashes with buffer overflow indicators
  • Establish baseline crash rates to identify anomalous spikes that may indicate active exploitation attempts

How to Mitigate CVE-2019-25600

Immediate Actions Required

  • Upgrade UltraVNC Viewer to the latest available version from the official UltraVNC website
  • Restrict access to UltraVNC Viewer to authorized users only
  • Implement application whitelisting to control which users can execute VNC client software
  • Educate users about the risks of pasting untrusted content into connection dialogs
  • Consider alternative VNC clients with stronger input validation until patching is complete

Patch Information

Organizations should upgrade to a patched version of UltraVNC Viewer that addresses this input validation issue. Visit the UltraVNC Download Page to obtain the latest version. Review the VulnCheck Advisory for additional guidance on remediation.

Workarounds

  • Implement network segmentation to limit exposure of systems running vulnerable UltraVNC versions
  • Use SentinelOne endpoint protection to monitor and alert on suspicious application behavior
  • Deploy input filtering at the network perimeter to block known exploit patterns
  • Restrict clipboard functionality in high-security environments where UltraVNC is used
  • Consider using VPN or secure tunnels to limit network exposure of VNC connections
bash
# Configuration example - Restrict UltraVNC Viewer access via Windows Group Policy
# Create a Software Restriction Policy to limit UltraVNC execution

# 1. Open Group Policy Editor (gpedit.msc)
# 2. Navigate to: Computer Configuration > Windows Settings > Security Settings > Software Restriction Policies
# 3. Create new policy and add path rule for vncviewer.exe
# 4. Set security level to "Disallowed" for unauthorized users

# Alternative: Use application control via SentinelOne to block or monitor vncviewer.exe execution
# SentinelOne Console: Sentinels > [Select Group] > Policy > Application Control > Add Rule

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechUltravnc

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Exploit-DB #46702

  • UVNC Official Site

  • UltraVNC Download Page

  • VulnCheck Advisory on UltraVNC
  • Related CVEs
  • CVE-2019-25601: UltraVNC Launcher DoS Vulnerability

  • CVE-2020-37132: UltraVNC Launcher DoS Vulnerability

  • CVE-2020-37133: UltraVNC Launcher DoS Vulnerability

  • CVE-2020-37134: UltraVNC Viewer DoS Vulnerability
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