CVE-2026-7828 | UltraVNC repeater integer overflow in win_log malloc leading to heap overflow

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.

公開: 2026-07-01 最後更新: 2026-07-09 指派方: 33c584b5-0579-4c06-b2a0-8d8329fcab9c 來源: 33c584b5-0579-4c06-b2a0-8d8329fcab9c

結論預警: CVE-2026-7828 綜合評估為低風險(39.9/100):CVSS 技術影響為中級,利用機率(EPSS 0.84%) 強制指令: 持續追蹤利用情報與 EPSS 變化,並適時複評優先級。

風險隨態勢動態變化;本站持續評估並同步更新本頁展示內容。

CVE-2026-7828 的 EPSS(利用預測評分)

EPSS 日更估計相對被利用可能性;百分位表示該 CVE 在已評分漏洞中的相對排名(越高表示相對更嚴重)。

# 日期 舊 EPSS 分數 新 EPSS 分數 變化(新 − 舊)
1 2026-07-01 0.84%

完整 EPSS 歷史 (共 1 筆)

CVE-2026-7828 的 CVSS 指標

該 CVE 的 CVSS 指標。

底座分 版本 嚴重度 向量 可利用性 影響 分數來源
5.3 3.1 MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L 點擊展開
攻擊向量 (AV:N)
可經網際網路或企業內可路由網段從遠端觸達,攻擊者不必在裝置旁邊。
攻擊複雜度 (AC:L)
前置條件清楚,成功路徑穩定,不必仰賴罕見競態或極端環境。
權限需求 (PR:N)
不必事先登入或提權,匿名工作階段也可能成為跳板。
使用者互動 (UI:N)
不必受害者點連結、放行巨集或安裝軟體,攻擊鏈可自動走完。
作用域 (S:U)
破壞局限在脆弱元件原本的安全權限與信任域之內。
機密性影響 (C:N)
幾乎談不上實質的敏感資料外洩。
完整性影響 (I:N)
對紀錄真實性與不可否認性的破壞可忽略。
可用性影響 (A:L)
出現明顯延遲、間歇性故障或局部功能不可用,但可用維運手段緩解。
3.9 1.4 33c584b5-0579-4c06-b2a0-8d8329fcab9c

CVE-2026-7828 的弱點列舉

CVE-2026-7828 的 GitHub 安全公告

GHSA-hpq9-2mqh-7fg9 · 嚴重度: medium — UltraVNC repeater through 1.8.2.2 contains an integer overflow in the HTTP request logging path....

CVE-2026-7828 的影響軟體 / 設定

廠商 產品 版本 原始 CPE
uvnc ultravnc <= 1.8.2.2 cpe:2.3:a:uvnc:ultravnc:*:*:*:*:*:*:*:*

CVE-2026-7828 的參考連結

cvelogic Threat Intelligence