From 34ac4b9b64fcd3c833dbda29b834987d99af64ba Mon Sep 17 00:00:00 2001 From: Laura Pardo Date: Wed, 4 Jul 2018 09:57:14 -0300 Subject: [PATCH] CVE-2018-10885 --- 2018/10xxx/CVE-2018-10885.json | 83 +++++++++++++++++++++++++++------- 1 file changed, 67 insertions(+), 16 deletions(-) diff --git a/2018/10xxx/CVE-2018-10885.json b/2018/10xxx/CVE-2018-10885.json index fb38ab229f4..449137e8222 100644 --- a/2018/10xxx/CVE-2018-10885.json +++ b/2018/10xxx/CVE-2018-10885.json @@ -1,18 +1,69 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-10885", - "STATE" : "RESERVED" - }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "description" : { - "description_data" : [ - { - "lang" : "eng", - "value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." - } - ] - } + "impact": { + "cvss": [ + [ + { + "vectorString": "6.5/CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", + "version": "3.0" + } + ] + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "In atomic-openshift before version 3.10.9 a malicious network-policy configuration can cause Openshift Routing to crash when using ovs-networkpolicy plugin. An attacker can use this flaw to cause a Denial of Service (DoS) attack on an Openshift 3.9, or 3.7 Cluster." + } + ] + }, + "data_type": "CVE", + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "version": { + "version_data": [ + { + "version_value": "atomic-openshift 3.10.9" + } + ] + }, + "product_name": "atomic-openshift" + } + ] + }, + "vendor_name": "[UNKNOWN]" + } + ] + } + }, + "data_format": "MITRE", + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20" + } + ] + } + ] + }, + "data_version": "4.0", + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10885" + } + ] + }, + "CVE_data_meta": { + "ID": "CVE-2018-10885", + "ASSIGNER": "lpardo@redhat.com" + } }