cvelist/2020/7xxx/CVE-2020-7614.json
2020-04-07 14:01:13 +00:00

67 lines
2.1 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-7614",
"ASSIGNER": "report@snyk.io",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "npm-programmatic",
"version": {
"version_data": [
{
"version_value": "All versions including 0.0.12"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Command Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://snyk.io/vuln/SNYK-JS-NPMPROGRAMMATIC-564115",
"url": "https://snyk.io/vuln/SNYK-JS-NPMPROGRAMMATIC-564115"
},
{
"refsource": "MISC",
"name": "https://github.com/Manak/npm-programmatic/blob/master/index.js#L18",
"url": "https://github.com/Manak/npm-programmatic/blob/master/index.js#L18"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "npm-programmatic through 0.0.12 is vulnerable to Command Injection.The packages and option properties are concatenated together without any validation and are used by the 'exec' function directly."
}
]
}
}