From bfdfda1005ebfd71528514f8f5c3db04528e21af Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 5 Mar 2019 09:07:36 -0500 Subject: [PATCH] - Synchronized data. --- 2019/9xxx/CVE-2019-9570.json | 62 ++++++++++++++++++++++++++++++++++++ 2019/9xxx/CVE-2019-9571.json | 18 +++++++++++ 2019/9xxx/CVE-2019-9572.json | 62 ++++++++++++++++++++++++++++++++++++ 3 files changed, 142 insertions(+) create mode 100644 2019/9xxx/CVE-2019-9570.json create mode 100644 2019/9xxx/CVE-2019-9571.json create mode 100644 2019/9xxx/CVE-2019-9572.json diff --git a/2019/9xxx/CVE-2019-9570.json b/2019/9xxx/CVE-2019-9570.json new file mode 100644 index 00000000000..d0dd6212516 --- /dev/null +++ b/2019/9xxx/CVE-2019-9570.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2019-9570", + "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", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "An issue was discovered in YzmCMS 5.2.0. It has XSS via the bottom text field to the admin/system_manage/save.html URI, related to the site_code parameter." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://github.com/yzmcms/yzmcms/issues/11", + "refsource" : "MISC", + "url" : "https://github.com/yzmcms/yzmcms/issues/11" + } + ] + } +} diff --git a/2019/9xxx/CVE-2019-9571.json b/2019/9xxx/CVE-2019-9571.json new file mode 100644 index 00000000000..8082e3a6cc9 --- /dev/null +++ b/2019/9xxx/CVE-2019-9571.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2019-9571", + "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/2019/9xxx/CVE-2019-9572.json b/2019/9xxx/CVE-2019-9572.json new file mode 100644 index 00000000000..cd2753ed4f7 --- /dev/null +++ b/2019/9xxx/CVE-2019-9572.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2019-9572", + "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", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "SchoolCMS version 2.3.1 allows file upload via the theme upload feature at admin.php?m=admin&c=theme&a=upload by using the .zip extension along with the _Static substring, changing the Content-Type to application/zip, and placing PHP code after the ZIP header. This ultimately allows execution of arbitrary PHP code in Public\\Home\\1_Static.php because of mishandling in the Application\\Admin\\Controller\\ThemeController.class.php Upload() function." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://github.com/PearlyNautilus/Security-Code-Review/issues/3", + "refsource" : "MISC", + "url" : "https://github.com/PearlyNautilus/Security-Code-Review/issues/3" + } + ] + } +}