From 4b4ea8bfa2820e0b965dfb0996a3e05e5382021d Mon Sep 17 00:00:00 2001 From: DellEMCProductSecurity Date: Thu, 3 Jan 2019 15:38:29 -0500 Subject: [PATCH] Added CVE-2018-15780 --- 2018/15xxx/CVE-2018-15780.json | 95 +++++++++++++++++++++++++++++----- 1 file changed, 83 insertions(+), 12 deletions(-) diff --git a/2018/15xxx/CVE-2018-15780.json b/2018/15xxx/CVE-2018-15780.json index 5d6c6125a14..4a7536de1bf 100644 --- a/2018/15xxx/CVE-2018-15780.json +++ b/2018/15xxx/CVE-2018-15780.json @@ -1,18 +1,89 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-15780", - "STATE" : "RESERVED" + "CVE_data_meta": { + "ASSIGNER": "secure@dell.com", + "DATE_PUBLIC": "2018-12-28T06:59:00.000Z", + "ID": "CVE-2018-15780", + "STATE": "PUBLIC", + "TITLE": "DSA-2018-224: RSA Archer GRC Platform Improper Access Control Vulnerability" }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "description" : { - "description_data" : [ + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "RSA Archer", + "version": { + "version_data": [ + { + "affected": "<", + "version_value": "6.5.0.1" + } + ] + } + } + ] + }, + "vendor_name": "Dell" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "RSA would like to thank Sam Sayen for reporting this vulnerability." + } + ], + "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." + "lang": "eng", + "value": "RSA Archer versions prior to 6.5.0.1 contain an improper access control vulnerability. A remote malicious user could \npotentially exploit this vulnerability to bypass authorization checks and gain read access to restricted user \ninformation." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "improper access control vulnerability" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://seclists.org/fulldisclosure/2019/Jan/3" + } + ] + }, + "source": { + "discovery": "UNKNOWN" } -} +} \ No newline at end of file