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-54090 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. Prior to 2.33.8, when a shell interpreter is configured (e.g. /bin/sh -c), the command allowlist can be bypassed through shell metacharacters. The allowlist validates only the first token of user input, but the entire raw string is handed to the shell — semicolons, pipes, backticks, and $() all work to chain arbitrary commands after a permitted one. This vulnerability is fixed in 2.33.8.

Metrics

CVSS 3.x Severity and Vector Strings:

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-184Incomplete List of Disallowed Inputs[email protected]
CWE-77Improper Neutralization of Special Elements used in a Command ('Command Injection')[email protected]

Affected Products

ProductVersions
File Browser
>= 2, < 2.33.8

CPE

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

Remediation

  • Upgrade: 2.33.8moderate effort
  • Workaround:low effort

    Disable the command execution feature by using the `--disable-exec=false` flag or setting the `FB_DISABLE_EXEC` environment variable to false.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-54090
NVD Published Date:
Jun 25, 2026
NVD Last Modified:
Jun 26, 2026
Source:
[email protected]
CVE-2026-54090 Details - Not Deferred