diff --git a/2019/4xxx/CVE-2019-4571.json b/2019/4xxx/CVE-2019-4571.json index cc0d349ffb1..29ac41403de 100644 --- a/2019/4xxx/CVE-2019-4571.json +++ b/2019/4xxx/CVE-2019-4571.json @@ -1,18 +1,90 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-4571", - "STATE": "RESERVED" - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ + "data_format" : "MITRE", + "references" : { + "reference_data" : [ + { + "name" : "https://www.ibm.com/support/pages/node/1073576", + "refsource" : "CONFIRM", + "title" : "IBM Security Bulletin 1073576 (Content Navigator)", + "url" : "https://www.ibm.com/support/pages/node/1073576" + }, + { + "title" : "X-Force Vulnerability Report", + "name" : "ibm-cn-cve20194571-xss (166721)", + "refsource" : "XF", + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/166721" + } + ] + }, + "affects" : { + "vendor" : { + "vendor_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." + "product" : { + "product_data" : [ + { + "product_name" : "Content Navigator", + "version" : { + "version_data" : [ + { + "version_value" : "3.0CD" + } + ] + } + } + ] + }, + "vendor_name" : "IBM" } - ] - } -} \ No newline at end of file + ] + } + }, + "CVE_data_meta" : { + "STATE" : "PUBLIC", + "DATE_PUBLIC" : "2019-09-23T00:00:00", + "ASSIGNER" : "psirt@us.ibm.com", + "ID" : "CVE-2019-4571" + }, + "description" : { + "description_data" : [ + { + "value" : "IBM Content Navigator 3.0CD is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 166721.", + "lang" : "eng" + } + ] + }, + "data_type" : "CVE", + "data_version" : "4.0", + "impact" : { + "cvssv3" : { + "TM" : { + "E" : "H", + "RL" : "O", + "RC" : "C" + }, + "BM" : { + "SCORE" : "5.400", + "I" : "L", + "AV" : "N", + "A" : "N", + "UI" : "R", + "AC" : "L", + "PR" : "L", + "S" : "C", + "C" : "L" + } + } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "value" : "Cross-Site Scripting", + "lang" : "eng" + } + ] + } + ] + } +}