PT-2026-39997 · Npm · Multipart
Blake Embrey
+5
·
Published
2026-05-12
·
Updated
2026-05-18
·
CVE-2026-8161
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
multiparty versions 4.2.3 and earlier
Description
A denial of service occurs when a multipart/form-data request is sent with a field name that collides with an inherited Object.prototype property, such as
proto, constructor, or toString. This causes the parser to invoke the .push() function on the inherited prototype value instead of an array, resulting in a TypeError that triggers an uncaught exception and crashes the process. This issue affects any service that accepts multipart uploads via multiparty.Recommendations
Update to version 4.3.0 or higher.
Fix
DoS
Prototype Pollution
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Multipart