Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/OpenListTeam/OpenList
  4. ›
  5. CVE-2026-75602

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

September 3, 2026

Alist’s offline-download feature (POST /api/fs/add_offline_download with tool: "SimpleHttp") accepts an attacker-supplied URL, fetches it, and saves the bytes under a per-task temp directory before transferring to the user’s destination storage. The temp filename is taken from the response’s Content-Disposition header (attacker-controlled when the URL points to an attacker HTTP server), passed verbatim to filepath.Join(tempDir, filename), and written via os.Create with no containment check. Go’s filepath.Join calls Clean on the result, which collapses .. segments and lets the attacker traverse out of tempDir to write any file the alist process can write.

A non-admin user with PermAddOfflineDownload permission on any path is sufficient.

References

  • github.com/OpenListTeam/OpenList/commit/9cc5dd969b9833c8cb4e14c338c3571dfdbe2108
  • github.com/OpenListTeam/OpenList/releases/tag/v4.2.3
  • github.com/OpenListTeam/OpenList/security/advisories/GHSA-h6cj-26g5-67fv
  • github.com/advisories/GHSA-h6cj-26g5-67fv
  • nvd.nist.gov/vuln/detail/CVE-2026-75602

Code Behaviors & Features

Detect and mitigate CVE-2026-75602 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.2.3

Fixed versions

  • 4.2.3

Solution

Upgrade to version 4.2.3 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-73: External Control of File Name or Path

Source file

go/github.com/OpenListTeam/OpenList/CVE-2026-75602.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:22:13 +0000.