Race condition in multer - CVE-2026-77063
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass file size restrictions on uploaded files.
The vulnerability exists due to a race condition in the asynchronous fileFilter handling in multer when processing file uploads with an asynchronous fileFilter. A remote attacker can upload an oversized file to bypass file size restrictions on uploaded files.
Only uploads using an asynchronous fileFilter are affected; uploads using a synchronous fileFilter are not affected.