From 0ca22b387cb1bdca0082f0597f5cc9b5f4fde565 Mon Sep 17 00:00:00 2001 From: Laura Pardo Date: Fri, 29 Jun 2018 18:55:54 -0300 Subject: [PATCH] CVE-2018-10874 --- 2018/10xxx/CVE-2018-10874.json | 83 +++++++++++++++++++++++++++------- 1 file changed, 67 insertions(+), 16 deletions(-) diff --git a/2018/10xxx/CVE-2018-10874.json b/2018/10xxx/CVE-2018-10874.json index ab450871476..a9099862348 100644 --- a/2018/10xxx/CVE-2018-10874.json +++ b/2018/10xxx/CVE-2018-10874.json @@ -1,18 +1,69 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-10874", - "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": "7.8/CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", + "version": "3.0" + } + ] + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "In ansible it was found that inventory variables are loaded from current working directory when running ad-hoc command which are under attacker's control, allowing to run arbitrary code as a result." + } + ] + }, + "data_type": "CVE", + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + }, + "product_name": "ansible" + } + ] + }, + "vendor_name": "[UNKNOWN]" + } + ] + } + }, + "data_format": "MITRE", + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-426" + } + ] + } + ] + }, + "data_version": "4.0", + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10874" + } + ] + }, + "CVE_data_meta": { + "ID": "CVE-2018-10874", + "ASSIGNER": "lpardo@redhat.com" + } }