Description
FileBrowser before 2.63.19 does not account for case-insensitive filesystems when checking home directory ownership during self-registration. When Signup and CreateUserDir are enabled and FileBrowser's root is on a case-insensitive filesystem (confirmed on Windows/NTFS), two self-registered usernames that differ only in letter case (e.g., CaseVictim and casevictim) are stored as distinct accounts but resolve to the same physical home directory, because the scope-ownership check compares the persisted scope as an exact case-sensitive string. A second registrant can therefore read, overwrite, and delete another account's files through authenticated HTTP endpoints, without needing an existing account or victim interaction.
Published: 2026-08-14
Score: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

FileBrowser versions prior to 2.63.19 fail to perform a case‑sensitive check of filesystem ownership when handling self‑registration. The flaw allows an attacker to create two accounts whose usernames differ only by letter case. Because the application stores the scope as a case‑sensitive string but resolves the home directory on a case‑insensitive filesystem, both accounts point to the same physical home directory. As a result, an attacker who registers a second account can read, overwrite, and delete files owned by the first account through authenticated endpoints, without the need for the victim’s credentials or further interaction.

Affected Systems

The vulnerability affects the FileBrowser application (filebrowser:filebrowser) in all releases before 2.63.19. Any installation that enables both the Signup and CreateUserDir features and has its root directory located on a case‑insensitive filesystem, such as Windows/NTFS, is potentially impacted. The vendor list is limited to FileBrowser; no specific external products are known to be affected.

Risk and Exploitability

The flaw carries a CVSS score of 9.2, indicating critical severity. EPSS data is not available, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is through the public self‑registration interface, where an attacker can supply a second username that only differs in case from an existing account. Exploitation requires no special privileges beyond creating a new account, making the attack straightforward for unauthenticated users. The impact spans confidentiality, integrity, and availability for the affected accounts’ file systems.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch by updating to FileBrowser 2.63.19 or later, which corrects the case‑sensitivity handling in user registration.
  • If an immediate update is not feasible, disable the self‑registration feature or add server‑side logic to convert all usernames to a canonical case (e.g., lowercase) before storing and comparing them.
  • Move the FileBrowser root directory to a case‑sensitive filesystem or configure the server to enforce strict ownership checks regardless of filesystem case sensitivity.

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

Tue, 18 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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:30: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 before 2.63.19 does not account for case-insensitive filesystems when checking home directory ownership during self-registration. When Signup and CreateUserDir are enabled and FileBrowser's root is on a case-insensitive filesystem (confirmed on Windows/NTFS), two self-registered usernames that differ only in letter case (e.g., CaseVictim and casevictim) are stored as distinct accounts but resolve to the same physical home directory, because the scope-ownership check compares the persisted scope as an exact case-sensitive string. A second registrant can therefore read, overwrite, and delete another account's files through authenticated HTTP endpoints, without needing an existing account or victim interaction.
Title FileBrowser before 2.63.19 Case Sensitivity Authentication Bypass
Weaknesses CWE-178
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Filebrowser Filebrowser
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-18T02:00:53.619Z

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

Link: CVE-2026-72836

cve-icon Vulnrichment

Updated: 2026-08-18T02:00:47.815Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T02:17:28.210

Link: CVE-2026-72836

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T13:15:17Z

Weaknesses
  • CWE-178

    Improper Handling of Case Sensitivity