From a36a4eb80bc44b76ecee1796ca5690407702d883 Mon Sep 17 00:00:00 2001 From: Sam Fowler Date: Mon, 21 Jan 2019 11:39:24 +1000 Subject: [PATCH] CVE-2018-14666 --- 2018/14xxx/CVE-2018-14666.json | 85 +++++++++++++++++++++++++++------- 1 file changed, 69 insertions(+), 16 deletions(-) diff --git a/2018/14xxx/CVE-2018-14666.json b/2018/14xxx/CVE-2018-14666.json index f8b54914c60..1c2f814e647 100644 --- a/2018/14xxx/CVE-2018-14666.json +++ b/2018/14xxx/CVE-2018-14666.json @@ -1,18 +1,71 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-14666", - "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." - } - ] - } + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2018-14666", + "ASSIGNER": "sfowler@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "[UNKNOWN]", + "product": { + "product_data": [ + { + "product_name": "Satellite", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-285" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14666", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14666", + "refsource": "CONFIRM" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "An improper authorization flaw was found in the Smart Class feature of Foreman. An attacker can use it to change configuration of any host registered in Red Hat Satellite, independent of the organization the host belongs to. This flaw affects all Red Hat Satellite 6 versions." + } + ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "6.8/CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", + "version": "3.0" + } + ] + ] + } }