File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.1, the Matches() function in rules/rules.go uses strings.HasPrefix() without a trailing directory separator when matching paths against access rules. A rule for /uploads also matches /uploads_backup/, granting or denying access to unintended directories. This vulnerability is fixed in 2.63.1.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-5q48-q4fm-g3m6 | File Browser has an access rule bypass via HasPrefix without trailing separator in path matching |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Wed, 08 Apr 2026 20:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Filebrowser
Filebrowser filebrowser |
|
| Vendors & Products |
Filebrowser
Filebrowser filebrowser |
Tue, 07 Apr 2026 18:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.1, the Matches() function in rules/rules.go uses strings.HasPrefix() without a trailing directory separator when matching paths against access rules. A rule for /uploads also matches /uploads_backup/, granting or denying access to unintended directories. This vulnerability is fixed in 2.63.1. | |
| Title | File Browser has an access rule bypass via HasPrefix without trailing separator in path matching | |
| Weaknesses | CWE-22 | |
| References |
| |
| Metrics |
cvssV4_0
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-04-07T16:24:52.307Z
Reserved: 2026-04-03T21:25:12.162Z
Link: CVE-2026-35605
No data.
Status : Awaiting Analysis
Published: 2026-04-07T17:16:34.583
Modified: 2026-04-08T21:27:00.663
Link: CVE-2026-35605
No data.
OpenCVE Enrichment
Updated: 2026-04-08T19:47:57Z
Weaknesses
Github GHSA