Improper access control in FileBrowser - #VU139765
Published: July 27, 2026
FileBrowser
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information and modify or delete protected files.
The vulnerability exists due to improper access control in recursive copy, rename, and delete operations in http/resource.go when processing resource API requests on allowed parent paths with denied descendants. A remote user can copy, rename, or delete an allowed parent directory to disclose sensitive information and modify or delete protected files.
Exploitation requires a rule configuration that denies one or more descendant paths while leaving the parent path allowed, and the user must have the relevant file-operation permission on the parent directory.