PT-2026-56685 · Unknown · Filebrowser Quantum
CVE-2026-54685
·
Published
2026-03-24
·
Updated
2026-07-20
CVSS v3.1
5.3
Medium
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
FileBrowser Quantum (affected versions not specified)
Description
The
/api/auth/login endpoint is susceptible to a timing side-channel attack. The Auth() function within the JSONAuth module in auth/json.go performs a database lookup for the username before validating the password. If the username is invalid, the server returns a response almost immediately. However, if the username is valid, the server executes a bcrypt password comparison, which is computationally expensive and introduces a measurable delay. This difference in response time allows an unauthenticated attacker to distinguish between valid and invalid usernames.Recommendations
As a temporary mitigation, restrict access to the
/api/auth/login endpoint to minimize the risk of username enumeration.Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Filebrowser Quantum