Description
UltraVNC repeater through 1.8.2.2 initializes the HTTP administration server with a hardcoded default password. In repeater/webgui/settings.c:197, when settings2.txt is absent on first run the repeater writes the literal string "adminadmi2" as the admin password via strcpy_s(saved_password, 64, "adminadmi2"). The HTTP Basic-auth handler wi_decode_auth() checks this password without rate-limiting or lockout. Any remote attacker who can reach the repeater HTTP port (default TCP 80) can authenticate as administrator using the well-known default credential on a fresh or unmodified installation, gaining full control of the repeater configuration including allow/deny rules and session visibility.
Published: 2026-07-01
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The background firmware includes a hard‑coded administrator password initialized during the first launch of the UltraVNC Repeater when the settings file does not yet exist. This password "adminadmi2" is written to the configuration via a standard string copy operation that does not implement any rate limiting or lockout on the HTTP Basic‑auth handler. By reaching the repeater’s HTTP port (default TCP 80) a remote attacker can immediately authenticate as an administrator and fully control the repeater configuration, including session allow/deny lists and visibility into remote sessions.

Affected Systems

The vulnerable code path exists in the UltraVNC Repeater releases up to and including 1.8.2.2. Any installation that has not yet set a custom administrator password after its first start is affected. The vendor is UltraVNC (uvnc:UltraVNC).

Risk and Exploitability

The CVSS score of 9.1 reflects the high impact of this flaw, and the lack of any EPSS or KEV listing does not diminish the risk of exploitation. Because the authentication check is exposed on a public HTTP interface with no mitigations, a remote actor can trivially obtain administrative privileges by supplying the well‑known credentials. The resulting elevated privileges allow complete manipulation of the repeater, potentially affecting confidentiality, integrity, and availability of all managed sessions.

Generated by OpenCVE AI on July 1, 2026 at 13:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade UltraVNC Repeater to a version that removes the hard‑coded password or patches the authentication logic
  • If an upgrade is not immediately possible, log in to the web console and change the administrator password to a strong, unique value
  • Restrict external network access to the repeater’s HTTP administration port (e.g., firewall or network segmentation)
  • Monitor inbound traffic for attempts to connect to the HTTP port and for repeated authentication failures

Generated by OpenCVE AI on July 1, 2026 at 13:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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


Fri, 03 Jul 2026 02: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 14:00:00 +0000

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

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

Type Values Removed Values Added
Description UltraVNC repeater through 1.8.2.2 initializes the HTTP administration server with a hardcoded default password. In repeater/webgui/settings.c:197, when settings2.txt is absent on first run the repeater writes the literal string "adminadmi2" as the admin password via strcpy_s(saved_password, 64, "adminadmi2"). The HTTP Basic-auth handler wi_decode_auth() checks this password without rate-limiting or lockout. Any remote attacker who can reach the repeater HTTP port (default TCP 80) can authenticate as administrator using the well-known default credential on a fresh or unmodified installation, gaining full control of the repeater configuration including allow/deny rules and session visibility.
Title UltraVNC repeater ships hardcoded default admin password allowing unauthenticated admin access
Weaknesses CWE-798
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: securin

Published:

Updated: 2026-07-09T04:35:44.027Z

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

Link: CVE-2026-7839

cve-icon Vulnrichment

Updated: 2026-07-01T12:32:31.968Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T13:45:02Z

Weaknesses
  • CWE-798

    Use of Hard-coded Credentials