From 0e9d675d6fed3a43d70655b92ceeeee219dbd532 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 15 Oct 2019 15:00:59 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2019/10xxx/CVE-2019-10759.json | 50 +++++++++++++++++++++++++-- 2019/10xxx/CVE-2019-10760.json | 50 +++++++++++++++++++++++++-- 2019/17xxx/CVE-2019-17397.json | 62 ++++++++++++++++++++++++++++++++++ 3 files changed, 156 insertions(+), 6 deletions(-) create mode 100644 2019/17xxx/CVE-2019-17397.json diff --git a/2019/10xxx/CVE-2019-10759.json b/2019/10xxx/CVE-2019-10759.json index a044f170b3c..864d4a444e5 100644 --- a/2019/10xxx/CVE-2019-10759.json +++ b/2019/10xxx/CVE-2019-10759.json @@ -4,14 +4,58 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2019-10759", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "report@snyk.io", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Snyk", + "product": { + "product_data": [ + { + "product_name": "safer-eval", + "version": { + "version_data": [ + { + "version_value": "All versions prior to version 1.3.4" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Arbitrary Code Execution" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://snyk.io/vuln/SNYK-JS-SAFEREVAL-173772", + "url": "https://snyk.io/vuln/SNYK-JS-SAFEREVAL-173772" + } + ] }, "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": "safer-eval before 1.3.4 are vulnerable to Arbitrary Code Execution. A payload using constructor properties can escape the sandbox and execute arbitrary code." } ] } diff --git a/2019/10xxx/CVE-2019-10760.json b/2019/10xxx/CVE-2019-10760.json index 9ac06b9bc35..0966b6b4f74 100644 --- a/2019/10xxx/CVE-2019-10760.json +++ b/2019/10xxx/CVE-2019-10760.json @@ -4,14 +4,58 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2019-10760", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "report@snyk.io", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Snyk", + "product": { + "product_data": [ + { + "product_name": "safer-eval", + "version": { + "version_data": [ + { + "version_value": "All versions prior to version 1.3.2" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Arbitrary Code Execution" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://snyk.io/vuln/SNYK-JS-SAFEREVAL-473029", + "url": "https://snyk.io/vuln/SNYK-JS-SAFEREVAL-473029" + } + ] }, "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": "safer-eval before 1.3.2 are vulnerable to Arbitrary Code Execution. A payload using constructor properties can escape the sandbox and execute arbitrary code." } ] } diff --git a/2019/17xxx/CVE-2019-17397.json b/2019/17xxx/CVE-2019-17397.json new file mode 100644 index 00000000000..7fda00919a9 --- /dev/null +++ b/2019/17xxx/CVE-2019-17397.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-17397", + "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": "In the DoorDash application through 11.5.2 for Android, the username and password are stored in the log during authentication, and may be available to attackers via logcat." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://pastebin.com/hGg5efMe", + "refsource": "MISC", + "name": "https://pastebin.com/hGg5efMe" + } + ] + } +} \ No newline at end of file