Vulnerability Description
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);
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Mock2Easy Project | Mock2Easy | All versions |
Related Weaknesses (CWE)
References
- https://snyk.io/vuln/SNYK-JS-MOCK2EASY-572312ExploitThird Party Advisory
- https://www.npmjs.com/package/mock2easyThird Party Advisory
- https://snyk.io/vuln/SNYK-JS-MOCK2EASY-572312ExploitThird Party Advisory
- https://www.npmjs.com/package/mock2easyThird Party Advisory
FAQ
What is CVE-2020-7697?
CVE-2020-7697 is a vulnerability with a CVSS score of 9.8 (CRITICAL). 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) ...
How severe is CVE-2020-7697?
CVE-2020-7697 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2020-7697?
Check the references section above for vendor advisories and patch information. Affected products include: Mock2Easy Project Mock2Easy.