RCE in Mock2easy Project
CVE-2020-7697
This affects all versions of package mock2easy. a malicious user could inject commands through the _data variable: Affected Area require('../server/getJsonByCurl')(mock2easy, function (error, stdout) { if (error) { return res.json(500, error); } res.json(JSON.parse(stdout)); }, '', _data.interfaceUrl, query, _data.cookie,_data.interfaceType);
Vulnerability class: Command Injection (OS Command Injection)
EPSS: 0.020 (79.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 9.8 (Critical). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Mock2easy_project Mock2easy
- N/a Mock2easy — versions 0
Weakness classification (CWE)
References
- report@snyk.io (Exploit, Third Party Advisory, x_refsource_MISC)
- report@snyk.io (Third Party Advisory, x_refsource_MISC)
Frequently asked questions
- What is CVE-2020-7697?
- CVE-2020-7697 is a critical-severity vulnerability in Mock2easy Project, classified under Command Injection. CVSS score: 9.8/10. Published 2020-07-29.
- How severe is CVE-2020-7697?
- Critical severity. CVSS v3 base score is 9.8 out of 10.