Input validation error in FileBrowser - CVE-2026-32759
Published: June 8, 2026
FileBrowser
Detailed vulnerability description
The vulnerability allows a remote user to trigger configured after_upload hooks prematurely.
The vulnerability exists due to improper input validation in the TUS resumable upload handler in http/tus_handlers.go when processing a negative Upload-Length header during upload registration and PATCH handling. A remote user can send a crafted upload request sequence with a negative Upload-Length value to trigger configured after_upload hooks prematurely.
Exploitation requires upload permission, and the impact is amplified when exec hooks are enabled.