Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
WebReflection flatted — flatted: Prototype Pollution via parse()
AV AC AT PR UI VC VI VA CVSS EPSS %ile KEV
N L N N N H H H 8.9 .0081 54.0 —
AFFECTED
Product Versions Fixed
flatted < 3.4.2 – —
TIMELINE
Mar 18 Reserved by GitHub_M
Mar 20 Published (CNA: GitHub_M)
Aug 4 EXPLOIT PUBLISHED — CVE-2026-33228 (WebReflection flatted). Public exploit reference added.
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.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| March 18, 2026 | Reserved | Reserved by GitHub_M |
| March 20, 2026 | Published | Published (CNA: GitHub_M) |
| August 4, 2026 | EXPLOIT PUBLISHED | EXPLOIT PUBLISHED — CVE-2026-33228 (WebReflection flatted). Public exploit reference added. |
Affected
Affected products and packages — 1 row
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| WebReflection | flatted | — | < 3.4.2 | — |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-33228 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.