cvelist/2018/12xxx/CVE-2018-12115.json

94 lines
3.0 KiB
JSON
Raw Normal View History

2018-06-11 15:02:56 -04:00
{
"CVE_data_meta" : {
"ASSIGNER" : "cve-request@iojs.org",
"DATE_PUBLIC" : "2018-08-12T00:00:00",
2018-06-11 15:02:56 -04:00
"ID" : "CVE-2018-12115",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Node.js",
"version" : {
"version_data" : [
{
"version_value" : "All versions of Node.js prior to 6.14.4, 8.11.4 and 10.9.0"
}
]
}
}
]
},
"vendor_name" : "The Node.js Project"
}
]
}
2018-06-11 15:02:56 -04:00
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
2018-08-21 09:03:34 -04:00
"value" : "In all versions of Node.js prior to 6.14.4, 8.11.4 and 10.9.0 when used with UCS-2 encoding (recognized by Node.js under the names `'ucs2'`, `'ucs-2'`, `'utf16le'` and `'utf-16le'`), `Buffer#write()` can be abused to write outside of the bounds of a single `Buffer`. Writes that start from the second-to-last position of a buffer cause a miscalculation of the maximum length of the input bytes to be written."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-787: Out-of-bounds Write"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2018-08-21 09:03:34 -04:00
"name" : "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/",
"refsource" : "CONFIRM",
"url" : "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/"
2018-08-23 06:11:00 -04:00
},
{
"name" : "RHSA-2018:2552",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:2552"
},
{
"name" : "RHSA-2018:2553",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:2553"
},
2018-10-18 06:07:14 -04:00
{
"name" : "RHSA-2018:2944",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:2944"
},
2018-10-19 06:06:20 -04:00
{
"name" : "RHSA-2018:2949",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:2949"
},
2018-12-04 06:09:30 -05:00
{
"name" : "RHSA-2018:3537",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:3537"
},
2018-08-23 06:11:00 -04:00
{
"name" : "105127",
"refsource" : "BID",
"url" : "http://www.securityfocus.com/bid/105127"
2018-06-11 15:02:56 -04:00
}
]
}
}