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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-75602— OpenList SimpleHttp 工具路径遍历致任意文件写入

一分钟漏洞结论

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

OpenList 是一款支持多种存储后端的文件列表管理程序。在 4.2.3 版本之前,OpenList 的离线下载功能(位于 ,使用工具 )会接受攻击者提供的 URL,并在将内容传输到用户指定的目标存储之前,先将下载的文件字节保存到每个任务的临时目录中。 临时文件名来源于攻击者可控的 响应头。该文件名由 中的 函数解析,并传递至 中 方法里的 ,随后使用 打开文件时未进行路径边界检查。 由于 Go 语言的 函数会清理路径中的 段,拥有任意路径上“添加离线下载”权限( )的非管理员用户,可以遍历出 ,从而创建、截断或

CVSS 6.5 · Medium

可能的 ATT&CK 技术 2 AI

T1073 T1101

影响版本矩阵 1

厂商产品 版本范围状态
OpenListTeam OpenList < 4.2.3 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
OpenList: Authenticated arbitrary file write via Content-Disposition path traversal in SimpleHttp offline-download tool
来源: CVE Program / CVE List V5
Vulnerability Description
OpenList a file list program that supports multiple storage. Prior to 4.2.3, OpenList's offline-download feature at POST /api/fs/add_offline_download with tool: "SimpleHttp" accepts an attacker-supplied URL and saves its bytes under a per-task temporary directory before transferring them to the user's destination storage. The temporary filename comes from the attacker-controlled Content-Disposition header, is passed from parseFilenameFromContentDisposition in internal/offline_download/http/util.go to filepath.Join(task.TempDir, filename) in SimpleHttp.Run in internal/offline_download/http/client.go, and is opened with os.Create without a containment check. Because filepath.Join cleans .. segments, a non-admin user with PermAddOfflineDownload on any path can traverse out of task.TempDir and create, truncate, or overwrite any file writable by the OpenList process whose parent directory already exists. The server/handles/offline_download.go AddOfflineDownload route uses normal user authentication rather than AuthAdmin, and local-storage destinations fall through tryPutUrl in internal/offline_download/tool/add.go to the vulnerable SimpleHttp.Run path. This issue is fixed in version 4.2.3.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
OpenListTeam OpenList < 4.2.3 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-75602 补丁与修复 (1)

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

CVE-2026-75602 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-75602

暂无评论


发表评论