Incorrect authorization in FileBrowser - #VU139756
Published: July 27, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in the /api/resources endpoint checksum branch when handling checksum requests for readable files. A remote user can send a specially crafted GET request with the checksum parameter to disclose sensitive information.
The issue bypasses only the Download permission check and returns a file digest rather than plaintext content. It does not bypass scope or path authorization.