CVE-2026-7829
Modified Modified - Updated After Analysis

UltraVNC Repeater Post-Authentication Out-of-Bounds Write

Vulnerability report for CVE-2026-7829, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-01

Last updated on: 2026-07-09

Assigner: securin

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-09
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-20
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
uvnc ultravnc to 1.8.2.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in UltraVNC repeater through version 1.8.2.2 and involves a post-authentication out-of-bounds write in the allow/deny rule parser.

Specifically, after copying a rule token into fixed-size buffers (temp1[rule1] with 25 bytes, or temp2/temp3 with 16 bytes), the code writes a NUL terminator without ensuring the length is within the buffer size. If an authenticated administrator saves a rule with a token length equal to or greater than the buffer size, the NUL byte is written past the end of the stack-allocated array, corrupting adjacent stack data.

An attacker who has obtained administrator credentials (for example, via another vulnerability like CVE-2026-7839 involving a default password) can exploit this to trigger code execution on the repeater host.

Impact Analysis

This vulnerability can lead to code execution on the UltraVNC repeater host if exploited by an attacker with administrator credentials.

The impact includes corruption of stack data, which can be leveraged to execute arbitrary code, potentially allowing the attacker to take full control of the affected system.

Because the attacker needs administrator privileges to exploit this, the vulnerability is particularly dangerous if credentials are compromised or weak passwords are used.

Compliance Impact

The provided information does not specify how the UltraVNC repeater vulnerability directly affects compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

This vulnerability affects UltraVNC repeater versions through 1.8.2.2 and requires authenticated administrator access to exploit.

Immediate mitigation steps include:

  • Restrict administrative access to the UltraVNC repeater to trusted users only.
  • Change or secure administrator credentials, especially if default or weak passwords are in use (noting that CVE-2026-7839 involves default password issues).
  • Apply any available patches or updates from UltraVNC that address this vulnerability.
  • Monitor and limit network exposure of the UltraVNC repeater service to reduce risk of unauthorized access.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-7829. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart