CVE-2026-35605
MEDIUM EPSS 31.0%
Published Apr 7, 20262mo ago · Modified Jun 17, 20261w ago
6.3 CVSS 4.0
Published Apr 7, 2026 2mo ago
Last Modified Jun 17, 2026 1w ago
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X Attack Vector Network
Attack Complexity High
Privileges Required None
User Interaction None
Scope X
Threat Intelligence
EPSS Exploit Probability
31.0% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available
Weaknesses 1
CWE-22 Path Traversal Resource Mgmt
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| filebrowser | filebrowser | * | <2.63.1 |
References 2
- github.com https://github.com/filebrowser/filebrowser/pull/5889
- github.com https://github.com/filebrowser/filebrowser/security/advisories/GHSA-5q48-q4fm-g3m6
Remediation
- github.com https://github.com/filebrowser/filebrowser/pull/5889