CVE-2026-82333
Last modified
CVE-2026-82333 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. multer is a middleware for handling multipart/form-data in Node.js. A small multipart request with two specially crafted text field names can make multer's field parser synchronously iterate a maximum-length sparse array, blocking the event loop so the process cannot handle other requests. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
multer is a middleware for handling multipart/form-data in Node.js. A small multipart request with two specially crafted text field names can make multer's field parser synchronously iterate a maximum-length sparse array, blocking the event loop so the process cannot handle other requests. A large numeric array index in the first field allocates a maximum-length sparse array, and a second field with a non-numeric key then triggers a full-length iteration inside the append-field dependency. All versions before 2.3.0 are affected, and this is a remotely triggerable denial of service. multer 2.3.0 adds an opt-in fieldArrayIndexLimit option that rejects oversized array indexes. Upgrade to multer 2.3.0 and set limits.fieldArrayIndexLimit to the largest array index your application needs to remediate.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| multer | multer | < 2.3.0 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-82333?
How severe is CVE-2026-82333?
How do I fix CVE-2026-82333?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-82324A flaw was found in the file-iff (IFF/ILBM) plugin in GIMP. …6.1
- CVE-2026-82327A flaw was found in libsolv, a dependency-resolution library…5.5
- CVE-2026-82328A flaw was found in the file-ico plugin in GIMP. When proces…6.1
- CVE-2026-82329JFrog Artifactory contains an authentication weakness that, …9.8
- CVE-2026-8233A vulnerability was determined in Dotouch XproUPF 2.0.0-rele…4.6
- CVE-2026-82330A flaw was found in the file-pvr plugin in GIMP. When proces…6.1
- CVE-2026-8234A security vulnerability has been detected in EFM ipTIME A80…8.8
- CVE-2026-82343A flaw was found in the file-psd plugin in GIMP. When proces…6.1
- CVE-2026-82346A potential security vulnerability has been identified in th…7
- CVE-2026-8235A vulnerability was detected in 8421bit MiniClaw 0.8.0/0.9.0…5.5
- CVE-2026-8236Concrete CMS 9.5.0 and below is vulnerable to IDOR combined …4.3
- CVE-2026-82364A security vulnerability has been detected in macrozheng mal…4.2
Are you affected by CVE-2026-82333?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
