From 316df75acd68f67c7f881e86fb5ca4662dd28438 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 27 Apr 2023 11:00:40 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/2xxx/CVE-2023-2328.json | 166 +++++++++++++++++------------------ 2023/2xxx/CVE-2023-2336.json | 101 ++++----------------- 2023/2xxx/CVE-2023-2337.json | 18 ++++ 2023/2xxx/CVE-2023-2338.json | 18 ++++ 2023/2xxx/CVE-2023-2339.json | 18 ++++ 5 files changed, 152 insertions(+), 169 deletions(-) create mode 100644 2023/2xxx/CVE-2023-2337.json create mode 100644 2023/2xxx/CVE-2023-2338.json create mode 100644 2023/2xxx/CVE-2023-2339.json diff --git a/2023/2xxx/CVE-2023-2328.json b/2023/2xxx/CVE-2023-2328.json index 33c042b4a54..8be11c0980f 100644 --- a/2023/2xxx/CVE-2023-2328.json +++ b/2023/2xxx/CVE-2023-2328.json @@ -1,89 +1,89 @@ { - "CVE_data_meta": { - "ASSIGNER": "security@huntr.dev", - "ID": "CVE-2023-2328", - "STATE": "PUBLIC", - "TITLE": "Cross-site Scripting (XSS) - Generic in pimcore/pimcore" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "product": { - "product_data": [ - { - "product_name": "pimcore/pimcore", - "version": { - "version_data": [ - { - "version_affected": "<", - "version_value": "10.5.21" - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2023-2328", + "STATE": "PUBLIC", + "TITLE": "Cross-site Scripting (XSS) - Generic in pimcore/pimcore" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "pimcore/pimcore", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "10.5.21" + } + ] + } + } + ] + }, + "vendor_name": "pimcore" } - } ] - }, - "vendor_name": "pimcore" } - ] - } - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ - { - "lang": "eng", - "value": "Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.21." - } - ] - }, - "impact": { - "cvss": { - "attackComplexity": "LOW", - "attackVector": "LOCAL", - "availabilityImpact": "LOW", - "baseScore": 5.2, - "baseSeverity": "MEDIUM", - "confidentialityImpact": "LOW", - "integrityImpact": "LOW", - "privilegesRequired": "HIGH", - "scope": "CHANGED", - "userInteraction": "REQUIRED", - "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", - "version": "3.0" - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" - } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.21." + } ] - } - ] - }, - "references": { - "reference_data": [ - { - "name": "https://huntr.dev/bounties/01a44584-e36b-46f4-ad94-53af488397f6", - "refsource": "CONFIRM", - "url": "https://huntr.dev/bounties/01a44584-e36b-46f4-ad94-53af488397f6" - }, - { - "name": "https://github.com/pimcore/pimcore/commit/e3562bfe249c557d15474c9a0acd5e06628521fe", - "refsource": "MISC", - "url": "https://github.com/pimcore/pimcore/commit/e3562bfe249c557d15474c9a0acd5e06628521fe" - } - ] - }, - "source": { - "advisory": "01a44584-e36b-46f4-ad94-53af488397f6", - "discovery": "EXTERNAL" - } + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "LOW", + "baseScore": 5.2, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/01a44584-e36b-46f4-ad94-53af488397f6", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/01a44584-e36b-46f4-ad94-53af488397f6" + }, + { + "name": "https://github.com/pimcore/pimcore/commit/e3562bfe249c557d15474c9a0acd5e06628521fe", + "refsource": "MISC", + "url": "https://github.com/pimcore/pimcore/commit/e3562bfe249c557d15474c9a0acd5e06628521fe" + } + ] + }, + "source": { + "advisory": "01a44584-e36b-46f4-ad94-53af488397f6", + "discovery": "EXTERNAL" + } } \ No newline at end of file diff --git a/2023/2xxx/CVE-2023-2336.json b/2023/2xxx/CVE-2023-2336.json index ee330cd35fa..1a4a599cdd1 100644 --- a/2023/2xxx/CVE-2023-2336.json +++ b/2023/2xxx/CVE-2023-2336.json @@ -1,89 +1,18 @@ { - "CVE_data_meta": { - "ASSIGNER": "security@huntr.dev", - "ID": "CVE-2023-2336", - "STATE": "PUBLIC", - "TITLE": "Path Traversal in pimcore/pimcore" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "product": { - "product_data": [ - { - "product_name": "pimcore/pimcore", - "version": { - "version_data": [ - { - "version_affected": "<", - "version_value": "10.5.21" - } - ] - } - } - ] - }, - "vendor_name": "pimcore" - } - ] - } - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ - { - "lang": "eng", - "value": "Path Traversal in GitHub repository pimcore/pimcore prior to 10.5.21." - } - ] - }, - "impact": { - "cvss": { - "attackComplexity": "LOW", - "attackVector": "NETWORK", - "availabilityImpact": "NONE", - "baseScore": 5.5, - "baseSeverity": "MEDIUM", - "confidentialityImpact": "LOW", - "integrityImpact": "LOW", - "privilegesRequired": "HIGH", - "scope": "CHANGED", - "userInteraction": "NONE", - "vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N", - "version": "3.0" - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')" - } + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-2336", + "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." + } ] - } - ] - }, - "references": { - "reference_data": [ - { - "name": "https://huntr.dev/bounties/af764624-7746-4f53-8480-85348dbb4f14", - "refsource": "CONFIRM", - "url": "https://huntr.dev/bounties/af764624-7746-4f53-8480-85348dbb4f14" - }, - { - "name": "https://github.com/pimcore/pimcore/commit/498cadec2292f7842fb10612068ac78496e884b4", - "refsource": "MISC", - "url": "https://github.com/pimcore/pimcore/commit/498cadec2292f7842fb10612068ac78496e884b4" - } - ] - }, - "source": { - "advisory": "af764624-7746-4f53-8480-85348dbb4f14", - "discovery": "EXTERNAL" - } + } } \ No newline at end of file diff --git a/2023/2xxx/CVE-2023-2337.json b/2023/2xxx/CVE-2023-2337.json new file mode 100644 index 00000000000..d67e0b33130 --- /dev/null +++ b/2023/2xxx/CVE-2023-2337.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-2337", + "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/2xxx/CVE-2023-2338.json b/2023/2xxx/CVE-2023-2338.json new file mode 100644 index 00000000000..ec7ae50187b --- /dev/null +++ b/2023/2xxx/CVE-2023-2338.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-2338", + "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/2xxx/CVE-2023-2339.json b/2023/2xxx/CVE-2023-2339.json new file mode 100644 index 00000000000..851abbd742e --- /dev/null +++ b/2023/2xxx/CVE-2023-2339.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-2339", + "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