SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-77037

HIGH · CVSS 7.5 EPSS 0.35% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The multer middleware for handling multipart/form-data in Node.js versions prior to 2.3.0 is vulnerable to a denial-of-service attack due to improper handling of aborted or truncated uploads, which can lead to resource exhaustion from leaked file descriptors. This issue allows remote attackers to exploit upload routes, potentially causing significant disruption to services. Organizations using multer for file uploads should prioritize upgrading to version 2.3.0 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-77037
Severity
HIGH
CVSS
7.5
EPSS
0.35%

Original NVD Description

multer is a middleware for handling multipart/form-data in Node.js. In version 2.2.0, when a disk-backed upload is aborted or truncated before the write stream finishes, multer's disk storage engine removes the visible file but does not close the underlying write file descriptor, leaving a deleted but still open descriptor. A remote attacker able to reach an upload route using the built-in disk storage can send repeated aborted or malformed multipart uploads, each one leaking a file descriptor and retaining disk blocks until the process exits, which can exhaust resources and cause a denial of service. The issue is fixed in multer 2.3.0, which closes the destination write stream on abnormal source termination and defers cleanup until the stream has closed. Upgrade to multer 2.3.0 to remediate.

Related CVEs

Other vulnerabilities affecting the same vendor(s)