From 08bb83937c1f3dd94baf0698320bf7d194b2847e Mon Sep 17 00:00:00 2001 From: Laura Pardo Date: Thu, 12 Apr 2018 11:11:11 -0300 Subject: [PATCH] CVE-2018-1086 --- 2018/1xxx/CVE-2018-1086.json | 86 +++++++++++++++++++++++++++++------- 1 file changed, 70 insertions(+), 16 deletions(-) diff --git a/2018/1xxx/CVE-2018-1086.json b/2018/1xxx/CVE-2018-1086.json index c856597f289..4e4d51a948a 100644 --- a/2018/1xxx/CVE-2018-1086.json +++ b/2018/1xxx/CVE-2018-1086.json @@ -1,18 +1,72 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-1086", - "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": "4.3/CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", + "version": "3.0" + } + ] + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "pcs before versions 0.9.164 and 0.10 is vulnerable to a debug parameter removal bypass. REST interface of the pcsd service did not properly remove the pcs debug argument from the /run_pcs query, possibly disclosing sensitive information. A remote attacker with a valid token could use this flaw to elevate their privilege." + } + ] + }, + "data_type": "CVE", + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "version": { + "version_data": [ + { + "version_value": "pcs 0.9.164" + }, + { + "version_value": " pcs 0.10" + } + ] + }, + "product_name": "pcs" + } + ] + }, + "vendor_name": "" + } + ] + } + }, + "data_format": "MITRE", + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20" + } + ] + } + ] + }, + "data_version": "4.0", + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1086" + } + ] + }, + "CVE_data_meta": { + "ID": "CVE-2018-1086", + "ASSIGNER": "lpardo@redhat.com" + } }