Description
UltraVNC repeater through 1.8.2.2 contains a global buffer overflow in its embedded HTTP administration server. The functions wi_senderr() and wi_replyhdr() in repeater/webgui/webutils.c write the caller-supplied HTTP request URI into a fixed 1000-byte global buffer (hdrbuf) via unchecked sprintf calls. The HTTP receive buffer accepts URIs up to approximately 150 KB (WI_RXBUFSIZE = 153600), so an unauthenticated attacker who can reach the repeater HTTP port (default TCP 80) can overflow hdrbuf by at least 500 bytes with a single HTTP request containing a URI of 1500 bytes or longer, corrupting adjacent .bss-segment globals. The overflow occurs before any authentication check, making it reachable without credentials. A remote, unauthenticated attacker can achieve arbitrary code execution on the host running the repeater.
Published: 2026-07-01
Score: 9.3 Critical
EPSS: 1.4% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The UltraVNC Repeater, version 1.8.2.2, contains a global buffer overflow in its embedded HTTP administration server. The functions wi_senderr() and wi_replyhdr() copy the request URI into a fixed 1,000‑byte global buffer via unchecked sprintf calls. Because the HTTP receive buffer accepts URIs up to approximately 150 KB, an unauthenticated attacker who can reach the repeater’s HTTP port can overflow the buffer by at least 500 bytes with a single request containing a URI of 1,500 bytes or longer, corrupting adjacent .bss‑segment globals. The overflow occurs before any authentication check, enabling remote, unauthenticated arbitrary code execution on the host.

Affected Systems

Affected systems are installations of UltraVNC Repeater running version 1.8.2.2 or earlier that have the HTTP administration interface enabled. The vulnerability resides in the repeater’s built‑in HTTP server, which listens on default port 80. No other vendors or product versions are known to be affected by this specific buffer overflow.

Risk and Exploitability

Using the CVSS 9.3 score, this vulnerability is classified as Critical. The EPSS score of 1 % indicates a low but non‑zero likelihood of exploitation. The flaw is not yet listed in the CISA KEV catalog, but it can be leveraged without credentials over the Internet or any network that allows access to port 80. Given the remote, unauthenticated nature of the attack and the high severity of the impact, administrators should treat this as the highest priority issue.

Generated by OpenCVE AI on July 17, 2026 at 13:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade UltraVNC Repeater to a version that eliminates the HTTP buffer overflow
  • Restrict access to the repeater’s HTTP administration port by firewall or access control lists so that only trusted administrators can reach it
  • Disable the HTTP administration interface entirely if it is not required for your operations

Generated by OpenCVE AI on July 17, 2026 at 13:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 05:30:00 +0000


Wed, 01 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Uvnc
Uvnc ultravnc
Vendors & Products Uvnc
Uvnc ultravnc

Wed, 01 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
Description UltraVNC repeater through 1.8.2.2 contains a global buffer overflow in its embedded HTTP administration server. The functions wi_senderr() and wi_replyhdr() in repeater/webgui/webutils.c write the caller-supplied HTTP request URI into a fixed 1000-byte global buffer (hdrbuf) via unchecked sprintf calls. The HTTP receive buffer accepts URIs up to approximately 150 KB (WI_RXBUFSIZE = 153600), so an unauthenticated attacker who can reach the repeater HTTP port (default TCP 80) can overflow hdrbuf by at least 500 bytes with a single HTTP request containing a URI of 1500 bytes or longer, corrupting adjacent .bss-segment globals. The overflow occurs before any authentication check, making it reachable without credentials. A remote, unauthenticated attacker can achieve arbitrary code execution on the host running the repeater.
Title UltraVNC repeater HTTP server global buffer overflow via long URI (pre-auth RCE)
Weaknesses CWE-787
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: securin

Published:

Updated: 2026-07-09T04:36:16.157Z

Reserved: 2026-05-05T07:30:59.460Z

Link: CVE-2026-7840

cve-icon Vulnrichment

Updated: 2026-07-01T12:33:45.673Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-17T13:30:04Z

Weaknesses