From 8a18c5fe5d69b3781f9faaeec8a6f679827520ea Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 17 Apr 2018 09:04:36 -0400 Subject: [PATCH] - Synchronized data. --- 2017/18xxx/CVE-2017-18102.json | 72 ++++++++++++++++++---------------- 2018/0xxx/CVE-2018-0550.json | 1 - 2018/10xxx/CVE-2018-10182.json | 18 +++++++++ 2018/10xxx/CVE-2018-10183.json | 18 +++++++++ 2018/5xxx/CVE-2018-5190.json | 53 ++++++++++++++++++++++++- 5 files changed, 125 insertions(+), 37 deletions(-) create mode 100644 2018/10xxx/CVE-2018-10182.json create mode 100644 2018/10xxx/CVE-2018-10183.json diff --git a/2017/18xxx/CVE-2017-18102.json b/2017/18xxx/CVE-2017-18102.json index 6ff30a49958..3538157d014 100644 --- a/2017/18xxx/CVE-2017-18102.json +++ b/2017/18xxx/CVE-2017-18102.json @@ -1,68 +1,72 @@ { - "CVE_data_meta": { - "ASSIGNER": "security@atlassian.com", - "DATE_PUBLIC": "2018-04-11T00:00:00", - "ID": "CVE-2017-18102", - "STATE": "PUBLIC" + "CVE_data_meta" : { + "ASSIGNER" : "security@atlassian.com", + "DATE_PUBLIC" : "2018-04-11T00:00:00", + "ID" : "CVE-2017-18102", + "STATE" : "PUBLIC" }, - "affects": { - "vendor": { - "vendor_data": [ + "affects" : { + "vendor" : { + "vendor_data" : [ { - "product": { - "product_data": [ + "product" : { + "product_data" : [ { - "product_name": "atlassian-renderer", - "version": { - "version_data": [ + "product_name" : "atlassian-renderer", + "version" : { + "version_data" : [ { - "version_value": "8.0.0", - "version_affected": ">=" + "version_affected" : ">=", + "version_value" : "8.0.0" }, { - "version_value": "8.0.22", - "version_affected": "<" + "version_affected" : "<", + "version_value" : "8.0.22" } ] } } ] }, - "vendor_name": "Atlassian" + "vendor_name" : "Atlassian" } ] } }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ { - "lang": "eng", - "value": "The wiki markup component of atlassian-renderer from version 8.0.0 before version 8.0.22 allows remote attackers to inject arbitrary HTML or JavaScript via a cross site scripting (XSS) vulnerability in nested wiki markup." + "lang" : "eng", + "value" : "The wiki markup component of atlassian-renderer from version 8.0.0 before version 8.0.22 allows remote attackers to inject arbitrary HTML or JavaScript via a cross site scripting (XSS) vulnerability in nested wiki markup." } ] }, - "problemtype": { - "problemtype_data": [ + "problemtype" : { + "problemtype_data" : [ { - "description": [ + "description" : [ { - "lang": "eng", - "value": "Cross Site Scripting (XSS)" + "lang" : "eng", + "value" : "Cross Site Scripting (XSS)" } ] } ] }, - "references": { - "reference_data": [ + "references" : { + "reference_data" : [ { - "url": "https://jira.atlassian.com/browse/RNDR-153" + "name" : "https://jira.atlassian.com/browse/JRASERVER-67108", + "refsource" : "CONFIRM", + "url" : "https://jira.atlassian.com/browse/JRASERVER-67108" }, { - "url": "https://jira.atlassian.com/browse/JRASERVER-67108" + "name" : "https://jira.atlassian.com/browse/RNDR-153", + "refsource" : "CONFIRM", + "url" : "https://jira.atlassian.com/browse/RNDR-153" } ] } diff --git a/2018/0xxx/CVE-2018-0550.json b/2018/0xxx/CVE-2018-0550.json index ce2a92a5aa8..c1e3af82c7f 100644 --- a/2018/0xxx/CVE-2018-0550.json +++ b/2018/0xxx/CVE-2018-0550.json @@ -65,4 +65,3 @@ ] } } - diff --git a/2018/10xxx/CVE-2018-10182.json b/2018/10xxx/CVE-2018-10182.json new file mode 100644 index 00000000000..af3868d0166 --- /dev/null +++ b/2018/10xxx/CVE-2018-10182.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-10182", + "STATE" : "RESERVED" + }, + "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." + } + ] + } +} diff --git a/2018/10xxx/CVE-2018-10183.json b/2018/10xxx/CVE-2018-10183.json new file mode 100644 index 00000000000..938fb6f3f62 --- /dev/null +++ b/2018/10xxx/CVE-2018-10183.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-10183", + "STATE" : "RESERVED" + }, + "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." + } + ] + } +} diff --git a/2018/5xxx/CVE-2018-5190.json b/2018/5xxx/CVE-2018-5190.json index 9e447897081..c10f4b818e8 100644 --- a/2018/5xxx/CVE-2018-5190.json +++ b/2018/5xxx/CVE-2018-5190.json @@ -2,7 +2,30 @@ "CVE_data_meta" : { "ASSIGNER" : "cve@mitre.org", "ID" : "CVE-2018-5190", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "n/a", + "version" : { + "version_data" : [ + { + "version_value" : "n/a" + } + ] + } + } + ] + }, + "vendor_name" : "n/a" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +34,33 @@ "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" : "PicturesPro Photo Cart 6 and 7 before Security-Patch-2018-B allows remote attackers to access arbitrary customer accounts via a modified cookie, related to pc_head.php, pc_login.php, and pc_login_page.php." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://brianmccarthytech.blogspot.co.nz/2018/04/cve-2018-5190.html", + "refsource" : "MISC", + "url" : "https://brianmccarthytech.blogspot.co.nz/2018/04/cve-2018-5190.html" + }, + { + "name" : "https://www.picturespro.com/support-forum/photo-cart/?t=38346-security-patch-for-photo-cart-2018", + "refsource" : "MISC", + "url" : "https://www.picturespro.com/support-forum/photo-cart/?t=38346-security-patch-for-photo-cart-2018" } ] }