From 388c9b75e891a3de0889c84ad185d1dedcb464bf Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 13 Aug 2018 15:15:27 +1000 Subject: [PATCH] Add CVE-2018-13392 --- 2018/13xxx/CVE-2018-13392.json | 69 ++++++++++++++++++++++++++++------ 1 file changed, 58 insertions(+), 11 deletions(-) diff --git a/2018/13xxx/CVE-2018-13392.json b/2018/13xxx/CVE-2018-13392.json index 280a5169a6d..352584e94b3 100644 --- a/2018/13xxx/CVE-2018-13392.json +++ b/2018/13xxx/CVE-2018-13392.json @@ -1,17 +1,64 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-13392", - "STATE" : "RESERVED" + "CVE_data_meta": { + "ASSIGNER": "security@atlassian.com", + "DATE_PUBLIC": "2018-08-13T00:00:00", + "ID": "CVE-2018-13392", + "STATE": "PUBLIC" }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "description" : { - "description_data" : [ + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Fisheye and Crucible", + "version": { + "version_data": [ + { + "version_value": "4.6.0", + "version_affected": "<" + } + ] + } + } + ] + }, + "vendor_name": "Atlassian" + } + ] + } + }, + "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": "Several resources in Atlassian Fisheye and Crucible before version 4.6.0 allow remote attackers to inject arbitrary HTML or JavaScript via a cross site scripting (XSS) vulnerability in linked issue keys." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross Site Scripting (XSS)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://jira.atlassian.com/browse/FE-7081" + }, + { + "url": "https://jira.atlassian.com/browse/CRUC-8304" } ] }