From 9dc253064d60d0a6f49ebce86a8236e02de78550 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 26 Jun 2024 15:00:33 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/4xxx/CVE-2024-4228.json | 105 +++++++++++++++++++++++++++++++++-- 2024/5xxx/CVE-2024-5010.json | 5 ++ 2024/5xxx/CVE-2024-5011.json | 5 ++ 2024/5xxx/CVE-2024-5017.json | 5 ++ 2024/6xxx/CVE-2024-6060.json | 3 + 2024/6xxx/CVE-2024-6349.json | 8 +-- 2024/6xxx/CVE-2024-6350.json | 18 ++++++ 2024/6xxx/CVE-2024-6351.json | 18 ++++++ 2024/6xxx/CVE-2024-6352.json | 18 ++++++ 9 files changed, 177 insertions(+), 8 deletions(-) create mode 100644 2024/6xxx/CVE-2024-6350.json create mode 100644 2024/6xxx/CVE-2024-6351.json create mode 100644 2024/6xxx/CVE-2024-6352.json diff --git a/2024/4xxx/CVE-2024-4228.json b/2024/4xxx/CVE-2024-4228.json index dc524893175..5f8e4c51604 100644 --- a/2024/4xxx/CVE-2024-4228.json +++ b/2024/4xxx/CVE-2024-4228.json @@ -1,17 +1,114 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-4228", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cve@usom.gov.tr", + "STATE": "PUBLIC" }, "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": "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection'), CWE - 200 - Exposure of Sensitive Information to an Unauthorized Actor, CWE - 522 - Insufficiently Protected Credentials vulnerability in Magarsus Consultancy SSO (Single Sign On) allows SQL Injection.This issue affects SSO (Single Sign On): from 1.0 before 1.1." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')", + "cweId": "CWE-89" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "CWE - 200 - Exposure of Sensitive Information to an Unauthorized Actor" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "CWE - 522 - Insufficiently Protected Credentials" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Magarsus Consultancy", + "product": { + "product_data": [ + { + "product_name": "SSO (Single Sign On)", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "1.0", + "version_value": "1.1" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.usom.gov.tr/bildirim/tr-24-0800", + "refsource": "MISC", + "name": "https://www.usom.gov.tr/bildirim/tr-24-0800" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "advisory": "TR-24-0800", + "defect": [ + "TR-24-0800" + ], + "discovery": "UNKNOWN" + }, + "credits": [ + { + "lang": "en", + "value": "Eyup Sabri KAYACAN" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 9.8, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "version": "3.1" } ] } diff --git a/2024/5xxx/CVE-2024-5010.json b/2024/5xxx/CVE-2024-5010.json index 3792253085d..5f85fab8acf 100644 --- a/2024/5xxx/CVE-2024-5010.json +++ b/2024/5xxx/CVE-2024-5010.json @@ -73,6 +73,11 @@ "url": "https://community.progress.com/s/article/WhatsUp-Gold-Security-Bulletin-June-2024", "refsource": "MISC", "name": "https://community.progress.com/s/article/WhatsUp-Gold-Security-Bulletin-June-2024" + }, + { + "url": "https://www.talosintelligence.com/vulnerability_reports/TALOS-2024-1933", + "refsource": "MISC", + "name": "https://www.talosintelligence.com/vulnerability_reports/TALOS-2024-1933" } ] }, diff --git a/2024/5xxx/CVE-2024-5011.json b/2024/5xxx/CVE-2024-5011.json index 5278cf0e5df..23df198db8c 100644 --- a/2024/5xxx/CVE-2024-5011.json +++ b/2024/5xxx/CVE-2024-5011.json @@ -73,6 +73,11 @@ "url": "https://community.progress.com/s/article/WhatsUp-Gold-Security-Bulletin-June-2024", "refsource": "MISC", "name": "https://community.progress.com/s/article/WhatsUp-Gold-Security-Bulletin-June-2024" + }, + { + "url": "https://www.talosintelligence.com/vulnerability_reports/TALOS-2024-1934", + "refsource": "MISC", + "name": "https://www.talosintelligence.com/vulnerability_reports/TALOS-2024-1934" } ] }, diff --git a/2024/5xxx/CVE-2024-5017.json b/2024/5xxx/CVE-2024-5017.json index 62b296587b5..eadd309d7a1 100644 --- a/2024/5xxx/CVE-2024-5017.json +++ b/2024/5xxx/CVE-2024-5017.json @@ -73,6 +73,11 @@ "url": "https://community.progress.com/s/article/WhatsUp-Gold-Security-Bulletin-June-2024", "refsource": "MISC", "name": "https://community.progress.com/s/article/WhatsUp-Gold-Security-Bulletin-June-2024" + }, + { + "url": "https://www.talosintelligence.com/vulnerability_reports/TALOS-2024-1932", + "refsource": "MISC", + "name": "https://www.talosintelligence.com/vulnerability_reports/TALOS-2024-1932" } ] }, diff --git a/2024/6xxx/CVE-2024-6060.json b/2024/6xxx/CVE-2024-6060.json index fcf87eecac6..b3b26476598 100644 --- a/2024/6xxx/CVE-2024-6060.json +++ b/2024/6xxx/CVE-2024-6060.json @@ -67,5 +67,8 @@ }, "generator": { "engine": "Vulnogram 0.2.0" + }, + "source": { + "discovery": "UNKNOWN" } } \ No newline at end of file diff --git a/2024/6xxx/CVE-2024-6349.json b/2024/6xxx/CVE-2024-6349.json index a9c6997c601..785193720b1 100644 --- a/2024/6xxx/CVE-2024-6349.json +++ b/2024/6xxx/CVE-2024-6349.json @@ -1,17 +1,17 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-6349", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@huntr.com", + "STATE": "REJECT" }, "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": "** REJECT ** This CVE ID has been rejected or withdrawn by its CVE Numbering Authority." } ] } diff --git a/2024/6xxx/CVE-2024-6350.json b/2024/6xxx/CVE-2024-6350.json new file mode 100644 index 00000000000..076619244b5 --- /dev/null +++ b/2024/6xxx/CVE-2024-6350.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-6350", + "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/2024/6xxx/CVE-2024-6351.json b/2024/6xxx/CVE-2024-6351.json new file mode 100644 index 00000000000..42670b4981f --- /dev/null +++ b/2024/6xxx/CVE-2024-6351.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-6351", + "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/2024/6xxx/CVE-2024-6352.json b/2024/6xxx/CVE-2024-6352.json new file mode 100644 index 00000000000..f6a6b02ee24 --- /dev/null +++ b/2024/6xxx/CVE-2024-6352.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-6352", + "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