๐Ÿ” CVE Alert

CVE-2026-7829

HIGH 7.2

UltraVNC repeater authenticated out-of-bounds write in rule parser via oversized token

CVSS Score
7.2
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE 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:H/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
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])