CVE-2026-75602
Last modified
CVE-2026-75602 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| OpenListTeam | OpenList | < 4.2.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-75602?
How severe is CVE-2026-75602?
How do I fix CVE-2026-75602?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-75592Kirby is an open-source content management system. Prior to …6.9
- CVE-2026-75593BuildKit is a toolkit for converting source code to build ar…7.2
- CVE-2026-75594Kirby is an open-source content management system. Prior to …8.2
- CVE-2026-75595Netty is an asynchronous, event-driven network application f…9.1
- CVE-2026-75596Netty is an asynchronous, event-driven network application f…8.7
- CVE-2026-75601Static Web Server (SWS) is a production-ready web server sui…4.3
- CVE-2026-75604Next.js is a React framework for building full-stack web app…9
- CVE-2026-7561The Tm – WordPress Redirection plugin for WordPress is vulne…6.1
- CVE-2026-75616An OS command injection vulnerability exists in the web mana…8.5
- CVE-2026-75618Tapo C100/C101 V5 contains a null pointer dereference vulner…6.5
- CVE-2026-75619Tapo C100/C101 V5 contains a heap-based buffer overflow vuln…5.7
- CVE-2026-7562The WP-Redirection plugin for WordPress is vulnerable to Cro…4.3
Are you affected by CVE-2026-75602?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
