๐Ÿ” CVE Alert

CVE-2026-45302

HIGH 8.2

Prototype Pollution in parse-nested-form-data via `__proto__` in FormData field names

CVSS Score
8.2
EPSS Score
0.0%
EPSS Percentile
0th

parse-nested-form-data is a tiny node module for parsing FormData by name into objects and arrays. Prior to version 1.0.1, parseFormData() 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. This issue has been patched in version 1.0.1.

CWE CWE-1321
Vendor milamer
Product parse-nested-form-data
Published Jun 1, 2026
Last Updated Jun 2, 2026
Stay Ahead of the Next One

Get instant alerts for milamer parse-nested-form-data

Be the first to know when new high vulnerabilities affecting milamer parse-nested-form-data are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

milamer / parse-nested-form-data
< 1.0.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/milamer/parse-nested-form-data/security/advisories/GHSA-xp7r-j8r6-j9h3 github.com: https://github.com/milamer/parse-nested-form-data/commit/527ad58eb486e32438f7198fb88315c20449d792 github.com: https://github.com/milamer/parse-nested-form-data/releases/tag/v1.0.1