CVE-2026-25059
OpenList Frontend is a UI component for OpenList. Prior to 4.1.10, the application contains path traversal vulnerability in multiple file operation handlers in server/handles/fsmanage.go. Filename components in req.Names are directly concatenated with validated directories using stdpath.Join. This allows ".." sequences to bypass path restrictions, enabling users to access other users' files within the same storage mount and perform unauthorized actions such as deletion, renaming, or copying of files. An authenticated attacker can bypass directory-level authorisation by injecting traversal sequences into filename components, enabling unauthorised file removal and copying across user boundaries within the same storage mount. This vulnerability is fixed in 4.1.10.
EPSS 0.61% · 47.1th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| github.com | OpenListTeam/OpenList/v4 | 0, 0 |
| OpenListTeam | OpenList | < 4.1.10, * |
| oplist | openlist | 0, 0 |
Timeline
- Feb 2, 2026 CVE Published
- Feb 2, 2026 PoC Published
- Feb 3, 2026 CVE Updated
- Feb 3, 2026 EPSS Score
- Feb 6, 2026 EPSS Score
- Feb 8, 2026 EPSS Score
- Feb 10, 2026 Security Advisory
- Feb 11, 2026 EPSS Score
- Feb 13, 2026 EPSS Score
- Feb 16, 2026 EPSS Score
- Feb 19, 2026 EPSS Score
- Feb 21, 2026 EPSS Score
References
- https://github.com/OpenListTeam/OpenList/commit/7b78fed106382430c69ef351d43f5d09928fff14 fix
- https://github.com/OpenListTeam/OpenList/security/advisories/GHSA-qmj2-8r24-xxcq url
- https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.10 fix
- https://nvd.nist.gov/vuln/detail/CVE-2026-25059 advisory
- https://github.com/OpenListTeam/OpenList/blob/5db2172ed681346b69ed468c73c1f01b6ed455ea/server/handles/fsmanage.go#L284-L285 url
- https://github.com/OpenListTeam/OpenList package
- https://github.com/OpenListTeam/OpenList/blob/5db2172ed681346b69ed468c73c1f01b6ed455ea/server/handles/fsmanage.go#L163-L164 url