From 23d865cc435693f772cf4f8f0d4848bf74ce2388 Mon Sep 17 00:00:00 2001 From: DellEMCProductSecurity Date: Fri, 3 Jan 2020 17:14:24 -0500 Subject: [PATCH] Added CVE-2019-3768 --- 2019/3xxx/CVE-2019-3768.json | 71 +++++++++++++++++++++++++++++++----- 1 file changed, 62 insertions(+), 9 deletions(-) diff --git a/2019/3xxx/CVE-2019-3768.json b/2019/3xxx/CVE-2019-3768.json index 3df88efbfd8..f39f6ed7d2d 100644 --- a/2019/3xxx/CVE-2019-3768.json +++ b/2019/3xxx/CVE-2019-3768.json @@ -1,17 +1,70 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-3768", - "STATE": "RESERVED" - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", + "ASSIGNER": "secure@dell.com", + "DATE_PUBLIC": "2019-10-17", + "ID": "CVE-2019-3768", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "RSA Authentication Manager", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "8.4 P7" + } + ] + } + } + ] + }, + "vendor_name": "Dell" + } + ] + } + }, + "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 Authentication Manager versions prior to 8.4 P7 contain an XML Entity Injection Vulnerability. A remote authenticated malicious user could potentially exploit this vulnerability to cause information disclosure of local system files by supplying specially crafted XML message." + } + ] + }, + "impact": { + "cvss": { + "baseScore": 6.5, + "baseSeverity": "Medium", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-611: Improper Restriction of XML External Entity Reference" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://www.dell.com/support/security/en-us/details/DOC-108320/DSA-2019-148-RSA®-Authentication-Manager-Software-XML-Entity-Injection-Vulnerability" } ] }