From 7c87ccf23a16f2a79c40950312afc53ce76eb987 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 11 Dec 2019 20:01:01 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2019/18xxx/CVE-2019-18609.json | 5 +++ 2019/19xxx/CVE-2019-19373.json | 61 ++++++++++++++++++++++++++++--- 2019/19xxx/CVE-2019-19374.json | 61 ++++++++++++++++++++++++++++--- 2019/19xxx/CVE-2019-19727.json | 18 +++++++++ 2019/19xxx/CVE-2019-19728.json | 18 +++++++++ 2019/19xxx/CVE-2019-19729.json | 67 ++++++++++++++++++++++++++++++++++ 6 files changed, 218 insertions(+), 12 deletions(-) create mode 100644 2019/19xxx/CVE-2019-19727.json create mode 100644 2019/19xxx/CVE-2019-19728.json create mode 100644 2019/19xxx/CVE-2019-19729.json diff --git a/2019/18xxx/CVE-2019-18609.json b/2019/18xxx/CVE-2019-18609.json index 071fce925a5..bdc43f733f2 100644 --- a/2019/18xxx/CVE-2019-18609.json +++ b/2019/18xxx/CVE-2019-18609.json @@ -86,6 +86,11 @@ "refsource": "FEDORA", "name": "FEDORA-2019-8730b65158", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/" + }, + { + "refsource": "UBUNTU", + "name": "USN-4214-2", + "url": "https://usn.ubuntu.com/4214-2/" } ] } diff --git a/2019/19xxx/CVE-2019-19373.json b/2019/19xxx/CVE-2019-19373.json index e0e7a739fe7..737aeb4d366 100644 --- a/2019/19xxx/CVE-2019-19373.json +++ b/2019/19xxx/CVE-2019-19373.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2019-19373", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2019-19373", + "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": "** 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": "An issue was discovered in Squiz Matrix CMS 5.5.0 prior to 5.5.0.3, 5.5.1 prior to 5.5.1.8, 5.5.2 prior to 5.5.2.4, and 5.5.3 prior to 5.5.3.3 where a user can trigger arbitrary unserialization of a PHP object from a packages/cms/page_templates/page_remote_content/page_remote_content.inc POST parameter during processing of a Remote Content page type. This unserialization can be used to trigger the inclusion of arbitrary files on the filesystem (local file inclusion), and results in remote code execution." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://matrix.squiz.net/releases/5.5/5.5.3.3", + "refsource": "MISC", + "name": "https://matrix.squiz.net/releases/5.5/5.5.3.3" + }, + { + "refsource": "MISC", + "name": "https://zxsecurity.co.nz/wp-content/uploads/2019/12/ZX%20Security%20Advisory%20-%20Squiz%20Matrix%20CMS%20-%20Multiple%20Vulnerabilities.pdf", + "url": "https://zxsecurity.co.nz/wp-content/uploads/2019/12/ZX%20Security%20Advisory%20-%20Squiz%20Matrix%20CMS%20-%20Multiple%20Vulnerabilities.pdf" } ] } diff --git a/2019/19xxx/CVE-2019-19374.json b/2019/19xxx/CVE-2019-19374.json index 9985d585285..8b27ad3cb38 100644 --- a/2019/19xxx/CVE-2019-19374.json +++ b/2019/19xxx/CVE-2019-19374.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2019-19374", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2019-19374", + "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": "** 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": "An issue was discovered in core/assets/form/form_question_types/form_question_type_file_upload/form_question_type_file_upload.inc in Squiz Matrix CMS 5.5.0 prior to 5.5.0.3, 5.5.1 prior to 5.5.1.8, 5.5.2 prior to 5.5.2.4, and 5.5.3 prior to 5.5.3.3 where a user can delete arbitrary files from the server during interaction with the File Upload field type, when a custom form exists. (This is related to an information disclosure issue within the File Upload field type that allows users to view the full path to uploaded files, including the product's web root directory.)" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://matrix.squiz.net/releases/5.5/5.5.3.3", + "refsource": "MISC", + "name": "https://matrix.squiz.net/releases/5.5/5.5.3.3" + }, + { + "refsource": "MISC", + "name": "https://zxsecurity.co.nz/wp-content/uploads/2019/12/ZX%20Security%20Advisory%20-%20Squiz%20Matrix%20CMS%20-%20Multiple%20Vulnerabilities.pdf", + "url": "https://zxsecurity.co.nz/wp-content/uploads/2019/12/ZX%20Security%20Advisory%20-%20Squiz%20Matrix%20CMS%20-%20Multiple%20Vulnerabilities.pdf" } ] } diff --git a/2019/19xxx/CVE-2019-19727.json b/2019/19xxx/CVE-2019-19727.json new file mode 100644 index 00000000000..eff15e20db3 --- /dev/null +++ b/2019/19xxx/CVE-2019-19727.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-19727", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2019/19xxx/CVE-2019-19728.json b/2019/19xxx/CVE-2019-19728.json new file mode 100644 index 00000000000..08f102f2888 --- /dev/null +++ b/2019/19xxx/CVE-2019-19728.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-19728", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2019/19xxx/CVE-2019-19729.json b/2019/19xxx/CVE-2019-19729.json new file mode 100644 index 00000000000..435d22aceed --- /dev/null +++ b/2019/19xxx/CVE-2019-19729.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-19729", + "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 the BSON ObjectID (aka bson-objectid) package 1.3.0 for Node.js. ObjectID() allows an attacker to generate a malformed objectid by inserting an additional property to the user-input, because bson-objectid will return early if it detects _bsontype==ObjectID in the user-input object. As a result, objects in arbitrary forms can bypass formatting if they have a valid bsontype." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/williamkapke/bson-objectid/issues/30", + "refsource": "MISC", + "name": "https://github.com/williamkapke/bson-objectid/issues/30" + }, + { + "url": "https://www.npmjs.com/package/bson-objectid", + "refsource": "MISC", + "name": "https://www.npmjs.com/package/bson-objectid" + } + ] + } +} \ No newline at end of file