๐Ÿ” CVE Alert

CVE-2026-7831

HIGH 7.5

UltraVNC viewer off-by-one stack overflow in ServerInit desktop name parsing

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-193 CWE-787
Vendor uvnc
Product ultravnc
Published Jul 1, 2026
Stay Ahead of the Next One

Get instant alerts for uvnc ultravnc

Be the first to know when new high vulnerabilities affecting uvnc ultravnc are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
High

Affected Versions

uvnc / UltraVNC
0 โ‰ค 1.8.2.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
uvnc.com: https://uvnc.com/ github.com: https://github.com/ultravnc/UltraVNC

Credits

Arjun Basnet, Securin ([email protected])