CVE-2026-7831

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:uvnc:ultravnc:*:*:*:*:*:*:*:*

History

09 Jul 2026, 06:16

Type Values Removed Values Added
References
  • () https://www.securin.io/zero-days/cve-2026-7831-off-by-one-stack-overflow-viewer-namelength-ultravnc -

02 Jul 2026, 15:22

Type Values Removed Values Added
First Time Uvnc
Uvnc ultravnc
References () https://github.com/ultravnc/UltraVNC - () https://github.com/ultravnc/UltraVNC - Product
References () https://uvnc.com/ - () https://uvnc.com/ - Product, Release Notes
CPE cpe:2.3:a:uvnc:ultravnc:*:*:*:*:*:*:*:*

01 Jul 2026, 05:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-01 05:16

Updated : 2026-07-09 06:16


NVD link : CVE-2026-7831

Mitre link : CVE-2026-7831

CVE.ORG link : CVE-2026-7831


JSON object : View

Products Affected

uvnc

  • ultravnc
CWE
CWE-193

Off-by-one Error

CWE-787

Out-of-bounds Write