Resource exhaustion in multer - CVE-2026-82333
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in the append-field dependency used by multer when parsing multipart field names with crafted bracket notation. A remote attacker can send a specially crafted HTTP request with an oversized array index in a field name to cause a denial of service.
A single crafted multipart request is sufficient to trigger synchronous CPU consumption that prevents the process from handling other requests.