Uncontrolled Memory Allocation in FileBrowser - CVE-2025-53893
Published: June 8, 2026
FileBrowser
Detailed vulnerability description
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to memory allocation with excessive size value in the file reading logic of the /api/resources/{file-name} endpoint when reading a previously uploaded oversized file. A remote user can upload a very large file and then request it to be opened to cause a denial of service.
The issue occurs because the application attempts to load the entire file content into memory during read operations.