GHSA-hpq9-2mqh-7fg9 · 嚴重度: medium — UltraVNC repeater through 1.8.2.2 contains an integer overflow in the HTTP request logging path....
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.
結論預警: CVE-2026-7828 綜合評估為低風險(39.9/100):CVSS 技術影響為中級,利用機率(EPSS 0.84%) 強制指令: 持續追蹤利用情報與 EPSS 變化,並適時複評優先級。
風險隨態勢動態變化;本站持續評估並同步更新本頁展示內容。
EPSS 日更估計相對被利用可能性;百分位表示該 CVE 在已評分漏洞中的相對排名(越高表示相對更嚴重)。
| # | 日期 | 舊 EPSS 分數 | 新 EPSS 分數 | 變化(新 − 舊) |
|---|---|---|---|---|
| 1 | 2026-07-01 | — | 0.84% | — |
完整 EPSS 歷史 (共 1 筆)
該 CVE 的 CVSS 指標。
| 底座分 | 版本 | 嚴重度 | 向量 | 可利用性 | 影響 | 分數來源 |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | 33c584b5-0579-4c06-b2a0-8d8329fcab9c |
GHSA-hpq9-2mqh-7fg9 · 嚴重度: medium — UltraVNC repeater through 1.8.2.2 contains an integer overflow in the HTTP request logging path....
| URL | 標籤 |
|---|---|
| https://github.com/ultravnc/UltraVNC | Product |
| https://uvnc.com/ | Product Release Notes |
| https://www.securin.io/zero-days/cve-2026-7828-integer-overflow-win-log-malloc-ultravnc-repeater |