CVE-2020-28279 – flattenizer
Package
Manager: npm
Name: flattenizer
Vulnerable Version: >=0.0.5 <1.1.1
Severity
Level: Critical
CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
EPSS: 0.02883 pctl0.85789
Details
flattenizer vulnerable to prototype pollution ### Overview Prototype pollution vulnerability in ‘flattenizer’ versions 0.0.5 through 1.0.5 allows an attacker to cause a denial of service and may lead to remote code execution. ### Details The NPM module 'flattenizer' can be abused by Prototype Pollution vulnerability since the function 'unflatten()' did not check for the type of object before assigning value to the property. Due to this flaw an attacker could create a non-existent property or able to manipulate the property which leads to Denial of Service or potentially Remote code execution. ### PoC Details There is no validation before assigning the property to check whether the assigned argument is the Object's own property or not, the property `polluted` will be directly be assigned thereby polluting the Object prototype. Later in the code, if there is a check to validate `polluted` the valued would be substituted as "true" as it had been polluted. ```js var flattenizer = require("flattenizer") flattenizer.unflatten({'__proto__.polluted': true}); console.log(polluted); ```
Metadata
Created: 2022-05-24T17:37:25Z
Modified: 2024-04-01T22:02:50Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-vq33-26pr-r4h6/GHSA-vq33-26pr-r4h6.json
CWE IDs: ["CWE-1321"]
Alternative ID: GHSA-vq33-26pr-r4h6
Finding: F390
Auto approve: 1