cvelist/2022/32xxx/CVE-2022-32215.json
2022-07-14 15:00:46 +00:00

67 lines
2.1 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-32215",
"ASSIGNER": "support@hackerone.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "https://github.com/nodejs/node",
"version": {
"version_data": [
{
"version_value": "Fixed in 14.20.0+, 16.20.0+,18.5.0+"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "HTTP Request Smuggling (CWE-444)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://nodejs.org/en/blog/vulnerability/july-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/july-2022-security-releases/"
},
{
"refsource": "MISC",
"name": "https://hackerone.com/reports/1501679",
"url": "https://hackerone.com/reports/1501679"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The llhttp parser in the http module in Node v17.6.0 does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS)."
}
]
}
}