CVE Catalog

CVE-2026-7829

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.57%

43th percentile - higher than 43% of all known CVEs

Summary

In UltraVNC repeater up to version 1.8.2.2, a post-authentication out-of-bounds write vulnerability exists. In the allow/deny rule parser, after copying a token into a fixed-size buffer, the code unconditionally writes a NUL terminator at position len without checking if it exceeds the buffer size. An authenticated administrator can save a rule with a token length equal to or greater than the buffer size, overwriting adjacent stack data.

Risk Assessment

An attacker who has obtained admin credentials (e.g., via CVE-2026-7839 default password) can exploit this vulnerability to achieve code execution on the repeater host. This leads to full server compromise and potential lateral movement within the network.

Recommendation

Immediately update UltraVNC repeater to a version later than 1.8.2.2 where this vulnerability is fixed. Until the update, change the default admin password and restrict access to the management panel to trusted IP addresses only.

Other vulnerabilities in UltraVNC repeater

See all
Original NVD description (English source)

UltraVNC repeater through 1.8.2.2 contains a post-authentication out-of-bounds write in the allow/deny rule parser. In repeater/webgui/settings.c:225-272, after strncpy_s copies a rule token into temp1[rule1] (25-byte destination) or temp2/temp3 (16-byte destination), the code unconditionally writes a NUL terminator at temp1[rule1][len] = 0 without clamping len to the destination size. When an authenticated administrator saves a rule with a token length equal to or greater than the destination size, the NUL byte is written one or more bytes past the end of the stack-allocated array, corrupting adjacent stack data. An attacker who has obtained admin credentials (including via CVE-2026-7839 default password) can trigger this to gain code execution on the repeater host.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS