Vulnerabilities/

form-data-objectizer: Prototype pollution in form-data-objectizer via bracket-notation form keys

Severity:
High

Description

form-data-objectizer walks bracket-notation form keys (e.g. name[sub]) into nested objects without filtering __proto__, constructor, or prototype. A single HTTP form field whose name starts with __proto__[...] causes the library to mutate Object.prototype, which is a prototype pollution primitive of the entire Node.js process.

Recommendation

Update the form-data-objectizer package to the latest compatible version. Followings are version details:

References

Related Issues

Tags:
npm
form-data-objectizer
Anything's wrong? Let us know Last updated on June 09, 2026