CVE-2026-54094
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedFile Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.14, it does not stop the HTTP file handlers from following symbolic links before they open, serve, write, share, or list a file. As a result, a scoped user — and in some cases an unauthenticated public-share recipient — can cross the intended scope boundary by following a symlink whose path is lexically inside their scope but whose target is outside it. This vulnerability is fixed in 2.63.14.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceFile Browser versions prior to 2.63.14 contain a symbolic link traversal vulnerability where HTTP file handlers follow symlinks before performing file operations (open, serve, write, share, list). This allows scoped users or unauthenticated public-share recipients to access files outside their intended directory boundary by creating symlinks pointing to files outside the permitted scope.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed File Browser versionRun the version command for File Browser (typically 'filebrowser --version' or check the binary metadata) and note the exact version numberAffected if The installed version is lower than 2.63.14 (e.g., 2.63.13, 2.62.0, etc.)
-
Confirm HTTP file handlers are in useCheck if the File Browser HTTP service is running and accessible (inspect running processes or service configuration for filebrowser binary serving on HTTP/HTTPS ports)Affected if HTTP file handlers are active and the service is reachable over the network
-
Verify user scoping configurationInspect File Browser users.json or database for user definitions - look for users with scoped directories (not full filesystem access) or public share configurationsAffected if There are scoped users with limited directory access or public share links are enabled
-
Check for existing symlinks in user-accessible directoriesExamine directories accessible to scoped users or public shares for symbolic links (use 'ls -la' or similar file listing commands on scoped directories)Affected if Symlinks exist within scoped directories pointing to paths outside the user's allowed scope (e.g., symlink in a user's folder pointing to /root, /etc, or parent directories)
You are affected if File Browser version is below 2.63.14 AND HTTP file handlers are active AND scoped users or public shares exist in your configuration, as this combination allows symlink traversal outside the intended directory boundary.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade File Browser to version 2.63.14 or later, which implements symlink validation before file operations to prevent traversal beyond the configured scope.
2.63.14
- Check the current installed version of File Browser using: filebrowser --version or filebrowser -v
- Stop the File Browser service if running
- Update to version 2.63.14. If using a package manager, run: apt update && apt install filebrowser (Debian/Ubuntu) or yum update filebrowser (RHEL/CentOS). If using Docker, pull the new image: docker pull filebrowser/filebrowser:v2.63.14
- If installing from binary, download from GitHub releases: curl -L -o filebrowser.tar.gz https://github.com/filebrowser/filebrowser/releases/download/v2.63.14/linux-amd64-filebrowser.tar.gz and extract the binary
- Verify the installation: filebrowser --version should show 2.63.14 or higher
- Restart the File Browser service
- Test that symbolic links outside the scoped directory are no longer accessible
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,936.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-54094 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-54094 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data