From e89362e3bf5d549da0da804297820339b8f0966c Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 7 Dec 2018 14:04:57 -0500 Subject: [PATCH] - Synchronized data. --- 2018/16xxx/CVE-2018-16861.json | 149 +++++++++++++++++---------------- 1 file changed, 75 insertions(+), 74 deletions(-) diff --git a/2018/16xxx/CVE-2018-16861.json b/2018/16xxx/CVE-2018-16861.json index 9e3c3b8ba5f..beac5da77f9 100644 --- a/2018/16xxx/CVE-2018-16861.json +++ b/2018/16xxx/CVE-2018-16861.json @@ -1,77 +1,78 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2018-16861", - "ASSIGNER": "psampaio@redhat.com" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "The Foreman Project", - "product": { - "product_data": [ - { - "product_name": "foreman", - "version": { - "version_data": [ - { - "version_value": "1.18.3" - }, - { - "version_value": "1.19.1" - }, - { - "version_value": "1.20.0" - } - ] - } - } - ] - } - } + "CVE_data_meta" : { + "ASSIGNER" : "psampaio@redhat.com", + "ID" : "CVE-2018-16861", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "foreman", + "version" : { + "version_data" : [ + { + "version_value" : "1.18.3" + }, + { + "version_value" : "1.19.1" + }, + { + "version_value" : "1.20.0" + } + ] + } + } + ] + }, + "vendor_name" : "The Foreman Project" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "A cross-site scripting (XSS) flaw was found in the foreman component of satellite. An attacker with privilege to create entries using the Hosts, Monitor, Infrastructure, or Administer Menus is able to execute a XSS attacks against other users, possibly leading to malicious code execution and extraction of the anti-CSRF token of higher privileged users. Foreman before 1.18.3, 1.19.1, and 1.20.0 are vulnerable." + } + ] + }, + "impact" : { + "cvss" : [ + [ + { + "vectorString" : "7.6/CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L", + "version" : "3.0" + } + ] + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-79" + } ] - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-79" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16861", - "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16861", - "refsource": "CONFIRM" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "A cross-site scripting (XSS) flaw was found in the foreman component of satellite. An attacker with privilege to create entries using the Hosts, Monitor, Infrastructure, or Administer Menus is able to execute a XSS attacks against other users, possibly leading to malicious code execution and extraction of the anti-CSRF token of higher privileged users. Foreman before 1.18.3, 1.19.1, and 1.20.0 are vulnerable." - } - ] - }, - "impact": { - "cvss": [ - [ - { - "vectorString": "7.6/CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L", - "version": "3.0" - } - ] - ] - } + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16861", + "refsource" : "CONFIRM", + "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16861" + } + ] + } }