From e1cd77b71d3a9a600b65e3b65b99d691f3a5af39 Mon Sep 17 00:00:00 2001 From: santosomar Date: Thu, 18 Apr 2019 00:24:01 +0000 Subject: [PATCH] Adding Cisco CVE-2019-1777 --- 2019/1xxx/CVE-2019-1777.json | 77 ++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 4 deletions(-) diff --git a/2019/1xxx/CVE-2019-1777.json b/2019/1xxx/CVE-2019-1777.json index ba730665695..419d8806fe0 100644 --- a/2019/1xxx/CVE-2019-1777.json +++ b/2019/1xxx/CVE-2019-1777.json @@ -1,8 +1,34 @@ { "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2019-04-17T16:00:00-0700", "ID": "CVE-2019-1777", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Registered Envelope Service Stored Cross-Site Scripting Vulnerability" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Registered Envelope Service ", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "5.3.4-027" + } + ] + } + } + ] + }, + "vendor_name": "Cisco" + } + ] + } }, "data_format": "MITRE", "data_type": "CVE", @@ -11,8 +37,51 @@ "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." + "value": "A vulnerability in the web-based interface of the Cisco Registered Envelope Service could allow an authenticated, remote attacker to conduct a cross-site scripting (XSS) attack against another user of the service. The vulnerability is due to insufficient validation of user-supplied input by the web-based interface of the affected software. An attacker could exploit this vulnerability by sending an email with a malicious payload to another user. A successful exploit could allow the attacker to execute arbitrary script code in the context of the affected interface or access sensitive, browser-based information. This vulnerability affects software versions 5.3.4.x." } ] + }, + "exploit": [ + { + "lang": "eng", + "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory. " + } + ], + "impact": { + "cvss": { + "baseScore": "5.4", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20190417 Cisco Registered Envelope Service Stored Cross-Site Scripting Vulnerability", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190417-res-xss" + } + ] + }, + "source": { + "advisory": "cisco-sa-20190417-res-xss", + "defect": [ + [ + "CSCvn65870" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}