From fe3df44ffd08f3ff98a54b1804d65c16910942b7 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 7 Nov 2018 09:06:21 -0500 Subject: [PATCH] - Synchronized data. --- 2018/16xxx/CVE-2018-16843.json | 151 +++++++++++++++++---------------- 2018/16xxx/CVE-2018-16844.json | 151 +++++++++++++++++---------------- 2018/16xxx/CVE-2018-16845.json | 151 +++++++++++++++++---------------- 2018/8xxx/CVE-2018-8021.json | 2 + 4 files changed, 233 insertions(+), 222 deletions(-) diff --git a/2018/16xxx/CVE-2018-16843.json b/2018/16xxx/CVE-2018-16843.json index 888c2064181..83463df9b10 100644 --- a/2018/16xxx/CVE-2018-16843.json +++ b/2018/16xxx/CVE-2018-16843.json @@ -1,77 +1,80 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2018-16843", - "ASSIGNER": "sfowler@redhat.com" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "[UNKNOWN]", - "product": { - "product_data": [ - { - "product_name": "nginx", - "version": { - "version_data": [ - { - "version_value": "1.15.6" - }, - { - "version_value": "1.14.1" - } - ] - } - } - ] - } - } + "CVE_data_meta" : { + "ASSIGNER" : "sfowler@redhat.com", + "ID" : "CVE-2018-16843", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "nginx", + "version" : { + "version_data" : [ + { + "version_value" : "1.15.6" + }, + { + "version_value" : "1.14.1" + } + ] + } + } + ] + }, + "vendor_name" : "[UNKNOWN]" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "nginx before versions 1.15.6 and 1.14.1 has a vulnerability in the implementation of HTTP/2 that can allow for excessive memory consumption. This issue affects nginx compiled with the ngx_http_v2_module (not compiled by default) if the 'http2' option of the 'listen' directive is used in a configuration file." + } + ] + }, + "impact" : { + "cvss" : [ + [ + { + "vectorString" : "5.3/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", + "version" : "3.0" + } + ] + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-400" + } ] - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-400" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "http://mailman.nginx.org/pipermail/nginx-announce/2018/000220.html" - }, - { - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16843", - "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16843", - "refsource": "CONFIRM" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "nginx before versions 1.15.6 and 1.14.1 has a vulnerability in the implementation of HTTP/2 that can allow for excessive memory consumption. This issue affects nginx compiled with the ngx_http_v2_module (not compiled by default) if the 'http2' option of the 'listen' directive is used in a configuration file." - } - ] - }, - "impact": { - "cvss": [ - [ - { - "vectorString": "5.3/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", - "version": "3.0" - } - ] - ] - } + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "http://mailman.nginx.org/pipermail/nginx-announce/2018/000220.html", + "refsource" : "MISC", + "url" : "http://mailman.nginx.org/pipermail/nginx-announce/2018/000220.html" + }, + { + "name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16843", + "refsource" : "CONFIRM", + "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16843" + } + ] + } } diff --git a/2018/16xxx/CVE-2018-16844.json b/2018/16xxx/CVE-2018-16844.json index 5db61eb0bd3..3702355aeea 100644 --- a/2018/16xxx/CVE-2018-16844.json +++ b/2018/16xxx/CVE-2018-16844.json @@ -1,77 +1,80 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2018-16844", - "ASSIGNER": "sfowler@redhat.com" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "[UNKNOWN]", - "product": { - "product_data": [ - { - "product_name": "nginx", - "version": { - "version_data": [ - { - "version_value": "1.15.6" - }, - { - "version_value": "1.14.1" - } - ] - } - } - ] - } - } + "CVE_data_meta" : { + "ASSIGNER" : "sfowler@redhat.com", + "ID" : "CVE-2018-16844", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "nginx", + "version" : { + "version_data" : [ + { + "version_value" : "1.15.6" + }, + { + "version_value" : "1.14.1" + } + ] + } + } + ] + }, + "vendor_name" : "[UNKNOWN]" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "nginx before versions 1.15.6 and 1.14.1 has a vulnerability in the implementation of HTTP/2 that can allow for excessive CPU usage. This issue affects nginx compiled with the ngx_http_v2_module (not compiled by default) if the 'http2' option of the 'listen' directive is used in a configuration file." + } + ] + }, + "impact" : { + "cvss" : [ + [ + { + "vectorString" : "5.3/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", + "version" : "3.0" + } + ] + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-400" + } ] - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-400" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "http://mailman.nginx.org/pipermail/nginx-announce/2018/000220.html" - }, - { - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16844", - "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16844", - "refsource": "CONFIRM" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "nginx before versions 1.15.6 and 1.14.1 has a vulnerability in the implementation of HTTP/2 that can allow for excessive CPU usage. This issue affects nginx compiled with the ngx_http_v2_module (not compiled by default) if the 'http2' option of the 'listen' directive is used in a configuration file." - } - ] - }, - "impact": { - "cvss": [ - [ - { - "vectorString": "5.3/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", - "version": "3.0" - } - ] - ] - } + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "http://mailman.nginx.org/pipermail/nginx-announce/2018/000220.html", + "refsource" : "MISC", + "url" : "http://mailman.nginx.org/pipermail/nginx-announce/2018/000220.html" + }, + { + "name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16844", + "refsource" : "CONFIRM", + "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16844" + } + ] + } } diff --git a/2018/16xxx/CVE-2018-16845.json b/2018/16xxx/CVE-2018-16845.json index eafd5665690..581b9c04def 100644 --- a/2018/16xxx/CVE-2018-16845.json +++ b/2018/16xxx/CVE-2018-16845.json @@ -1,77 +1,80 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2018-16845", - "ASSIGNER": "sfowler@redhat.com" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "[UNKNOWN]", - "product": { - "product_data": [ - { - "product_name": "nginx", - "version": { - "version_data": [ - { - "version_value": "1.15.6" - }, - { - "version_value": "1.14.1" - } - ] - } - } - ] - } - } + "CVE_data_meta" : { + "ASSIGNER" : "sfowler@redhat.com", + "ID" : "CVE-2018-16845", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "nginx", + "version" : { + "version_data" : [ + { + "version_value" : "1.15.6" + }, + { + "version_value" : "1.14.1" + } + ] + } + } + ] + }, + "vendor_name" : "[UNKNOWN]" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "nginx before versions 1.15.6, 1.14.1 has a vulnerability in the ngx_http_mp4_module, which might allow an attacker to cause infinite loop in a worker process, cause a worker process crash, or might result in worker process memory disclosure by using a specially crafted mp4 file. The issue only affects nginx if it is built with the ngx_http_mp4_module (the module is not built by default) and the .mp4. directive is used in the configuration file. Further, the attack is only possible if an attacker is able to trigger processing of a specially crafted mp4 file with the ngx_http_mp4_module." + } + ] + }, + "impact" : { + "cvss" : [ + [ + { + "vectorString" : "8.2/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H", + "version" : "3.0" + } + ] + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-400" + } ] - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-400" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "http://mailman.nginx.org/pipermail/nginx-announce/2018/000221.html" - }, - { - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16845", - "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16845", - "refsource": "CONFIRM" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "nginx before versions 1.15.6, 1.14.1 has a vulnerability in the ngx_http_mp4_module, which might allow an attacker to cause infinite loop in a worker process, cause a worker process crash, or might result in worker process memory disclosure by using a specially crafted mp4 file. The issue only affects nginx if it is built with the ngx_http_mp4_module (the module is not built by default) and the .mp4. directive is used in the configuration file. Further, the attack is only possible if an attacker is able to trigger processing of a specially crafted mp4 file with the ngx_http_mp4_module." - } - ] - }, - "impact": { - "cvss": [ - [ - { - "vectorString": "8.2/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H", - "version": "3.0" - } - ] - ] - } + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "http://mailman.nginx.org/pipermail/nginx-announce/2018/000221.html", + "refsource" : "MISC", + "url" : "http://mailman.nginx.org/pipermail/nginx-announce/2018/000221.html" + }, + { + "name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16845", + "refsource" : "CONFIRM", + "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16845" + } + ] + } } diff --git a/2018/8xxx/CVE-2018-8021.json b/2018/8xxx/CVE-2018-8021.json index 721c85ebae4..7beaa36c1e2 100644 --- a/2018/8xxx/CVE-2018-8021.json +++ b/2018/8xxx/CVE-2018-8021.json @@ -53,6 +53,8 @@ "references" : { "reference_data" : [ { + "name" : "https://github.com/apache/incubator-superset/pull/4243", + "refsource" : "MISC", "url" : "https://github.com/apache/incubator-superset/pull/4243" } ]