mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-07-30 18:04:30 +00:00
74 lines
2.6 KiB
JSON
74 lines
2.6 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "cve-request@iojs.org",
|
|
"DATE_PUBLIC": "2018-06-12T00:00:00",
|
|
"ID": "CVE-2018-7161",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "Node.js",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": "8.x+"
|
|
},
|
|
{
|
|
"version_value": "9.x+"
|
|
},
|
|
{
|
|
"version_value": "10.x+"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "The Node.js Project"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "All versions of Node.js 8.x, 9.x, and 10.x are vulnerable and the severity is HIGH. An attacker can cause a denial of service (DoS) by causing a node server providing an http2 server to crash. This can be accomplished by interacting with the http2 server in a manner that triggers a cleanup bug where objects are used in native code after they are no longer available. This has been addressed by updating the http2 implementation."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Denial of Service"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"name": "106363",
|
|
"refsource": "BID",
|
|
"url": "http://www.securityfocus.com/bid/106363"
|
|
},
|
|
{
|
|
"name": "https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/",
|
|
"refsource": "CONFIRM",
|
|
"url": "https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/"
|
|
}
|
|
]
|
|
}
|
|
} |