From 0158d388df497efd5dcadc4552bd6cdc49e6f12a Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 23 May 2024 10:00:32 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/2xxx/CVE-2024-2861.json | 75 ++++++++++++++++++-- 2024/4xxx/CVE-2024-4779.json | 75 ++++++++++++++++++-- 2024/5xxx/CVE-2024-5165.json | 129 +++++++++++++++++++++++++++++++++-- 3 files changed, 267 insertions(+), 12 deletions(-) diff --git a/2024/2xxx/CVE-2024-2861.json b/2024/2xxx/CVE-2024-2861.json index c979d80d6bd..3f8ace4f9e5 100644 --- a/2024/2xxx/CVE-2024-2861.json +++ b/2024/2xxx/CVE-2024-2861.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-2861", - "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 ProfilePress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ProfilePress User Panel widget in all versions up to, and including, 4.15.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": "collizo4sky", + "product": { + "product_data": [ + { + "product_name": "Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content \u2013 ProfilePress", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "*", + "version_value": "4.15.8" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/487731cd-da5a-45b6-8f39-4ae6420dd252?source=cve", + "refsource": "MISC", + "name": "https://www.wordfence.com/threat-intel/vulnerabilities/id/487731cd-da5a-45b6-8f39-4ae6420dd252?source=cve" + }, + { + "url": "https://plugins.trac.wordpress.org/changeset/3090831/wp-user-avatar", + "refsource": "MISC", + "name": "https://plugins.trac.wordpress.org/changeset/3090831/wp-user-avatar" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "wesley" + } + ], + "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/4xxx/CVE-2024-4779.json b/2024/4xxx/CVE-2024-4779.json index 0f4374da99e..d01d98ba02a 100644 --- a/2024/4xxx/CVE-2024-4779.json +++ b/2024/4xxx/CVE-2024-4779.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-4779", - "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 Unlimited Elements For Elementor (Free Widgets, Addons, Templates) plugin for WordPress is vulnerable to SQL Injection via the \u2018data[post_ids][0]\u2019 parameter in all versions up to, and including, 1.5.107 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "unitecms", + "product": { + "product_data": [ + { + "product_name": "Unlimited Elements For Elementor (Free Widgets, Addons, Templates)", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "*", + "version_value": "1.5.107" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/b155f8ca-9d09-47d7-a7c2-7744df029c19?source=cve", + "refsource": "MISC", + "name": "https://www.wordfence.com/threat-intel/vulnerabilities/id/b155f8ca-9d09-47d7-a7c2-7744df029c19?source=cve" + }, + { + "url": "https://plugins.trac.wordpress.org/changeset/3090199/unlimited-elements-for-elementor/trunk/provider/functions_wordpress.class.php", + "refsource": "MISC", + "name": "https://plugins.trac.wordpress.org/changeset/3090199/unlimited-elements-for-elementor/trunk/provider/functions_wordpress.class.php" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Mohamed Awad" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", + "baseScore": 8.8, + "baseSeverity": "HIGH" } ] } diff --git a/2024/5xxx/CVE-2024-5165.json b/2024/5xxx/CVE-2024-5165.json index 1c9b32f1a50..424759542e7 100644 --- a/2024/5xxx/CVE-2024-5165.json +++ b/2024/5xxx/CVE-2024-5165.json @@ -1,17 +1,138 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-5165", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@eclipse.org", + "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": "In Eclipse Ditto versions 3.0.0 to 3.5.5, the user input of several input fields of the Eclipse Ditto Explorer User Interface https://eclipse.dev/ditto/user-interface.html was not properly neutralized and thus vulnerable to both Reflected and Stored XSS (Cross Site Scripting).\n\n\n\n\n\nSeveral inputs were not persisted at the backend of Eclipse Ditto, but only in local browser storage to save settings of \"environments\" of the UI and e.g. the last performed \"search queries\", resulting in a \"Reflected XSS\" vulnerability.\n\n\n\n\nHowever, several other inputs were persisted at the backend of Eclipse Ditto, leading to a \"Stored XSS\" vulnerability. Those mean that authenticated and authorized users at Eclipse Ditto can persist Things in Ditto which can - when being displayed by other users also being authorized to see those Things in the Eclipse Ditto UI - cause scripts to be executed in the browser of other users." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')", + "cweId": "CWE-79" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Eclipse Foundation", + "product": { + "product_data": [ + { + "product_name": "Eclipse Ditto", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "3.4.6" + }, + { + "version_affected": "<", + "version_name": "3.5.0", + "version_value": "3.5.6" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/23", + "refsource": "MISC", + "name": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/23" + }, + { + "url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/211", + "refsource": "MISC", + "name": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/211" + }, + { + "url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/210", + "refsource": "MISC", + "name": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/210" + }, + { + "url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/209", + "refsource": "MISC", + "name": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/209" + }, + { + "url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/207", + "refsource": "MISC", + "name": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/207" + }, + { + "url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/204", + "refsource": "MISC", + "name": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/204" + }, + { + "url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/202", + "refsource": "MISC", + "name": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/202" + }, + { + "url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/201", + "refsource": "MISC", + "name": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/201" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "discovery": "UNKNOWN" + }, + "credits": [ + { + "lang": "en", + "value": "Manuel Sommer" + }, + { + "lang": "en", + "value": "Quirin Zie\u00dfler" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", + "version": "3.1" } ] }