๐Ÿ” CVE Alert

CVE-2026-44040

MEDIUM 4.8

UltraVNC vncauth.c uses time-seeded libc rand() to generate VNC authentication challenge bytes

CVSS Score
4.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

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

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])