CVE-2026-3520: Multer vulnerable to Denial of Service via uncontrolled recursion
Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability in Multer prior to version 2.1.1 allows an attacker to trigger a Denial of Service (DoS) by sending malformed requests, potentially causing stack overflow. Users should upgrade to version 2.1.1 to receive a patch. No known workarounds are available.
Security readout for executives and security teams
Plain-English summary
CVE-2026-3520 affects Multer, a common Node.js file-upload middleware. Vulnerable versions before 2.1.1 can be crashed by malformed upload requests, causing denial of service. This is most urgent for internet-facing applications that accept multipart/form-data uploads. Sources do not indicate confirmed active exploitation.
Executive priority
Prioritize remediation for public upload services and customer-facing APIs. The risk is service disruption, not data theft based on current sources, but exploitation requires no authentication and low complexity.
Technical view
Multer before 2.1.1 has uncontrolled recursion that can be triggered through malformed multipart requests, potentially causing stack overflow and availability loss. CVSS 4.0 is 8.7 with network attack vector, low complexity, no privileges, and no user interaction. Listed weaknesses include CWE-674 and CWE-770.
Likely exposure
Exposure is likely where Node.js or Express applications use Multer before 2.1.1 to process file uploads or other multipart/form-data requests, especially on public endpoints.
Exploitation context
An unauthenticated remote attacker may be able to send malformed multipart requests that crash or exhaust the application process. KEV is false, and the provided sources do not report active exploitation.
Researcher notes
The public record points to uncontrolled recursion and resource exhaustion in multipart parsing. The fixing commit is referenced publicly. Avoid assuming affected downstream products beyond environments that include vulnerable Multer versions or vendor advisories that explicitly mention impact.
Mitigation direction
Upgrade Multer to version 2.1.1 or later.
If using Red Hat-packaged software, review the listed RHSA advisories.
Check vendor guidance for environment-specific remediation.
No workaround is identified in the provided advisory sources.
Validation and detection
Inventory package manifests and lockfiles for Multer versions below 2.1.1.
Identify application routes that process multipart/form-data through Multer.
Confirm deployed containers and builds include the upgraded dependency.
Review availability monitoring for unexplained crashes on upload endpoints.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-674: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-674 · source CWE mapping
Uncontrolled Recursion
Uncontrolled Recursion represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Allocation of Resources Without Limits or Throttling
Allocation of Resources Without Limits or Throttling represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.