From ea081ca6ec44755488ea9e9fc52d9f052d461036 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 17 Apr 2025 08:00:39 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2025/3xxx/CVE-2025-3615.json | 86 ++++++++++++++++++++++++++++++++++-- 2025/3xxx/CVE-2025-3755.json | 18 ++++++++ 2 files changed, 100 insertions(+), 4 deletions(-) create mode 100644 2025/3xxx/CVE-2025-3755.json diff --git a/2025/3xxx/CVE-2025-3615.json b/2025/3xxx/CVE-2025-3615.json index 23d014a73df..e1b6bcc4c7c 100644 --- a/2025/3xxx/CVE-2025-3615.json +++ b/2025/3xxx/CVE-2025-3615.json @@ -1,17 +1,95 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-3615", - "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 Fluent Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the form-submission.js script in all versions up to, and including, 6.0.2 due to insufficient input sanitization and output escaping. 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')", + "cweId": "CWE-79" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "techjewel", + "product": { + "product_data": [ + { + "product_name": "Fluent Forms \u2013 Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "*", + "version_value": "6.0.2" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/f31bd18e-57d4-4c87-8a7c-a168e7e70061?source=cve", + "refsource": "MISC", + "name": "https://www.wordfence.com/threat-intel/vulnerabilities/id/f31bd18e-57d4-4c87-8a7c-a168e7e70061?source=cve" + }, + { + "url": "https://plugins.trac.wordpress.org/browser/fluentform/tags/6.0.2/assets/js/form-submission.js", + "refsource": "MISC", + "name": "https://plugins.trac.wordpress.org/browser/fluentform/tags/6.0.2/assets/js/form-submission.js" + }, + { + "url": "https://wordpress.org/plugins/fluentform/#developers", + "refsource": "MISC", + "name": "https://wordpress.org/plugins/fluentform/#developers" + }, + { + "url": "https://plugins.trac.wordpress.org/changeset/3274693/", + "refsource": "MISC", + "name": "https://plugins.trac.wordpress.org/changeset/3274693/" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Asaf Mozes" + } + ], + "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/2025/3xxx/CVE-2025-3755.json b/2025/3xxx/CVE-2025-3755.json new file mode 100644 index 00000000000..d46e4389911 --- /dev/null +++ b/2025/3xxx/CVE-2025-3755.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-3755", + "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