Description
File Browser provides a web file managing interface. Prior to 2.63.16, ScopedFs validates the nearest existing ancestor of a dangling symlink as in scope and then follows the symlink during file creation, allowing an authenticated user with Create and Modify permissions to create attacker-controlled files outside the user's scope. This issue is fixed in version 2.63.16.
Published: 2026-07-08
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

File Browser’s ScopedFs component incorrectly validates the nearest existing ancestor of a dangling symbolic link as being in scope and then follows the link when creating a file. An authenticated user who has Create and Modify rights can exploit this flaw to write files to any location outside the directory that the user is permitted to access. This allows an attacker to place malicious files, overwrite critical configuration or system files, and potentially compromise the confidentiality, integrity, and availability of the host. The vulnerability is a classic path traversal (CWE‑22/CWE‑59) that is invoked by a file‑creation request through the web interface, so remote attackers must have valid credentials or be able to compromise a session to use it.

Affected Systems

Any installation of the filebrowser:filebrowser product running a version earlier than 2.63.16 is affected. Users running v2.63.x must upgrade to 2.63.16 or newer to receive the ScopedFs fix.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity. With an EPSS score of less than 1% and absence from the CISA KEV catalog, the likelihood of active exploitation is currently low. Nevertheless, the flaw requires only authenticated Create/Modify privileges, meaning any legitimate user granted those rights could abuse it if privileged, and a remote attacker who can obtain or hijack such credentials can trigger the issue through the standard web interface.

Generated by OpenCVE AI on August 1, 2026 at 16:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to File Browser version 2.63.16 or newer where the ScopedFs fix is applied.
  • Restrict or remove Create and Modify permissions for users unless those privileges are absolutely necessary, limiting the attack surface for unintended file creation.
  • Enforce strong, multi‑factor authentication and limit web access to trusted networks to reduce the chance that an attacker can obtain valid credentials.

Generated by OpenCVE AI on August 1, 2026 at 16:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-8wc8-hf36-mjh9 File Browser: ScopedFs follows a dangling symlink on write, letting a scoped user create files outside their scope
History

Wed, 08 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
First Time appeared Filebrowser
Filebrowser filebrowser
Vendors & Products Filebrowser
Filebrowser filebrowser
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 08 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
Description File Browser provides a web file managing interface. Prior to 2.63.16, ScopedFs validates the nearest existing ancestor of a dangling symlink as in scope and then follows the symlink during file creation, allowing an authenticated user with Create and Modify permissions to create attacker-controlled files outside the user's scope. This issue is fixed in version 2.63.16.
Title File Browser: ScopedFs follows a dangling symlink on write, letting a scoped user create files outside their scope
Weaknesses CWE-22
CWE-59
References
Metrics cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:N'}


Subscriptions

Filebrowser Filebrowser
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-08T16:11:52.007Z

Reserved: 2026-06-17T00:05:03.777Z

Link: CVE-2026-55668

cve-icon Vulnrichment

Updated: 2026-07-08T16:11:48.231Z

cve-icon NVD

Status : Deferred

Published: 2026-07-08T15:16:30.057

Modified: 2026-07-08T17:17:24.860

Link: CVE-2026-55668

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T16:15:07Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')