From 3b58a7866b83d212757d5e34f35b9f6410ae1703 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 23 Oct 2024 11:00:34 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/50xxx/CVE-2023-50310.json | 78 ++++++++++++++++++++++++++++++++-- 2023/50xxx/CVE-2023-50311.json | 19 +++------ 2024/10xxx/CVE-2024-10295.json | 18 ++++++++ 3 files changed, 99 insertions(+), 16 deletions(-) create mode 100644 2024/10xxx/CVE-2024-10295.json diff --git a/2023/50xxx/CVE-2023-50310.json b/2023/50xxx/CVE-2023-50310.json index a6896979486..a82d6fb48a6 100644 --- a/2023/50xxx/CVE-2023-50310.json +++ b/2023/50xxx/CVE-2023-50310.json @@ -1,17 +1,87 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-50310", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "psirt@us.ibm.com", + "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": "IBM CICS Transaction Gateway for Multiplatforms 9.2 and 9.3 transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-522 Insufficiently Protected Credentials", + "cweId": "CWE-522" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "IBM", + "product": { + "product_data": [ + { + "product_name": "CICS Transaction Gateway for Multiplatforms", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "9.2, 9.3" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.ibm.com/support/pages/node/7145418", + "refsource": "MISC", + "name": "https://www.ibm.com/support/pages/node/7145418" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" } ] } diff --git a/2023/50xxx/CVE-2023-50311.json b/2023/50xxx/CVE-2023-50311.json index 86a1c3585d3..6c92fe671b4 100644 --- a/2023/50xxx/CVE-2023-50311.json +++ b/2023/50xxx/CVE-2023-50311.json @@ -11,7 +11,7 @@ "description_data": [ { "lang": "eng", - "value": "IBM CICS Transaction Gateway for Multiplatforms 9.2 and 9.3 transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval. IBM X-Force ID: 273612." + "value": "IBM CICS Transaction Gateway for Multiplatforms 9.2 and 9.3 could disclose sensitive path information to an attacker that could reveal through debugging or error messages." } ] }, @@ -58,11 +58,6 @@ "url": "https://https://www.ibm.com/support/pages/node/7145418", "refsource": "MISC", "name": "https://https://www.ibm.com/support/pages/node/7145418" - }, - { - "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/273612", - "refsource": "MISC", - "name": "https://exchange.xforce.ibmcloud.com/vulnerabilities/273612" } ] }, @@ -75,17 +70,17 @@ "impact": { "cvss": [ { - "attackComplexity": "LOW", + "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", - "baseScore": 4.9, - "baseSeverity": "MEDIUM", - "confidentialityImpact": "HIGH", + "baseScore": 3.1, + "baseSeverity": "LOW", + "confidentialityImpact": "LOW", "integrityImpact": "NONE", - "privilegesRequired": "HIGH", + "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", - "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" } ] diff --git a/2024/10xxx/CVE-2024-10295.json b/2024/10xxx/CVE-2024-10295.json new file mode 100644 index 00000000000..aa41bba0e91 --- /dev/null +++ b/2024/10xxx/CVE-2024-10295.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-10295", + "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