Vulnerability in Uvnc Ultravnc
CVE-2026-44040
UltraVNC through 1.8.2.2 uses a cryptographically weak pseudo-random number generator to produce VNC authentication challenge bytes. In rfb/vncauth.c:119-129, the vncRandomBytes() function seeds libc rand() with time(0) + getpid() + rand() and generates a 16-byte challenge. The combined seed space is approximately 31 bits (libc rand() internal state) and is entirely determined by publicly-observable values (wall-clock time and process ID). An attacker who can observe the authentication exchange can enumerate the seed space and predict the challenge within seconds, enabling forgery or offline brute-forcing of responses. Note: on Windows, the active code path may use vncEncryptBytes2.cpp which calls CryptGenRandom; reachability on shipped Windows binaries requires compile-graph verification and is under investigation.
EPSS: 0.003 (20.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 4.8 (Medium). Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N.
Affected products
- Uvnc Ultravnc — versions 0
Weakness classification (CWE)
References
- 33c584b5-0579-4c06-b2a0-8d8329fcab9c (Product, vendor-advisory, Release Notes)
- 33c584b5-0579-4c06-b2a0-8d8329fcab9c (Product, product)
- 33c584b5-0579-4c06-b2a0-8d8329fcab9c
Frequently asked questions
- What is CVE-2026-44040?
- CVE-2026-44040 is a medium-severity vulnerability in Uvnc Ultravnc, classified under Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG). CVSS score: 4.8/10. Published 2026-07-01.
- How severe is CVE-2026-44040?
- Medium severity. CVSS v3 base score is 4.8 out of 10.