← Back

CVE-2026-7828

nvd nist
Published: Jul 1, 2026Modified: Jul 9, 2026

JSON object

Loading...
5.3
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Exploitability: 3.9 / Impact: 1.4
Source: 33c584b5-0579-4c06-b2a0-8d8329fcab9c (Secondary)

Description

UltraVNC repeater through 1.8.2.2 contains an integer overflow in the HTTP request logging path. In repeater/webgui/settings.c:336, the win_log() function allocates list nodes via malloc(sizeof(struct LIST) + strlen(line)), where line is derived from HTTP request URIs. If strlen(line) is sufficiently large, the addition overflows to a value smaller than sizeof(struct LIST), causing a heap allocation smaller than required. The subsequent strcpy of the full string into the undersized allocation produces a heap buffer overflow. In the current implementation this overflow is bounded by the HTTP receive buffer size (WI_RXBUFSIZE = 153600 bytes, well below SIZE_MAX on 32-bit builds), limiting practical exploitability to a partial heap write. A remote unauthenticated attacker can trigger the theoretical overflow path by sending a maximally-sized URI in an HTTP request to the repeater HTTP port.

Affected (1)

Products: Uvnc: Ultravnc
1 product
Ultravnc
Configuration A
1 vulnerable
Vulnerable SoftwareAffected Versions
Up to 1.8.2.2

References (3)

Source: 33c584b5-0579-4c06-b2a0-8d8329fcab9c
Product
Source: 33c584b5-0579-4c06-b2a0-8d8329fcab9c
ProductRelease Notes

Timeline

No history available yet.