From a606d7810f5de988e16aaca1e31e0f19a9176766 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 19 May 2020 20:01:17 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2020/11xxx/CVE-2020-11766.json | 56 ++++++++++++++++++++++++++---- 2020/13xxx/CVE-2020-13166.json | 62 ++++++++++++++++++++++++++++++++++ 2020/13xxx/CVE-2020-13167.json | 62 ++++++++++++++++++++++++++++++++++ 2020/13xxx/CVE-2020-13168.json | 18 ++++++++++ 2020/13xxx/CVE-2020-13169.json | 18 ++++++++++ 5 files changed, 210 insertions(+), 6 deletions(-) create mode 100644 2020/13xxx/CVE-2020-13166.json create mode 100644 2020/13xxx/CVE-2020-13167.json create mode 100644 2020/13xxx/CVE-2020-13168.json create mode 100644 2020/13xxx/CVE-2020-13169.json diff --git a/2020/11xxx/CVE-2020-11766.json b/2020/11xxx/CVE-2020-11766.json index a4c2e07de59..40ef0db0f66 100644 --- a/2020/11xxx/CVE-2020-11766.json +++ b/2020/11xxx/CVE-2020-11766.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2020-11766", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2020-11766", + "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": "sendfax.php in iFAX AvantFAX before 3.3.6 and HylaFAX Enterprise Web Interface before 0.2.5 allows authenticated Command Injection." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "ftp://ftp.ifax.com/security/CVE-2020-11766.html", + "url": "ftp://ftp.ifax.com/security/CVE-2020-11766.html" } ] } diff --git a/2020/13xxx/CVE-2020-13166.json b/2020/13xxx/CVE-2020-13166.json new file mode 100644 index 00000000000..bab7ae164fc --- /dev/null +++ b/2020/13xxx/CVE-2020-13166.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2020-13166", + "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": "The management tool in MyLittleAdmin 3.8 allows remote attackers to execute arbitrary code because machineKey is hardcoded (the same for all customers' installations) in web.config, and can be used to send serialized ASP code." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://ssd-disclosure.com/ssd-advisory-mylittleadmin-preauth-rce/", + "refsource": "MISC", + "name": "https://ssd-disclosure.com/ssd-advisory-mylittleadmin-preauth-rce/" + } + ] + } +} \ No newline at end of file diff --git a/2020/13xxx/CVE-2020-13167.json b/2020/13xxx/CVE-2020-13167.json new file mode 100644 index 00000000000..f6d609fe27d --- /dev/null +++ b/2020/13xxx/CVE-2020-13167.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2020-13167", + "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": "Netsweeper through 6.4.3 allows unauthenticated remote code execution because webadmin/tools/unixlogin.php (with certain Referer headers) launches a command line with client-supplied parameters, and allows injection of shell metacharacters." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://ssd-disclosure.com/ssd-advisory-netsweeper-preauth-rce/", + "refsource": "MISC", + "name": "https://ssd-disclosure.com/ssd-advisory-netsweeper-preauth-rce/" + } + ] + } +} \ No newline at end of file diff --git a/2020/13xxx/CVE-2020-13168.json b/2020/13xxx/CVE-2020-13168.json new file mode 100644 index 00000000000..b5f2dba9a41 --- /dev/null +++ b/2020/13xxx/CVE-2020-13168.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-13168", + "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/2020/13xxx/CVE-2020-13169.json b/2020/13xxx/CVE-2020-13169.json new file mode 100644 index 00000000000..a8287144ae2 --- /dev/null +++ b/2020/13xxx/CVE-2020-13169.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-13169", + "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