Description
filebrowser versions before v2.63.21 fail to canonicalize paths before evaluating access rules, allowing authenticated users to bypass administrator-defined deny rules using case-variant or backslash-separated paths. Attackers can request files with alternate path representations that match no rule but resolve to the same filesystem object, gaining unauthorized access to denied files within their scope.
Published: 2026-08-14
Score: 7.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability arises from a missing path canonicalization step in filebrowser before v2.63.21. Users who authenticate can craft path strings that differ in case or use backslashes, which the engine interprets the same after path resolution but bypasses the predefined deny rules. As a result, an attacker can request files that are otherwise protected and obtain unauthorized read access.

Affected Systems

Affected versions are all releases of filebrowser before 2.63.21. The vulnerability applies to installations that use the default access rule configuration and authenticate users, regardless of the underlying operating system. No specific operating system or deployment type is limited.

Risk and Exploitability

The CVSS score of 7.6 indicates a high severity and an authenticated attack is required. Because no EPSS score is available, the likelihood of exploitation cannot be quantified, and the vulnerability is not listed in the CISA KEV catalog. Attackers can manipulate path representations to circumvent rules, so the exploitation risk remains significant for systems exposed to authenticated users with file access permissions.

Generated by OpenCVE AI on August 14, 2026 at 12:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to filebrowser version 2.63.21 or later, which includes path canonicalization before access rule evaluation
  • Revoke or limit authenticated access to only the directories required for the intended use, reducing the potential scope of the bypass
  • Validate access rule enforcement by testing path resolution with canonical and non-canonical inputs

Generated by OpenCVE AI on August 14, 2026 at 12:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:filebrowser:filebrowser:*:*:*:*:*:*:*:*

Fri, 14 Aug 2026 13:00:00 +0000

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

Fri, 14 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description filebrowser versions before v2.63.21 fail to canonicalize paths before evaluating access rules, allowing authenticated users to bypass administrator-defined deny rules using case-variant or backslash-separated paths. Attackers can request files with alternate path representations that match no rule but resolve to the same filesystem object, gaining unauthorized access to denied files within their scope.
Title filebrowser before v2.63.21 Access Rule Bypass via Path Canonicalization
Weaknesses CWE-41
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 7.6, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Filebrowser Filebrowser
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T18:03:52.526Z

Reserved: 2026-08-10T15:13:41.486Z

Link: CVE-2026-72835

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-14T12:16:46.930

Modified: 2026-08-14T18:19:08.893

Link: CVE-2026-72835

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T12:45:17Z

Weaknesses
  • CWE-41

    Improper Resolution of Path Equivalence