multer vulnerable to file size limit bypass via async fileFilter race condition
GHSA-qvfw-j98x-7q72 · CVE-2026-77063
Published · Modified
AI SAST
Find this class of vulnerability in your own code
Corgea's AI-native static analysis detects vulnerabilities like this one across your repositories, ranks them by exploitability, and returns review-ready fixes.
Description
Impact
When multer is configured with an asynchronous fileFilter, the limits.fileSize limit can be bypassed. The 'limit' event is registered inside the async fileFilter callback, so if a file exceeds limits.fileSize before that callback runs, the event is missed and the oversized upload is accepted instead of being rejected with a LIMIT_FILE_SIZE error. Applications that rely on limits.fileSize to reject oversized uploads are affected on all upload methods (.single(), .array(), .fields(), .any()). Uploads using a synchronous fileFilter are not affected.
Patches
Users should upgrade to 2.3.0.
Workarounds
Use a synchronous fileFilter, or validate the uploaded file size after the upload completes.
References
- WEB https://github.com/expressjs/multer/security/advisories/GHSA-qvfw-j98x-7q72
- ADVISORY https://nvd.nist.gov/vuln/detail/CVE-2026-77063
- WEB https://github.com/expressjs/multer/commit/ab6aeae650328cf31799dcfa4c3e116ba8faaacc
- WEB https://cna.openjsf.org/security-advisories.html
- PACKAGE https://github.com/expressjs/multer
- WEB https://github.com/expressjs/multer/releases/tag/v2.3.0
Ready to move
Start Securing
Free, no credit card | First findings in minutes