CVE-2026-33228
Last modified
CVE-2026-33228 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 0.81% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Webreflection | Flatted | < 3.4.2 |
References
- https://github.com/WebReflection/flatted/security/advisories/GHSA-rf6f-7fwh-wjghExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-33228?
How severe is CVE-2026-33228?
How do I fix CVE-2026-33228?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-33220Weblate is a web based localization tool. In versions prior …6.8
- CVE-2026-33221Nhost is an open source Firebase alternative with GraphQL. P…5.3
- CVE-2026-33222NATS-Server is a High-Performance server for NATS.io, a clou…4.9
- CVE-2026-33223NATS-Server is a High-Performance server for NATS.io, a clou…5.4
- CVE-2026-33226Budibase is a low code platform for creating internal tools,…8.7
- CVE-2026-33227Improper validation and restriction of a classpath path name…4.3
- CVE-2026-33229XWiki Platform is a generic wiki platform offering runtime s…9.8
- CVE-2026-3323An unsecured configuration interface on affected devices all…7.5
- CVE-2026-33230NLTK (Natural Language Toolkit) is a suite of open source Py…6.1
- CVE-2026-33231NLTK (Natural Language Toolkit) is a suite of open source Py…7.5
- CVE-2026-33232AutoGPT is a workflow automation platform for creating, depl…7.5
- CVE-2026-33233AutoGPT is a workflow automation platform for creating, depl…7.6
Are you affected by CVE-2026-33228?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
