cvelist/2017/16xxx/CVE-2017-16026.json
2019-03-18 06:45:17 +00:00

73 lines
2.4 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2017-16026",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "request node module",
"version": {
"version_data": [
{
"version_value": ">=2.2.6 <2.47.0 || >2.51.0 <=2.67.0"
}
]
}
}
]
},
"vendor_name": "HackerOne"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Request is an http client. If a request is made using ```multipart```, and the body type is a ```number```, then the specified number of non-zero memory is passed in the body. This affects Request >=2.2.6 <2.47.0 || >2.51.0 <=2.67.0."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Information Exposure Through Sent Data (CWE-201)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/request/request/pull/2018",
"refsource": "MISC",
"url": "https://github.com/request/request/pull/2018"
},
{
"name": "https://nodesecurity.io/advisories/309",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/309"
},
{
"name": "https://github.com/request/request/issues/1904",
"refsource": "MISC",
"url": "https://github.com/request/request/issues/1904"
}
]
}
}