From a3760b79adb6fe7337ebeb4700c7698189094513 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 11 Apr 2024 12:00:33 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/32xxx/CVE-2023-32295.json | 85 ++++++++++++++++++++++++++++++++-- 2024/1xxx/CVE-2024-1488.json | 65 ++++++++++++++++++++------ 2024/23xxx/CVE-2024-23189.json | 5 -- 2024/23xxx/CVE-2024-23190.json | 5 -- 2024/23xxx/CVE-2024-23191.json | 5 -- 2024/23xxx/CVE-2024-23192.json | 5 -- 2024/3xxx/CVE-2024-3343.json | 75 ++++++++++++++++++++++++++++-- 2024/3xxx/CVE-2024-3344.json | 75 ++++++++++++++++++++++++++++-- 8 files changed, 275 insertions(+), 45 deletions(-) diff --git a/2023/32xxx/CVE-2023-32295.json b/2023/32xxx/CVE-2023-32295.json index 22513b954e5..0c133b31d5d 100644 --- a/2023/32xxx/CVE-2023-32295.json +++ b/2023/32xxx/CVE-2023-32295.json @@ -1,17 +1,94 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-32295", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "audit@patchstack.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": "Missing Authorization vulnerability in Alex Tselegidis Easy!Appointments.This issue affects Easy!Appointments: from n/a through 1.3.2.\n\n" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-862 Missing Authorization", + "cweId": "CWE-862" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Alex Tselegidis", + "product": { + "product_data": [ + { + "product_name": "Easy!Appointments", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "n/a", + "version_value": "1.3.2" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://patchstack.com/database/vulnerability/easyappointments/wordpress-easy-appointments-plugin-1-3-1-arbitrary-file-deletion-vulnerability?_s_id=cve", + "refsource": "MISC", + "name": "https://patchstack.com/database/vulnerability/easyappointments/wordpress-easy-appointments-plugin-1-3-1-arbitrary-file-deletion-vulnerability?_s_id=cve" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "discovery": "EXTERNAL" + }, + "credits": [ + { + "lang": "en", + "value": "Jonas H\u00f6benreich (Patchstack Alliance)" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 6.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H", + "version": "3.1" } ] } diff --git a/2024/1xxx/CVE-2024-1488.json b/2024/1xxx/CVE-2024-1488.json index a2023bf0508..5fc3c3246f1 100644 --- a/2024/1xxx/CVE-2024-1488.json +++ b/2024/1xxx/CVE-2024-1488.json @@ -60,6 +60,27 @@ "vendor_name": "Red Hat", "product": { "product_data": [ + { + "product_name": "Red Hat Enterprise Linux 8", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "version": "0:1.16.2-5.el8_9.6", + "lessThan": "*", + "versionType": "rpm", + "status": "unaffected" + } + ], + "defaultStatus": "affected" + } + } + ] + } + }, { "product_name": "Red Hat Enterprise Linux 9", "version": { @@ -81,6 +102,27 @@ ] } }, + { + "product_name": "Red Hat Enterprise Linux 9.2 Extended Update Support", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "version": "0:1.16.2-3.el9_2.4", + "lessThan": "*", + "versionType": "rpm", + "status": "unaffected" + } + ], + "defaultStatus": "affected" + } + } + ] + } + }, { "product_name": "Red Hat Enterprise Linux 6", "version": { @@ -106,19 +148,6 @@ } ] } - }, - { - "product_name": "Red Hat Enterprise Linux 8", - "version": { - "version_data": [ - { - "version_value": "not down converted", - "x_cve_json_5_version_data": { - "defaultStatus": "affected" - } - } - ] - } } ] } @@ -153,6 +182,16 @@ "refsource": "MISC", "name": "https://access.redhat.com/errata/RHSA-2024:1750" }, + { + "url": "https://access.redhat.com/errata/RHSA-2024:1751", + "refsource": "MISC", + "name": "https://access.redhat.com/errata/RHSA-2024:1751" + }, + { + "url": "https://access.redhat.com/errata/RHSA-2024:1780", + "refsource": "MISC", + "name": "https://access.redhat.com/errata/RHSA-2024:1780" + }, { "url": "https://access.redhat.com/security/cve/CVE-2024-1488", "refsource": "MISC", diff --git a/2024/23xxx/CVE-2024-23189.json b/2024/23xxx/CVE-2024-23189.json index 44f85e31dae..486335a32f8 100644 --- a/2024/23xxx/CVE-2024-23189.json +++ b/2024/23xxx/CVE-2024-23189.json @@ -74,11 +74,6 @@ "url": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2024/oxas-adv-2024-0001.json", "refsource": "MISC", "name": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2024/oxas-adv-2024-0001.json" - }, - { - "url": "http://seclists.org/fulldisclosure/2024/Apr/18", - "refsource": "MISC", - "name": "http://seclists.org/fulldisclosure/2024/Apr/18" } ] }, diff --git a/2024/23xxx/CVE-2024-23190.json b/2024/23xxx/CVE-2024-23190.json index 7f27d171f63..1946a8a4404 100644 --- a/2024/23xxx/CVE-2024-23190.json +++ b/2024/23xxx/CVE-2024-23190.json @@ -74,11 +74,6 @@ "url": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2024/oxas-adv-2024-0001.json", "refsource": "MISC", "name": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2024/oxas-adv-2024-0001.json" - }, - { - "url": "http://seclists.org/fulldisclosure/2024/Apr/18", - "refsource": "MISC", - "name": "http://seclists.org/fulldisclosure/2024/Apr/18" } ] }, diff --git a/2024/23xxx/CVE-2024-23191.json b/2024/23xxx/CVE-2024-23191.json index 6b0b8e23df4..523325cb444 100644 --- a/2024/23xxx/CVE-2024-23191.json +++ b/2024/23xxx/CVE-2024-23191.json @@ -74,11 +74,6 @@ "url": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2024/oxas-adv-2024-0001.json", "refsource": "MISC", "name": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2024/oxas-adv-2024-0001.json" - }, - { - "url": "http://seclists.org/fulldisclosure/2024/Apr/18", - "refsource": "MISC", - "name": "http://seclists.org/fulldisclosure/2024/Apr/18" } ] }, diff --git a/2024/23xxx/CVE-2024-23192.json b/2024/23xxx/CVE-2024-23192.json index dd0dd4266cf..482e5c2293b 100644 --- a/2024/23xxx/CVE-2024-23192.json +++ b/2024/23xxx/CVE-2024-23192.json @@ -74,11 +74,6 @@ "url": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2024/oxas-adv-2024-0001.json", "refsource": "MISC", "name": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2024/oxas-adv-2024-0001.json" - }, - { - "url": "http://seclists.org/fulldisclosure/2024/Apr/18", - "refsource": "MISC", - "name": "http://seclists.org/fulldisclosure/2024/Apr/18" } ] }, diff --git a/2024/3xxx/CVE-2024-3343.json b/2024/3xxx/CVE-2024-3343.json index 8450a1d272f..b8b9e37319f 100644 --- a/2024/3xxx/CVE-2024-3343.json +++ b/2024/3xxx/CVE-2024-3343.json @@ -1,17 +1,84 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-3343", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@wordfence.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": "The Otter Blocks \u2013 Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's block attributes in all versions up to, and including, 2.6.8 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "themeisle", + "product": { + "product_data": [ + { + "product_name": "Otter Blocks \u2013 Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "*", + "version_value": "2.6.8" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/67981160-6c91-48a4-ba1c-68204d538ed6?source=cve", + "refsource": "MISC", + "name": "https://www.wordfence.com/threat-intel/vulnerabilities/id/67981160-6c91-48a4-ba1c-68204d538ed6?source=cve" + }, + { + "url": "https://plugins.trac.wordpress.org/changeset/3068495/otter-blocks", + "refsource": "MISC", + "name": "https://plugins.trac.wordpress.org/changeset/3068495/otter-blocks" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Ng\u00f4 Thi\u00ean An" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", + "baseScore": 6.4, + "baseSeverity": "MEDIUM" } ] } diff --git a/2024/3xxx/CVE-2024-3344.json b/2024/3xxx/CVE-2024-3344.json index 6475fcc887f..c07ca257876 100644 --- a/2024/3xxx/CVE-2024-3344.json +++ b/2024/3xxx/CVE-2024-3344.json @@ -1,17 +1,84 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-3344", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@wordfence.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": "The Otter Blocks \u2013 Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE plugin for WordPress is vulnerable to Stored Cross-Site Scripting via SVG file upload in all versions up to, and including, 2.6.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-434 Unrestricted Upload of File with Dangerous Type" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "themeisle", + "product": { + "product_data": [ + { + "product_name": "Otter Blocks \u2013 Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "*", + "version_value": "2.6.8" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/db836f4b-d31f-4442-89a5-1a400525c598?source=cve", + "refsource": "MISC", + "name": "https://www.wordfence.com/threat-intel/vulnerabilities/id/db836f4b-d31f-4442-89a5-1a400525c598?source=cve" + }, + { + "url": "https://plugins.trac.wordpress.org/changeset/3068495/otter-blocks", + "refsource": "MISC", + "name": "https://plugins.trac.wordpress.org/changeset/3068495/otter-blocks" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Jo\u00e3o Pedro Soares de Alc\u00e2ntara" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", + "baseScore": 6.4, + "baseSeverity": "MEDIUM" } ] }