File Browser vulnerabilities
18 known CVE vulnerabilities in File Browser, translated and rated.
- CVE-2026-82236Low
File Browser versions from 2.63.6 through 2.63.23 fail to clean up public share links when a privileged user deletes another user's shared file. Attackers can access the surviving share link to retrieve new unrelated content uploaded to the same path without authentication.
- CVE-2026-72837High
File Browser versions before 2.63.20 fail to honor the createUserDir isolation in proxy and hook authentication auto-provisioning paths. Attackers with valid upstream-authenticated credentials can read, modify, delete, and share files belonging to other users by exploiting the server root scope assignment.
- CVE-2026-73612High
File Browser before v2.63.22 fails to validate access rules for descendants during recursive copy, rename, and delete operations, allowing authenticated users to bypass path-based access controls. Attackers can copy, rename, or delete denied files by operating on their allowed parent directory, defeating rule-based isolation for confidentiality and integrity.
- CVE-2026-55668Medium
A vulnerability in File Browser before version 2.63.16 allows an authenticated user with Create and Modify permissions to create attacker-controlled files outside the user's scope. The issue arises because ScopedFs validates the nearest existing ancestor of a dangling symlink as in scope and then follows the symlink during file creation.
- CVE-2026-54089Critical
File Browser is a file management interface that, starting from version 2.0.0-rc.1, allows unauthenticated attackers to impersonate users, including admins, by sending a forged HTTP header. No credentials are required to gain access.
- CVE-2026-54088Critical
File Browser prior to version 2.63.6 had a vulnerability in the Hook Authentication feature that allowed delegating login verification to an external shell command. User-supplied credentials were interpolated into this command string without sanitization, enabling remote attackers to execute arbitrary OS commands before any authentication.
- CVE-2026-62684Low
File Browser prior to 2.63.17 directly serializes the Link storage struct in sharePostHandler, shareListHandler, and shareGetsHandler, exposing password_hash and the bypass token in API responses. An administrator can retrieve these secrets for every user's shares, enabling offline password cracking and direct access to protected shares.
- CVE-2026-73611Medium
File Browser versions from 2.50.0 through 2.63.21 fail to validate JWT expiration when proxy authentication is configured with a non-default logout page. Attackers with a previously valid token can access protected routes and administrative endpoints indefinitely, and exchange expired tokens for fresh ones via the renewal endpoint.
- CVE-2026-62843Medium
A vulnerability in File Browser from version 2.63.6 to 2.63.16 allows a user with upload permission to plant a backslash-named file that escapes the extraction directory when another user downloads and extracts the generated archive. The issue stems from the use of strings.ReplaceAll(nameInArchive, "\", "/") in the archive builder, which turns a POSIX filename such as ..\..\evil.sh into the archive entry ../../evil.sh.
- CVE-2026-62685High
In File Browser before version 2.63.17, when Signup and CreateUserDir are enabled, the cleanUsername() function normalizes usernames in a way that can cause collisions (e.g., 'team/one', 'team one', and 'team-one' map to the same home directory). This allows a second registrant to gain full access to another user's files.
- CVE-2026-62683Low
In File Browser before version 2.63.17, deleting a directory with a trailing slash (e.g., /a/) does not remove the existing public share for that directory (e.g., /a). The bug is caused by improper path normalization in the Bolt database query, leaving a stale share entry. Recreating the same directory re-exposes its content through the old share.
- CVE-2026-54096High
File Browser prior to version 2.63.7 allowed creating public shares for any path without verifying the existence of the file. When a file was created at that same location, the share became immediately active, leading to unauthorized access to files.
- CVE-2026-54094High
File Browser prior to version 2.63.14 does not prevent HTTP file handlers from following symbolic links, allowing users to cross their intended scope boundaries.
- CVE-2026-54093Medium
A vulnerability in File Browser prior to version 2.63.6 allows files with backslash characters in their names to be saved, potentially leading to unauthorized file writes outside the target directory when extracting the archive on Windows systems.
- CVE-2026-35585High
File Browser, a file management interface, has a vulnerability in the hook system that executes administrator-defined shell commands. Versions from 2.0.0 to 2.33.8 are susceptible to remote code execution (RCE) through malicious filenames containing shell metacharacters.
- CVE-2026-32759High
In the File Browser file management interface in versions 2.x prior to 2.33.8, there is a vulnerability related to the TUS upload handling that does not validate the Upload-Length header value as non-negative. This allows an authenticated user to supply a negative value, leading to the execution of exec hooks with empty or partial files.
- CVE-2025-52904High
File Browser in versions 2.x allows the execution of shell commands, which can lead to unauthorized access to files outside the user's assigned scope. This feature, if enabled, poses a serious security threat to data.
- CVE-2025-52903High
File Browser versions 2.x prior to 2.33.10 have a vulnerability in the command execution feature that allows the execution of shell commands defined on a user-specific allowlist. Many tools allow the execution of arbitrary commands, rendering this limitation ineffective.

