#VU125402 Improper access control in FileBrowser - CVE-2026-35605

 

#VU125402 Improper access control in FileBrowser - CVE-2026-35605

Published: April 8, 2026


Vulnerability identifier: #VU125402
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-35605
CWE-ID: CWE-284
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
FileBrowser
Software vendor:
File Browser

Description

The vulnerability allows a remote user to bypass intended access restrictions and access files in unintended sibling directories.

The vulnerability exists due to improper access control in the Matches() function in rules/rules.go when matching paths against access rules using strings.HasPrefix() without a trailing directory separator. A remote user can request a path that shares a common prefix with an allowed directory to bypass intended access restrictions and access files in unintended sibling directories.

The issue affects non-regex path rules, and rule evaluation uses last-match-wins semantics.


Remediation

Install security update from vendor's website.

External links