CVE-2026-54910
Last modified
CVE-2026-54910 is a high-severity vulnerability rated 7.7/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| gtsteffaniak | filebrowser | < 1.4.3-beta |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-54910?
How severe is CVE-2026-54910?
How do I fix CVE-2026-54910?
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-54904concurrent-ruby is a modern concurrency tools for Ruby. Prio…7.5
- CVE-2026-54905concurrent-ruby is a modern concurrency tools for Ruby. Prio…5.5
- CVE-2026-54906concurrent-ruby is a modern concurrency tools for Ruby. Prio…9.8
- CVE-2026-54908Pion DTLS is a Go implementation of Datagram Transport Layer…6.3
- CVE-2026-54909pion/stun is a Go implementation of STUN. Prior to 3.1.3, XO…5.3
- CVE-2026-5491DriveLock Directory Traversal Information Disclosure Vulnera…7.5
- CVE-2026-54911UltraJSON is a fast JSON encoder and decoder written in pure…6.5
- CVE-2026-54917SeaweedFS is a distributed storage system for object storage…10
- CVE-2026-54919cpp-httplib is a C++11 single-file header-only cross platfor…7.4
- CVE-2026-5492DriveLock Directory Traversal Information Disclosure Vulnera…6.5
- CVE-2026-5493Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bou…7.8
- CVE-2026-5494Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bou…7.8
Are you affected by CVE-2026-54910?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
