cvelist/2018/3xxx/CVE-2018-3772.json

63 lines
1.9 KiB
JSON
Raw Normal View History

2017-12-28 22:02:29 -05:00
{
2019-03-18 01:16:00 +00:00
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-03-28T00:00:00",
"ID": "CVE-2018-3772",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "whereis",
"version": {
"version_data": [
{
"version_value": ">= 0.4.1"
}
]
}
}
]
},
"vendor_name": "https://github.com/vvo"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
2019-03-18 01:16:00 +00:00
"lang": "eng",
"value": "Concatenating unsanitized user input in the `whereis` npm module < 0.4.1 allowed an attacker to execute arbitrary commands. The `whereis` module is deprecated and it is recommended to use the `which` npm module instead."
}
2019-03-18 01:16:00 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Command Injection - Generic (CWE-77)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://hackerone.com/reports/319476",
"refsource": "MISC",
"url": "https://hackerone.com/reports/319476"
}
]
}
}