CVE-2026-55667
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.16, a scoped, non-admin File Browser user holding only the Create permission can delete arbitrary files outside their scope (other tenants' data, and the application's own database) via the upload failure-cleanup path. ScopedFs.RemoveAll is the one dereferencing operation that skips the symlink guard every other method enforces. The direct-upload handler runs RemoveAll on the user-controlled path during failed-upload cleanup, gated only by Perm.Create. If an escaping directory symlink already exists inside the user's scope, an authenticated create-only user can delete an out-of-scope target, bypassing both the ScopedFs boundary and the Perm.Delete gate. This vulnerability is fixed in 2.63.16.
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 confidenceA path traversal vulnerability in File Browser before 2.63.16 allows scoped, non-admin users with only Create permission to delete arbitrary files outside their assigned scope. The ScopedFs.RemoveAll method skips the symlink guard that other methods enforce, and the direct-upload handler calls RemoveAll on a user-controlled path during failed-upload cleanup, bypassing both the ScopedFs boundary and the Perm.Delete gate.
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
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- None
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:H
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.
-
Check File Browser versionRun 'filebrowser --version' or check the binary version (e.g., filebrowser -v). Alternatively, check the version reported in the admin UI dashboard or in the installed package metadata.Affected if version is below 2.63.16 (e.g., 2.63.15, 2.63.0, 2.62.0, etc.)
-
Identify non-admin users with Create permissionIn File Browser admin panel, navigate to Users/Shares settings and review each user's permission set. Look for users marked as non-admin who have 'Create' permission enabled on any share.Affected if any non-admin user has the Create permission flag enabled on their scoped share
-
Verify if direct upload handler is in useCheck the File Browser configuration file (commonly config.json or settings file) for upload-related settings. The vulnerability triggers during failed-upload cleanup when the direct upload endpoint is used.Affected if direct upload functionality is enabled and users can trigger upload operations that may fail and trigger cleanup routines
-
Confirm ScopedFs implementationIf you have access to the source code or binary, inspect the ScopedFs.RemoveAll method to verify whether the symlink guard is present. In affected versions, this guard is missing, allowing path traversal outside the defined scope.Affected if the ScopedFs.RemoveAll method lacks symlink validation (symlink guard absent in code)
-
Check file system permissions on sharesReview the share definitions in File Browser configuration to determine if any shares allow access to directories that contain symlinks pointing outside the intended scope.Affected if shares have symlinks configured that point to directories outside the user's assigned scope
You are affected if running File Browser version below 2.63.16 and your deployment includes non-admin users with Create permission on scoped shares, as this combination enables the path traversal to delete files outside the assigned scope.
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 to File Browser version 2.63.16 or later, which adds the symlink guard to the RemoveAll method in the upload failure-cleanup path.
2.63.16
- 1. Identify the current File Browser version by checking the application or package manager
- 2. Back up all user data, configuration files, and the application database before upgrading
- 3. Upgrade File Browser to version 2.63.16 or later
- 4. Verify the upgrade was successful by checking the version number
- 5. Test that the Create permission no longer allows deletion of files outside the user's scoped directory
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,992.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-55667 — 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-55667 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