From 27704b70353a723cf0c1fa6374cdef30aab9d008 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sat, 17 Mar 2018 09:03:09 -0400 Subject: [PATCH] - Synchronized data. --- 2018/8xxx/CVE-2018-8737.json | 46 ++++++++++++++++++++++++++++++++++-- 2018/8xxx/CVE-2018-8741.json | 18 ++++++++++++++ 2 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 2018/8xxx/CVE-2018-8741.json diff --git a/2018/8xxx/CVE-2018-8737.json b/2018/8xxx/CVE-2018-8737.json index d9681dec4f2..dd6c79e41c1 100644 --- a/2018/8xxx/CVE-2018-8737.json +++ b/2018/8xxx/CVE-2018-8737.json @@ -2,7 +2,30 @@ "CVE_data_meta" : { "ASSIGNER" : "cve@mitre.org", "ID" : "CVE-2018-8737", - "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,26 @@ "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" : "Bookme Control Panel 2.0 Application is vulnerable to stored XSS within the Customers \"Book Me\" function. Within the Name and Note (aka custName and custNote) sections of the Customers screen, the application does not sanitize user-supplied input and renders injected JavaScript code to the user's browser." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://neetech18.blogspot.in/2018/03/stored-xss-vulnerability-in-bookme_17.html" } ] } diff --git a/2018/8xxx/CVE-2018-8741.json b/2018/8xxx/CVE-2018-8741.json new file mode 100644 index 00000000000..7c1fe4c14d7 --- /dev/null +++ b/2018/8xxx/CVE-2018-8741.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-8741", + "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." + } + ] + } +}