From 703464cb09d8cb5f8930f1349e296310ab4c1fe9 Mon Sep 17 00:00:00 2001 From: Laura Pardo Date: Tue, 26 Mar 2019 12:43:57 -0300 Subject: [PATCH] CVE-2018-16856 --- 2018/16xxx/CVE-2018-16856.json | 72 ++++++++++++++++++++++++++++++---- 1 file changed, 64 insertions(+), 8 deletions(-) diff --git a/2018/16xxx/CVE-2018-16856.json b/2018/16xxx/CVE-2018-16856.json index f0972bf8aa7..ea4570f1ad7 100644 --- a/2018/16xxx/CVE-2018-16856.json +++ b/2018/16xxx/CVE-2018-16856.json @@ -1,18 +1,74 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2018-16856", - "STATE": "RESERVED" - }, - "data_format": "MITRE", "data_type": "CVE", + "data_format": "MITRE", "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2018-16856", + "ASSIGNER": "lpardo@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "[UNKNOWN]", + "product": { + "product_data": [ + { + "product_name": "openstack-octavia", + "version": { + "version_data": [ + { + "version_value": "2.0.2-5" + }, + { + "version_value": "openstack-octavia-3.0.1-0.20181009115732" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-532" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16856", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16856", + "refsource": "CONFIRM" + } + ] + }, "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." + "value": "In a default Red Hat Openstack Platform Director installation, openstack-octavia before versions openstack-octavia 2.0.2-5 and openstack-octavia-3.0.1-0.20181009115732 creates log files that are readable by all users. Sensitive information such as private keys can appear in these log files allowing for information exposure." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "5.5/CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", + "version": "3.0" + } + ] + ] } -} \ No newline at end of file +}