cvelist/2017/16xxx/CVE-2017-16005.json
2019-03-18 01:55:34 +00:00

68 lines
2.3 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2017-16005",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "http-signature node module",
"version": {
"version_data": [
{
"version_value": "<=0.9.11"
}
]
}
}
]
},
"vendor_name": "HackerOne"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Http-signature is a \"Reference implementation of Joyent's HTTP Signature Scheme\". In versions <=0.9.11, http-signature signs only the header values, but not the header names. This makes http-signature vulnerable to header forgery. Thus, if an attacker can intercept a request, he can swap header names and change the meaning of the request without changing the signature."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Input Validation (CWE-20)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/joyent/node-http-signature/issues/10",
"refsource": "MISC",
"url": "https://github.com/joyent/node-http-signature/issues/10"
},
{
"name": "https://nodesecurity.io/advisories/318",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/318"
}
]
}
}