cvelist/2017/16xxx/CVE-2017-16129.json
2018-06-06 22:03:06 -04:00

69 lines
2.2 KiB
JSON

{
"CVE_data_meta" : {
"ASSIGNER" : "support@hackerone.com",
"DATE_PUBLIC" : "2018-04-26T00:00:00",
"ID" : "CVE-2017-16129",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "superagent node module",
"version" : {
"version_data" : [
{
"version_value" : "<3.7.0"
}
]
}
}
]
},
"vendor_name" : "HackerOne"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "The HTTP client module superagent is vulnerable to ZIP bomb attacks. In a ZIP bomb attack, the HTTP server replies with a compressed response that becomes several magnitudes larger once uncompressed. If a client does not take special care when processing such responses, it may result in excessive CPU and/or memory consumption. An attacker might exploit such a weakness for a DoS attack. To exploit this the attacker must control the location (URL) that superagent makes a request to."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Improper Handling of Highly Compressed Data (Data Amplification) (CWE-409)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/visionmedia/superagent/issues/1259",
"refsource" : "MISC",
"url" : "https://github.com/visionmedia/superagent/issues/1259"
},
{
"name" : "https://nodesecurity.io/advisories/479",
"refsource" : "MISC",
"url" : "https://nodesecurity.io/advisories/479"
}
]
}
}