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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-77815— Infinite Image Browsing 使用 normpath 解析路径,导致符号链接可逃逸扫描目录

一分钟漏洞结论

影响对象
zanllp infinite-image-browsing
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

中的 函数使用 对请求的路径进行了规范化处理。该操作会合并路径中的 和 等组件,但不会解析符号链接。因此,如果在被扫描的目录内放置一个符号链接,该链接可以满足 中 函数所执行的目录包含性检查,尽管其实际指向的是该目录之外的位置。当服务文件响应时, 会跟随符号链接,从而导致攻击者通过在图像目录中创建指向 等系统文件的符号链接,泄露这些文件的内容。 该安全检查是否生效取决于 中的 函数:当环境变量 设置为 时返回 ;设置为 时返回 ;否则,如果主程序 Stable Diffusion WebUI 是以 、 、 或 选项

CVSS 7.5 · High EPSS 0.41% · P34

可能的 ATT&CK 技术 1 AI

T1135 · Network Share Discovery

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Infinite Image Browsing Resolves Paths With normpath, Allowing Symlink Escape From Scanned Directories
来源: CVE Program / CVE List V5
Vulnerability Description
to_abs_path in scripts/iib/tool.py normalised the requested path with os.path.normpath, which collapses dot segments but does not resolve symbolic links. A symlink placed inside a scanned directory therefore satisfies the containment comparison performed by is_path_trusted in scripts/iib/api.py while pointing outside that directory, and FileResponse follows the link when serving the response, so a link created in an image directory and targeting a file such as /etc/passwd discloses that file. 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 resolves the path with os.path.realpath.
来源: 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-77815 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 3166 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

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

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-77815

暂无评论


发表评论