๐Ÿ” CVE Alert

CVE-2026-75602

MEDIUM 6.5

OpenList: Authenticated arbitrary file write via Content-Disposition path traversal in SimpleHttp offline-download tool

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22 CWE-73
Vendor openlistteam
Product openlist
Published Sep 3, 2026
Stay Ahead of the Next One

Get instant alerts for openlistteam openlist

Be the first to know when new medium vulnerabilities affecting openlistteam openlist are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Affected Versions

OpenListTeam / OpenList
< 4.2.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/OpenListTeam/OpenList/security/advisories/GHSA-h6cj-26g5-67fv github.com: https://github.com/OpenListTeam/OpenList/commit/9cc5dd969b9833c8cb4e14c338c3571dfdbe2108 github.com: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.3