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 综合评估为中等风险(42.6/100):CVSS 技术影响为中级,利用概率(EPSS 1.06%) 强制指令: 梳理受影响资产并纳入修补计划。

风险随态势动态变化;本站持续评估并同步更新本页展示内容。

CVE-2026-7828 的 EPSS(利用预测评分)

EPSS 日更估计相对被利用可能性;百分位表示该 CVE 在已评分漏洞中的相对排名(越高表示相对更严重)。

# 日期 旧 EPSS 分数 新 EPSS 分数 变化(新 − 旧)
1 2026-07-09 0.84% 1.06% +0.22%
2 2026-07-01 0.84%

完整 EPSS 历史 (共 2 条)

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