From 9546e466bd5464f1e66a14e05fcf0982c1a55810 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 5 Jun 2023 15:00:42 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/32xxx/CVE-2023-32766.json | 81 +++++++++++++++++++++++++++++++--- 2023/33xxx/CVE-2023-33386.json | 61 ++++++++++++++++++++++--- 2023/33xxx/CVE-2023-33518.json | 56 ++++++++++++++++++++--- 2023/3xxx/CVE-2023-3107.json | 18 ++++++++ 2023/3xxx/CVE-2023-3108.json | 18 ++++++++ 2023/3xxx/CVE-2023-3109.json | 18 ++++++++ 6 files changed, 234 insertions(+), 18 deletions(-) create mode 100644 2023/3xxx/CVE-2023-3107.json create mode 100644 2023/3xxx/CVE-2023-3108.json create mode 100644 2023/3xxx/CVE-2023-3109.json diff --git a/2023/32xxx/CVE-2023-32766.json b/2023/32xxx/CVE-2023-32766.json index ed4d1f0f057..6b11daedd3f 100644 --- a/2023/32xxx/CVE-2023-32766.json +++ b/2023/32xxx/CVE-2023-32766.json @@ -1,17 +1,86 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-32766", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-32766", + "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": "Gitpod before 2022.11.3 allows XSS because redirection can occur for some protocols outside of the trusted set of three (vscode: vscode-insiders: jetbrains-gateway:)." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.gitpod.io", + "refsource": "MISC", + "name": "https://www.gitpod.io" + }, + { + "refsource": "MISC", + "name": "https://github.com/gitpod-io/gitpod/commit/6771283c3406586e352337675b79ff2ca50f191b", + "url": "https://github.com/gitpod-io/gitpod/commit/6771283c3406586e352337675b79ff2ca50f191b" + }, + { + "refsource": "MISC", + "name": "https://github.com/gitpod-io/gitpod/compare/release-2022.11.2...2022.11.3", + "url": "https://github.com/gitpod-io/gitpod/compare/release-2022.11.2...2022.11.3" + }, + { + "refsource": "MISC", + "name": "https://github.com/gitpod-io/gitpod/releases/tag/2022.11.3", + "url": "https://github.com/gitpod-io/gitpod/releases/tag/2022.11.3" + }, + { + "refsource": "MISC", + "name": "https://github.com/gitpod-io/gitpod/pull/17559", + "url": "https://github.com/gitpod-io/gitpod/pull/17559" + }, + { + "refsource": "MISC", + "name": "https://app.safebase.io/portal/71ccd717-aa2d-4a1e-942e-c768d37e9e0c/preview?product=default&tcuUid=1d505bda-9a38-4ca5-8724-052e6337f34d", + "url": "https://app.safebase.io/portal/71ccd717-aa2d-4a1e-942e-c768d37e9e0c/preview?product=default&tcuUid=1d505bda-9a38-4ca5-8724-052e6337f34d" } ] } diff --git a/2023/33xxx/CVE-2023-33386.json b/2023/33xxx/CVE-2023-33386.json index 744352ff565..e01e573ca2c 100644 --- a/2023/33xxx/CVE-2023-33386.json +++ b/2023/33xxx/CVE-2023-33386.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-33386", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-33386", + "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": "MarsCTF 1.2.1 has an arbitrary file upload vulnerability in the interface for uploading attachments in the background." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/b1ackc4t/MarsCTF/blob/V1.2.1/src/main/java/com/b1ackc4t/marsctfserver/service/impl/CTFFileServiceImpl.java#L46", + "refsource": "MISC", + "name": "https://github.com/b1ackc4t/MarsCTF/blob/V1.2.1/src/main/java/com/b1ackc4t/marsctfserver/service/impl/CTFFileServiceImpl.java#L46" + }, + { + "url": "https://github.com/b1ackc4t/MarsCTF/issues/10", + "refsource": "MISC", + "name": "https://github.com/b1ackc4t/MarsCTF/issues/10" } ] } diff --git a/2023/33xxx/CVE-2023-33518.json b/2023/33xxx/CVE-2023-33518.json index 043c95bc140..1c055ebf1a3 100644 --- a/2023/33xxx/CVE-2023-33518.json +++ b/2023/33xxx/CVE-2023-33518.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-33518", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-33518", + "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": "emoncms v11 and later was discovered to contain an information disclosure vulnerability which allows attackers to obtain the web directory path and other information leaked by the server via a crafted web request." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/emoncms/emoncms/issues/1856", + "refsource": "MISC", + "name": "https://github.com/emoncms/emoncms/issues/1856" } ] } diff --git a/2023/3xxx/CVE-2023-3107.json b/2023/3xxx/CVE-2023-3107.json new file mode 100644 index 00000000000..ac950b5f545 --- /dev/null +++ b/2023/3xxx/CVE-2023-3107.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-3107", + "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/2023/3xxx/CVE-2023-3108.json b/2023/3xxx/CVE-2023-3108.json new file mode 100644 index 00000000000..9447fdb4d5a --- /dev/null +++ b/2023/3xxx/CVE-2023-3108.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-3108", + "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/2023/3xxx/CVE-2023-3109.json b/2023/3xxx/CVE-2023-3109.json new file mode 100644 index 00000000000..697d7721b2e --- /dev/null +++ b/2023/3xxx/CVE-2023-3109.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-3109", + "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