目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-77814— Infinite Image Browsing 路径信任前缀比较忽略尾部路径分隔符漏洞

一分钟漏洞结论

影响对象
zanllp infinite-image-browsing
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

中的 函数在检查请求路径是否属于允许访问的父目录时,使用了 进行比较,但未在父路径末尾追加路径分隔符(如 )。因此,只要某个目录的名称以允许的父路径名开头,就会被判定为合法。例如,当 被允许访问时,对 的请求也会被误认为是受信任的路径,并通过 提供服务,从而泄露了原本应被限制访问的文件。 该检查是否生效取决于 中的 函数:当环境变量 设置为 时返回 ;设置为 时返回 ;否则,如果 Stable Diffusion WebUI 是以 、 、 或 参数启动的,则默认返回 ;若无上述参数且环境变量未设置,则默认返回 。

CVSS 7.5 · High EPSS 0.41% · P34

可能的 ATT&CK 技术 1 AI

T1530 · Data from Cloud Storage

影响版本矩阵 1

厂商产品 版本范围状态
zanllp infinite-image-browsing ≤ 1.8.0 affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-77814 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Infinite Image Browsing is_path_trusted Prefix Comparison Omits the Trailing Path Separator
来源: CVE Program / CVE List V5
Vulnerability Description
is_path_trusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswith(parent_path), without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed a request for /data/images_private/secret.txt is treated as trusted and served by FileResponse, disclosing files the confinement was meant to exclude. Whether the check applies depends on get_enable_access_control in scripts/iib/tool.py: it returns true when IIB_ACCESS_CONTROL is set to enable, false when set to disable, and otherwise true when the host Stable Diffusion WebUI was started with share, ngrok, listen or server_name, falling back to false. Confinement is therefore active in the network-exposed WebUI deployments that rely on it, while a standalone run with no such option serves every readable file regardless of this flaw. The fix compares against parent_path joined with os.sep.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
zanllp infinite-image-browsing 0 ~ 1.8.0 -

二、漏洞 CVE-2026-77814 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-77814 的情报信息

登录查看更多情报信息。

CVE-2026-77814 补丁与修复 (2)

CVE-2026-77814 厂商安全公告 (1)

CVE-2026-77814 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-77814

暂无评论


发表评论