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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/OpenListTeam/OpenList/commit/9cc5dd969b9833c8cb4e14c338c3571d
- https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.3
- https://github.com/OpenListTeam/OpenList/security/advisories/GHSA-h6cj-26g5-67fv
- https://github.com/OpenListTeam/OpenList/security/advisories/GHSA-h6cj-26g5-67fv
FAQ
What is CVE-2026-75602?
CVE-2026-75602 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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-suppli...
How severe is CVE-2026-75602?
CVE-2026-75602 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-75602?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.