cvelist/2019/10xxx/CVE-2019-10196.json

67 lines
2.2 KiB
JSON
Raw Normal View History

2019-03-27 12:00:51 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2019-10196",
2021-03-19 20:00:42 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "nodejs-http-proxy-agent",
"version": {
"version_data": [
{
"version_value": "prior to nodejs-http-proxy-agent 2.1.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-665"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=1567245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1567245"
},
{
"refsource": "MISC",
"name": "https://www.npmjs.com/advisories/607",
"url": "https://www.npmjs.com/advisories/607"
}
]
2019-03-27 12:00:51 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-03-19 20:00:42 +00:00
"value": "A flaw was found in http-proxy-agent, prior to version 2.1.0. It was discovered http-proxy-agent passes an auth option to the Buffer constructor without proper sanitization. This could result in a Denial of Service through the usage of all available CPU resources and data exposure through an uninitialized memory leak in setups where an attacker could submit typed input to the auth parameter."
2019-03-27 12:00:51 +00:00
}
]
}
}