Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-54089 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Starting with 2.0.0-rc.1, when FileBrowser is configured with proxy authentication (auth.method=proxy), any unauthenticated attacker who can reach the server directly can impersonate any user - including admin - by sending a single forged HTTP header. No credentials are required. Additionally, specifying a non-existent username causes the server to automatically create a new user account, providing an account creation primitive with no authorization. This is an already known issue that has been documented in the documentation for several years, but has not been documented as a vulnerability before.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-287Improper Authentication[email protected]
CWE-290Authentication Bypass by Spoofing[email protected]

Affected Products

ProductVersions
FileBrowser
~2.0.0-rc.1 (semver)

CPE

  • cpe:2.3:a:filebrowser:filebrowser:*:*:*:*:*:*:*:*

Remediation

  • Workaround:low effort

    Disable proxy authentication by setting `auth.method=json`.

  • Workaround:low effort

    Configure FileBrowser to only be reachable via a trusted reverse proxy, such as by binding to 127.0.0.1 or using firewall rules.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-54089
NVD Published Date:
Jun 25, 2026
NVD Last Modified:
Jun 25, 2026
Source:
[email protected]