From 12a6cde9c03cac442811f0bbaad665bfbbe7efa0 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 19 May 2021 19:00:44 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2020/36xxx/CVE-2020-36364.json | 67 ++++++++++++++++++++++++++++++++++ 2020/36xxx/CVE-2020-36365.json | 62 +++++++++++++++++++++++++++++++ 2021/25xxx/CVE-2021-25644.json | 61 ++++++++++++++++++++++++++++--- 2021/27xxx/CVE-2021-27925.json | 61 ++++++++++++++++++++++++++++--- 2021/31xxx/CVE-2021-31158.json | 61 ++++++++++++++++++++++++++++--- 2021/3xxx/CVE-2021-3558.json | 18 +++++++++ 2021/3xxx/CVE-2021-3559.json | 18 +++++++++ 7 files changed, 330 insertions(+), 18 deletions(-) create mode 100644 2020/36xxx/CVE-2020-36364.json create mode 100644 2020/36xxx/CVE-2020-36365.json create mode 100644 2021/3xxx/CVE-2021-3558.json create mode 100644 2021/3xxx/CVE-2021-3559.json diff --git a/2020/36xxx/CVE-2020-36364.json b/2020/36xxx/CVE-2020-36364.json new file mode 100644 index 00000000000..0c602d2c7b4 --- /dev/null +++ b/2020/36xxx/CVE-2020-36364.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2020-36364", + "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 Smartstore (aka SmartStoreNET) before 4.1.0. Administration/Controllers/ImportController.cs allows path traversal (for copy and delete actions) in the ImportController.Create method via a TempFileName field." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/smartstore/SmartStoreNET/commit/5ab1e37dc8d6415d04354e1a116f3d82e9555f5c", + "refsource": "MISC", + "name": "https://github.com/smartstore/SmartStoreNET/commit/5ab1e37dc8d6415d04354e1a116f3d82e9555f5c" + }, + { + "url": "https://github.com/smartstore/SmartStoreNET/issues/2112", + "refsource": "MISC", + "name": "https://github.com/smartstore/SmartStoreNET/issues/2112" + } + ] + } +} \ No newline at end of file diff --git a/2020/36xxx/CVE-2020-36365.json b/2020/36xxx/CVE-2020-36365.json new file mode 100644 index 00000000000..ceb1986034a --- /dev/null +++ b/2020/36xxx/CVE-2020-36365.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2020-36365", + "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": "Smartstore (aka SmartStoreNET) before 4.1.0 allows CommonController.ClearCache, ClearDatabaseCache, RestartApplication, and ScheduleTaskController.Edit open redirect." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/smartstore/SmartStoreNET/issues/2113", + "refsource": "MISC", + "name": "https://github.com/smartstore/SmartStoreNET/issues/2113" + } + ] + } +} \ No newline at end of file diff --git a/2021/25xxx/CVE-2021-25644.json b/2021/25xxx/CVE-2021-25644.json index af8eeda2791..cc94050cd2f 100644 --- a/2021/25xxx/CVE-2021-25644.json +++ b/2021/25xxx/CVE-2021-25644.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2021-25644", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2021-25644", + "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 Couchbase Server 5.x and 6.x through 6.6.1 and 7.0.0 Beta. Incorrect commands to the REST API can result in leaked authentication information being stored in cleartext in the debug.log and info.log files, and is also shown in the UI visible to administrators." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://www.couchbase.com/resources/security#SecurityAlerts", + "url": "https://www.couchbase.com/resources/security#SecurityAlerts" + }, + { + "url": "https://www.couchbase.com/downloads", + "refsource": "MISC", + "name": "https://www.couchbase.com/downloads" } ] } diff --git a/2021/27xxx/CVE-2021-27925.json b/2021/27xxx/CVE-2021-27925.json index 3aebb99d926..2710317f192 100644 --- a/2021/27xxx/CVE-2021-27925.json +++ b/2021/27xxx/CVE-2021-27925.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2021-27925", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2021-27925", + "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 Couchbase Server 6.5.x and 6.6.x through 6.6.1. When using the View Engine and Auditing is enabled, a crash condition can (depending on a race condition) cause an internal user with administrator privileges, @ns_server, to have its credentials leaked in cleartext in the ns_server.info.log file." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://www.couchbase.com/resources/security#SecurityAlerts", + "url": "https://www.couchbase.com/resources/security#SecurityAlerts" + }, + { + "url": "https://www.couchbase.com/downloads", + "refsource": "MISC", + "name": "https://www.couchbase.com/downloads" } ] } diff --git a/2021/31xxx/CVE-2021-31158.json b/2021/31xxx/CVE-2021-31158.json index 79a89ea7f71..6c07e86add9 100644 --- a/2021/31xxx/CVE-2021-31158.json +++ b/2021/31xxx/CVE-2021-31158.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2021-31158", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2021-31158", + "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": "In the Query Engine in Couchbase Server 6.5.x and 6.6.x through 6.6.1, Common Table Expression queries were not correctly checking the user's permissions, allowing read-access to resources beyond what those users were explicitly allowed to access." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://www.couchbase.com/resources/security#SecurityAlerts", + "url": "https://www.couchbase.com/resources/security#SecurityAlerts" + }, + { + "url": "https://docs.couchbase.com/server/current/release-notes/relnotes.html", + "refsource": "MISC", + "name": "https://docs.couchbase.com/server/current/release-notes/relnotes.html" } ] } diff --git a/2021/3xxx/CVE-2021-3558.json b/2021/3xxx/CVE-2021-3558.json new file mode 100644 index 00000000000..70004d5e4e4 --- /dev/null +++ b/2021/3xxx/CVE-2021-3558.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-3558", + "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/2021/3xxx/CVE-2021-3559.json b/2021/3xxx/CVE-2021-3559.json new file mode 100644 index 00000000000..8fc097f49d8 --- /dev/null +++ b/2021/3xxx/CVE-2021-3559.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-3559", + "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