Description
FileBrowser Quantum is a free, self-hosted, web-based file manager. Prior to version 1.3.2-beta, the `/api/auth/login` authentication endpoint does not execute in constant time. When a non-existent username is supplied, the server returns a `401`/`403` response almost immediately. When a valid username is provided, the server performs a bcrypt password comparison, causing a measurable delay in the response time. Version 1.3.2-beta patches the issue.
No analysis available yet.
Remediation
No remediation available yet.
Tracking
Sign in to view the affected projects.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-7789-65hx-f26w | FileBrowser Quantum has Username Enumeration via Authentication Timing Side-Channel |
References
History
Tue, 21 Jul 2026 02:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Gtsteffaniak
Gtsteffaniak filebrowser |
|
| Vendors & Products |
Gtsteffaniak
Gtsteffaniak filebrowser |
Mon, 20 Jul 2026 14:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | FileBrowser Quantum is a free, self-hosted, web-based file manager. Prior to version 1.3.2-beta, the `/api/auth/login` authentication endpoint does not execute in constant time. When a non-existent username is supplied, the server returns a `401`/`403` response almost immediately. When a valid username is provided, the server performs a bcrypt password comparison, causing a measurable delay in the response time. Version 1.3.2-beta patches the issue. | |
| Title | FileBrowser Quantum has Username Enumeration via Authentication Timing Side-Channel | |
| Weaknesses | CWE-208 | |
| References |
| |
| Metrics |
cvssV3_1
|
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-07-20T14:19:45.686Z
Reserved: 2026-06-15T22:53:58.561Z
Link: CVE-2026-54685
No data.
No data.
No data.
OpenCVE Enrichment
Updated: 2026-07-21T01:45:05Z
Weaknesses
-
CWE-208
Observable Timing Discrepancy
Github GHSA