cvelist/2017/16xxx/CVE-2017-16030.json

63 lines
2.0 KiB
JSON
Raw Normal View History

2017-10-29 14:04:06 -04:00
{
2019-03-17 22:08:16 +00:00
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2017-16030",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "useragent node module",
"version": {
"version_data": [
{
"version_value": "<=2.1.12"
}
]
}
}
]
},
"vendor_name": "HackerOne"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
2018-06-04 13:24:35 -04:00
{
2019-03-17 22:08:16 +00:00
"lang": "eng",
"value": "Useragent is used to parse useragent headers. It uses several regular expressions to accomplish this. An attacker could edit their own headers, creating an arbitrarily long useragent string, causing the event loop and server to block. This affects Useragent 2.1.12 and earlier."
2018-06-04 13:24:35 -04:00
}
2019-03-17 22:08:16 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Denial of Service (CWE-400)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://nodesecurity.io/advisories/312",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/312"
}
]
}
}