CVE-2020-28279: flattenizer vulnerable to prototype pollution
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.85855%
CWE
Published
5/24/2022
Updated
4/10/2024
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| flattenizer | npm | >= 0.0.5, <= 1.0.5 | 1.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The vulnerability documentation explicitly names 'unflatten()' as the vulnerable function.
- The PoC demonstrates exploitation through unflatten()
- The GitHub fix shows prototype pollution prevention was added to the property explosion logic called by unflatten
- The CWE-1321 mapping confirms this is a prototype pollution vulnerability in object property handling
- The commit diff modifies the unflatten-related logic to skip proto properties