GHSA-xp7r-j8r6-j9h3
HIGHCVE-2026-45302parseFormData() walks bracket and dot-notation FormData field names into nested objects without filtering reserved property keys. A single FormData field whose name begins with proto, or contains .proto. mid-path, causes the parser to traverse onto Object.prototype and assign properties there, polluting the prototype chain of every plain object in the running process.
- Affected
- <= 1.0.0, >=0, <1.0.1
- Fixed in
- 1.0.1
- Weakness
- CWE-1321
- Published
- 2026-05-18
- Source
- github