CVE-2020-7720:
Prototype Pollution in node-forge
8.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
9/14/2020
Updated
2/12/2025
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/E:P/RL:O/RC:C
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
node-forge | npm | < 0.10.0 | 0.10.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability CVE-2020-7720 and GHSA-92xj-mqp7-vmcj explicitly reference util.setPath as the entry point for prototype pollution. The GitHub commit 6a1e3ef removes this function specifically due to security concerns, and the CHANGELOG confirms the removal was motivated by the prototype pollution risk. The function's implementation in the diff shows it recursively sets properties without checking for prototype pollution vectors like 'proto'.