CVE-2020-7697

Severity CVSS v4.0:
Pending analysis
Type:
CWE-77 Command Injection
Publication date:
29/07/2020
Last modified:
21/07/2021

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);

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:mock2easy_project:mock2easy:*:*:*:*:*:node.js:*:*