{ "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-26301", "STATE": "PUBLIC", "TITLE": "Command injection in mscdex/ssh2" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "ssh2", "version": { "version_data": [ { "version_value": "< 1.4.0" } ] } } ] }, "vendor_name": "mscdex" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "ssh2 is client and server modules written in pure JavaScript for node.js. In ssh2 before version 1.4.0 there is a command injection vulnerability. The issue only exists on Windows. This issue may lead to remote code execution if a client of the library calls the vulnerable method with untrusted input. This is fixed in version 1.4.0." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-78 OS Command Injection" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/mscdex/ssh2/commit/f763271f41320e71d5cbee02ea5bc6a2ded3ca21", "refsource": "MISC", "url": "https://github.com/mscdex/ssh2/commit/f763271f41320e71d5cbee02ea5bc6a2ded3ca21" }, { "name": "https://securitylab.github.com/advisories/GHSL-2020-123-mscdex-ssh2/", "refsource": "CONFIRM", "url": "https://securitylab.github.com/advisories/GHSL-2020-123-mscdex-ssh2/" }, { "name": "https://www.npmjs.com/package/ssh2", "refsource": "MISC", "url": "https://www.npmjs.com/package/ssh2" } ] }, "source": { "advisory": "GHSL-2020-123", "discovery": "INTERNAL" } }