#VU125390 Incorrect authorization in FileBrowser - CVE-2026-25890
Published: April 8, 2026
FileBrowser
File Browser
Description
The vulnerability allows a remote user to bypass path-based access controls and access restricted files.
The vulnerability exists due to incorrect authorization in the rule matching logic in rules/rules.go and URL path handling in http/http.go when handling requests with multiple leading slashes in the URL path. A remote user can send a specially crafted request to bypass path-based access controls and access restricted files.
If the user has general write permissions but is restricted from specific directories via rules, the issue can also permit unauthorized renaming, deletion, or modification of files in those directories.