Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-54910— FileBrowser Quantum's path traversal issue in subtitle handler allows any authenticated user to read arbitrary files

CVSS 7.7 · High EPSS 0.31% · P23

Affected Version Matrix 1

VendorProductVersion RangeStatus
gtsteffaniakfilebrowser< 1.4.3-betaaffected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-54910

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

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
Source: CVE Program / CVE List V5
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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Source: CVE Program / CVE List V5
Vulnerability Title
gtsteffaniak filebrowser 路径遍历漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
gtsteffaniak filebrowser是gtsteffaniak的文件管理服务器。 gtsteffaniak filebrowser 1.4.3-beta之前版本存在路径遍历漏洞,该漏洞源于subtitlesHandler端点接受用户控制的path和name参数,且未进行清理,导致路径遍历攻击,允许任何经过身份验证的用户读取服务器可读取的任何文本文件。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
gtsteffaniakfilebrowser < 1.4.3-beta -

II. Public POCs for CVE-2026-54910

#POC DescriptionSource LinkShenlong Link
AI-Generated POCVerified env Premium
Reproduced successfully in a real sandbox· Below is the actual recording of building the environment and exploiting the vulnerability.
Success marker:VULNERABLE: path traversal in subtitlesHandler confirmed — exfiltrated PROOF_b1051af393b48e61 via GET /api/media/subtitles?path=../../../../flag.txt (HTTP 200)
Reproduction recording is a Pro+ exclusive
Watch the full sandbox build + live exploit recording for this CVE. Limited-time ¥499/mo.
Upgrade to Pro+
claude_code · 14504 chars
Pro+ exclusive includes:
Vulnerability reproduction recording (real sandbox build + trigger, exclusive)
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month

III. Intelligence Information for CVE-2026-54910

登录查看更多情报信息。

Patches & Fixes for CVE-2026-54910 (1)

Vendor Advisories for CVE-2026-54910 (1)

Same Patch Batch · gtsteffaniak · 2026-07-20 · 3 CVEs total

CVE-2026-546855.3 MEDIUMFileBrowser Quantum has Username Enumeration via Authentication Timing Side-Channel
CVE-2026-46410FileBrowser Quantum: unauthenticated user share share info

IV. Related Vulnerabilities

V. Comments for CVE-2026-54910

No comments yet


Leave a comment