๐Ÿ” CVE Alert

CVE-2026-33228

UNKNOWN 0.0

flatted: Prototype Pollution via parse()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
7th

flatted is a circular JSON parser. Prior to version 3.4.2, the parse() function in flatted can use attacker-controlled string values from the parsed JSON as direct array index keys, without validating that they are numeric. Since the internal input buffer is a JavaScript Array, accessing it with the key "__proto__" returns Array.prototype via the inherited getter. This object is then treated as a legitimate parsed value and assigned as a property of the output object, effectively leaking a live reference to Array.prototype to the consumer. Any code that subsequently writes to that property will pollute the global prototype. This issue has been patched in version 3.4.2.

CWE CWE-1321
Vendor webreflection
Product flatted
Published Mar 20, 2026
Last Updated Mar 24, 2026
Stay Ahead of the Next One

Get instant alerts for webreflection flatted

Be the first to know when new unknown vulnerabilities affecting webreflection flatted are published โ€” delivered to Slack, Telegram or Discord.

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

Affected Versions

WebReflection / flatted
< 3.4.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/WebReflection/flatted/security/advisories/GHSA-rf6f-7fwh-wjgh github.com: https://github.com/WebReflection/flatted/commit/885ddcc33cf9657caf38c57c7be45ae1c5272802 github.com: https://github.com/WebReflection/flatted/releases/tag/v3.4.2