Affected by GO-2025-3790
and 4 other vulnerabilities
GO-2025-3790: File Browser's password protection of links is bypassable in github.com/filebrowser/filebrowser
GO-2025-3793: File Browser: Command Execution not Limited to Scope in github.com/filebrowser/filebrowser
GO-2025-3811: File Browser's Uncontrolled Memory Consumption vulnerability can enable DoS attack due to oversized file processing in github.com/filebrowser/filebrowser
GO-2025-3812: File Browser’s insecure JWT handling can lead to session replay attacks after logout in github.com/filebrowser/filebrowser
GO-2026-4713: File Browser TUS Negative Upload-Length Fires Post-Upload Hooks Prematurely in github.com/filebrowser/filebrowser
CopyDir copies a directory from source to dest and all
of its sub-directories. It doesn't stop if it finds an error
during the copy. Returns an error if any.
MoveFile moves file from src to dst.
By default the rename filesystem system call is used. If src and dst point to different volumes
the file copy is used as a fallback