CVE-2026-25059
Unknown Unknown - Not Provided
Path Traversal in OpenList Frontend Enables Unauthorized File Access

Publication date: 2026-02-02

Last updated on: 2026-02-23

Assigner: GitHub, Inc.

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-02
Last Modified
2026-02-23
Generated
2026-05-07
AI Q&A
2026-02-03
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
oplist openlist to 4.1.10 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a path traversal issue in OpenList Frontend versions prior to 4.1.10. It occurs because filename components are concatenated with directories without properly handling '..' sequences, allowing attackers to bypass directory restrictions. An authenticated attacker can inject traversal sequences to access or manipulate files belonging to other users within the same storage mount, including unauthorized deletion, renaming, or copying of files.


How can this vulnerability impact me? :

The vulnerability can allow an authenticated attacker to bypass directory-level authorization controls and perform unauthorized actions such as accessing, deleting, renaming, or copying files of other users within the same storage mount. This can lead to data loss, data leakage, and unauthorized modification of files, potentially compromising the integrity and confidentiality of user data.


What immediate steps should I take to mitigate this vulnerability?

Upgrade OpenList Frontend to version 4.1.10 or later, as this version contains the fix for the path traversal vulnerability. Additionally, restrict access to the application to authenticated users only and monitor file operations for suspicious activity until the upgrade is applied.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart