Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
FileBrowser Quantum's path traversal issue in subtitle handler allows any authenticated user to read arbitrary files
Vulnerability Description
FileBrowser Quantum is a free, self-hosted, web-based file manager. Prior to version 1.4.3-beta, the `subtitlesHandler` endpoint (`GET /api/media/subtitles`) accepts two user-controlled query parameters: `path` and `name`, both of which are used in filesystem operations without sanitization, creating two independent path traversal vectors. The primary vector is the `path` parameter: it is passed directly to `idx.GetRealPath()` without calling `SanitizeUserPath()`, allowing an attacker to escape the storage root and set `parentDir` to any directory on the host. No existing anchor file is required. The secondary vector is the `name` parameter: it is joined with `parentDir` via `filepath.Join(parentDir, name)` without stripping directory components, allowing traversal relative to any resolved `parentDir`. Any authenticated user (regardless of role or permissions) can exploit either vector to read any text file readable by the server process, including `/etc/passwd`, SSH keys, database credentials, and JWT signing keys. Version 1.4.3-beta patches the issue.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
gtsteffaniak filebrowser 路径遍历漏洞
Vulnerability Description
gtsteffaniak filebrowser是gtsteffaniak的文件管理服务器。 gtsteffaniak filebrowser 1.4.3-beta之前版本存在路径遍历漏洞,该漏洞源于subtitlesHandler端点接受用户控制的path和name参数,且未进行清理,导致路径遍历攻击,允许任何经过身份验证的用户读取服务器可读取的任何文本文件。
CVSS Information
N/A
Vulnerability Type
N/A