From 6197fc0c9da577235b29f5a0c79eda4015479fb3 Mon Sep 17 00:00:00 2001 From: Laura Pardo Date: Tue, 26 Jun 2018 14:11:20 -0300 Subject: [PATCH] CVE-2018-1072 --- 2018/1xxx/CVE-2018-1072.json | 83 +++++++++++++++++++++++++++++------- 1 file changed, 67 insertions(+), 16 deletions(-) diff --git a/2018/1xxx/CVE-2018-1072.json b/2018/1xxx/CVE-2018-1072.json index c4f1743c064..34a2c3b7ead 100644 --- a/2018/1xxx/CVE-2018-1072.json +++ b/2018/1xxx/CVE-2018-1072.json @@ -1,18 +1,69 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-1072", - "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": "5/CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", + "version": "3.0" + } + ] + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "ovirt-engine before version ovirt 4.2.2 is vulnerable to an information exposure through log files. When engine-backup was run with one of the options \"--provision*db\", the database username and password were logged in cleartext. Sharing the provisioning log might inadvertently leak database passwords." + } + ] + }, + "data_type": "CVE", + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "version": { + "version_data": [ + { + "version_value": "oVirt 4.2.2" + } + ] + }, + "product_name": "ovirt-engine-setup" + } + ] + }, + "vendor_name": "[UNKNOWN]" + } + ] + } + }, + "data_format": "MITRE", + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-532" + } + ] + } + ] + }, + "data_version": "4.0", + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1072" + } + ] + }, + "CVE_data_meta": { + "ID": "CVE-2018-1072", + "ASSIGNER": "lpardo@redhat.com" + } }