7.5
HIGH CVSS 3.1
CVE-2026-7831
UltraVNC viewer off-by-one stack overflow in ServerInit desktop name parsing
Description

UltraVNC viewer through 1.8.2.2 contains an off-by-one stack buffer overflow in the RFB ServerInit message handler. In vncviewer/ClientConnection.cpp, when the server-supplied nameLength equals exactly 2024 the code declares a 2024-byte stack buffer _dn[2024] and calls ReadString(_dn, 2024). ReadString writes the NUL terminator at buf[length], i.e., _dn[2024], one byte past the end of the stack buffer. A malicious VNC server can trigger this condition by advertising a desktop name of length 2024 in its ServerInit message. On release builds without stack canaries the single-byte NUL overwrite adjacent stack data. On builds with /GS stack protection the canary is corrupted and the process terminates, resulting in denial of service. User interaction (connecting the viewer to the malicious server) is required.

INFO

Published Date :

July 1, 2026, 3:33 a.m.

Last Modified :

July 1, 2026, 3:33 a.m.

Remotely Exploit :

Yes !

Source :

securin
Affected Products

The following products are affected by CVE-2026-7831 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Uvnc ultravnc
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH 33c584b5-0579-4c06-b2a0-8d8329fcab9c
Solution
Apply vendor updates to fix an off-by-one stack buffer overflow in the RFB ServerInit message handler.
  • Update UltraVNC viewer to the latest version.
  • Apply relevant vendor patches for the viewer.
  • Ensure stack canaries are enabled for protection.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-7831 vulnerability anywhere in the article.

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.