From f97d46e16e8bd762f5de1ae77dd787333f23d2bd Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 16 May 2023 14:00:40 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2022/32xxx/CVE-2022-32528.json | 98 +++++++++++++++++----------------- 2023/2xxx/CVE-2023-2735.json | 18 +++++++ 2023/2xxx/CVE-2023-2736.json | 18 +++++++ 2023/2xxx/CVE-2023-2737.json | 18 +++++++ 2023/30xxx/CVE-2023-30608.json | 5 ++ 2023/31xxx/CVE-2023-31572.json | 56 ++++++++++++++++--- 2023/31xxx/CVE-2023-31576.json | 56 ++++++++++++++++--- 7 files changed, 209 insertions(+), 60 deletions(-) create mode 100644 2023/2xxx/CVE-2023-2735.json create mode 100644 2023/2xxx/CVE-2023-2736.json create mode 100644 2023/2xxx/CVE-2023-2737.json diff --git a/2022/32xxx/CVE-2022-32528.json b/2022/32xxx/CVE-2022-32528.json index f23d186c391..448c16f02c5 100644 --- a/2022/32xxx/CVE-2022-32528.json +++ b/2022/32xxx/CVE-2022-32528.json @@ -1,14 +1,38 @@ { + "data_version": "4.0", + "data_type": "CVE", + "data_format": "MITRE", "CVE_data_meta": { - "ASSIGNER": "cybersecurity@schneider-electric.com", - "DATE_PUBLIC": "2022-06-14T07:00:00.000Z", "ID": "CVE-2022-32528", + "ASSIGNER": "cybersecurity@schneider-electric.com", "STATE": "PUBLIC" }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "\nA CWE-306: Missing Authentication for Critical Function vulnerability exists that could\ncause access to manipulate and read specific files in the IGSS project report directory,\npotentially leading to a denial-of-service condition when an attacker sends specific messages.\n\n Affected Products: IGSS Data Server - IGSSdataServer.exe (Versions prior to V15.0.0.22170)\n\n" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-306 Missing Authentication for Critical Function", + "cweId": "CWE-306" + } + ] + } + ] + }, "affects": { "vendor": { "vendor_data": [ { + "vendor_name": "Schneider Electric", "product": { "product_data": [ { @@ -24,64 +48,42 @@ } } ] - }, - "vendor_name": "Schneider Electric" + } } ] } }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ + "references": { + "reference_data": [ { - "lang": "eng", - "value": "A CWE-306: Missing Authentication for Critical Function vulnerability exists that could cause access to manipulate and read files in the IGSS project report directory when an attacker sends specific messages. Affected Products: IGSS Data Server - IGSSdataServer.exe (Versions prior to V15.0.0.22170)" + "url": "https://download.schneider-electric.com/files?p_Doc_Ref=SEVD-2022-165-01&p_enDocType=Security+and+Safety+Notice&p_File_Name=SEVD-2022-165-01_IGSS_Security_Notification.pdf", + "refsource": "MISC", + "name": "https://download.schneider-electric.com/files?p_Doc_Ref=SEVD-2022-165-01&p_enDocType=Security+and+Safety+Notice&p_File_Name=SEVD-2022-165-01_IGSS_Security_Notification.pdf" } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, - "impact": { - "cvss": { - "attackComplexity": "LOW", - "attackVector": "NETWORK", - "availabilityImpact": "HIGH", - "baseScore": 8.6, - "baseSeverity": "HIGH", - "confidentialityImpact": "LOW", - "integrityImpact": "LOW", - "privilegesRequired": "NONE", - "scope": "UNCHANGED", - "userInteraction": "NONE", - "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", - "version": "3.1" - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-306 Missing Authentication for Critical Function" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "refsource": "MISC", - "url": "https://download.schneider-electric.com/files?p_enDocType=Security+and+Safety+Notice&p_File_Name=SEVD-2022-165-01_IGSS_Security_Notification_V2.pdf", - "name": "https://download.schneider-electric.com/files?p_enDocType=Security+and+Safety+Notice&p_File_Name=SEVD-2022-165-01_IGSS_Security_Notification_V2.pdf" - } - ] - }, "source": { "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.6, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", + "version": "3.1" + } + ] } } \ No newline at end of file diff --git a/2023/2xxx/CVE-2023-2735.json b/2023/2xxx/CVE-2023-2735.json new file mode 100644 index 00000000000..a65be4a3bf8 --- /dev/null +++ b/2023/2xxx/CVE-2023-2735.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-2735", + "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-2736.json b/2023/2xxx/CVE-2023-2736.json new file mode 100644 index 00000000000..8612f152aa2 --- /dev/null +++ b/2023/2xxx/CVE-2023-2736.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-2736", + "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-2737.json b/2023/2xxx/CVE-2023-2737.json new file mode 100644 index 00000000000..b85edbfef10 --- /dev/null +++ b/2023/2xxx/CVE-2023-2737.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-2737", + "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/30xxx/CVE-2023-30608.json b/2023/30xxx/CVE-2023-30608.json index 4e41b6e20ed..b40f2a81d10 100644 --- a/2023/30xxx/CVE-2023-30608.json +++ b/2023/30xxx/CVE-2023-30608.json @@ -73,6 +73,11 @@ "url": "https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS", "refsource": "MISC", "name": "https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS" + }, + { + "url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00017.html", + "refsource": "MISC", + "name": "https://lists.debian.org/debian-lts-announce/2023/05/msg00017.html" } ] }, diff --git a/2023/31xxx/CVE-2023-31572.json b/2023/31xxx/CVE-2023-31572.json index 478be6c8158..159caedec53 100644 --- a/2023/31xxx/CVE-2023-31572.json +++ b/2023/31xxx/CVE-2023-31572.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-31572", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-31572", + "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 in Bludit 4.0.0-rc-2 allows authenticated attackers to change the Administrator password and escalate privileges via a crafted request." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/bludit/2023/Bludit-v4.0.0-Release-candidate-2", + "refsource": "MISC", + "name": "https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/bludit/2023/Bludit-v4.0.0-Release-candidate-2" } ] } diff --git a/2023/31xxx/CVE-2023-31576.json b/2023/31xxx/CVE-2023-31576.json index 521dc114e08..4a97e7df41c 100644 --- a/2023/31xxx/CVE-2023-31576.json +++ b/2023/31xxx/CVE-2023-31576.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-31576", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-31576", + "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 arbitrary file upload vulnerability in Serendipity 2.4-beta1 allows attackers to execute arbitrary code via a crafted HTML or Javascript file." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/s9y/2023/Serendipity-2.4-beta-1", + "refsource": "MISC", + "name": "https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/s9y/2023/Serendipity-2.4-beta-1" } ] }