#VU125391 Path traversal in FileBrowser - CVE-2026-28492
Published: April 8, 2026
FileBrowser
File Browser
Description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to path traversal in the withHashFile middleware in http/public.go when handling public share link requests for a shared directory. A remote attacker can use a public share link to browse sibling directories and download files outside the shared directory to disclose sensitive information.
This affects directory listing via /api/public/share/{hash} and file download via /api/public/dl/{hash}/path. Password-protected shares are affected after the share password is provided.