From 45a312ba3024840cd9095728b43650c498fa751c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 09:32:04 +0000 Subject: [PATCH] Publish Advisories GHSA-378w-m5r6-wj6p GHSA-7vrw-769q-3c2v GHSA-m5cv-8g77-rvq4 GHSA-mv9h-j372-56jj GHSA-r6pr-wvrw-7w54 GHSA-rw7q-vw4w-74r4 GHSA-xp66-frv9-rr2c --- .../GHSA-378w-m5r6-wj6p.json | 40 +++++++++++++++++ .../GHSA-7vrw-769q-3c2v.json | 40 +++++++++++++++++ .../GHSA-m5cv-8g77-rvq4.json | 44 +++++++++++++++++++ .../GHSA-mv9h-j372-56jj.json | 44 +++++++++++++++++++ .../GHSA-r6pr-wvrw-7w54.json | 40 +++++++++++++++++ .../GHSA-rw7q-vw4w-74r4.json | 44 +++++++++++++++++++ .../GHSA-xp66-frv9-rr2c.json | 44 +++++++++++++++++++ 7 files changed, 296 insertions(+) create mode 100644 advisories/unreviewed/2025/03/GHSA-378w-m5r6-wj6p/GHSA-378w-m5r6-wj6p.json create mode 100644 advisories/unreviewed/2025/03/GHSA-7vrw-769q-3c2v/GHSA-7vrw-769q-3c2v.json create mode 100644 advisories/unreviewed/2025/03/GHSA-m5cv-8g77-rvq4/GHSA-m5cv-8g77-rvq4.json create mode 100644 advisories/unreviewed/2025/03/GHSA-mv9h-j372-56jj/GHSA-mv9h-j372-56jj.json create mode 100644 advisories/unreviewed/2025/03/GHSA-r6pr-wvrw-7w54/GHSA-r6pr-wvrw-7w54.json create mode 100644 advisories/unreviewed/2025/03/GHSA-rw7q-vw4w-74r4/GHSA-rw7q-vw4w-74r4.json create mode 100644 advisories/unreviewed/2025/03/GHSA-xp66-frv9-rr2c/GHSA-xp66-frv9-rr2c.json diff --git a/advisories/unreviewed/2025/03/GHSA-378w-m5r6-wj6p/GHSA-378w-m5r6-wj6p.json b/advisories/unreviewed/2025/03/GHSA-378w-m5r6-wj6p/GHSA-378w-m5r6-wj6p.json new file mode 100644 index 00000000000..5be5eaf4ab1 --- /dev/null +++ b/advisories/unreviewed/2025/03/GHSA-378w-m5r6-wj6p/GHSA-378w-m5r6-wj6p.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-378w-m5r6-wj6p", + "modified": "2025-03-29T09:30:31Z", + "published": "2025-03-29T09:30:31Z", + "aliases": [ + "CVE-2025-2006" + ], + "details": "The Inline Image Upload for BBPress plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the file uploading functionality in all versions up to, and including, 1.1.19. This makes it possible for authenticated attackers, with Subscriber-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible. This may be exploitable by unauthenticated attackers when the \"Allow guest users without accounts to create topics and replies\" setting is enabled.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2006" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/image-upload-for-bbpress/tags/1.1.19/bbp-image-upload.php#L136" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/df09af41-399a-4878-8420-721f1198d895?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-434" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-03-29T07:15:17Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-7vrw-769q-3c2v/GHSA-7vrw-769q-3c2v.json b/advisories/unreviewed/2025/03/GHSA-7vrw-769q-3c2v/GHSA-7vrw-769q-3c2v.json new file mode 100644 index 00000000000..5cae4b709ba --- /dev/null +++ b/advisories/unreviewed/2025/03/GHSA-7vrw-769q-3c2v/GHSA-7vrw-769q-3c2v.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7vrw-769q-3c2v", + "modified": "2025-03-29T09:30:31Z", + "published": "2025-03-29T09:30:31Z", + "aliases": [ + "CVE-2024-13557" + ], + "details": "The Shortcodes by United Themes plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 5.1.6. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13557" + }, + { + "type": "WEB", + "url": "https://unitedthemes.com" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/e4ca7dad-bfe2-443e-b575-362d8ff93242?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-03-29T07:15:12Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-m5cv-8g77-rvq4/GHSA-m5cv-8g77-rvq4.json b/advisories/unreviewed/2025/03/GHSA-m5cv-8g77-rvq4/GHSA-m5cv-8g77-rvq4.json new file mode 100644 index 00000000000..2a7eb87b6ac --- /dev/null +++ b/advisories/unreviewed/2025/03/GHSA-m5cv-8g77-rvq4/GHSA-m5cv-8g77-rvq4.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m5cv-8g77-rvq4", + "modified": "2025-03-29T09:30:32Z", + "published": "2025-03-29T09:30:32Z", + "aliases": [ + "CVE-2025-2803" + ], + "details": "The So-Called Air Quotes plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 0.1. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2803" + }, + { + "type": "WEB", + "url": "https://plugins.svn.wordpress.org/so-called-air-quotes/trunk/airquote.php" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/so-called-air-quotes/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/83f2ceee-4422-4ed5-adc7-91bc022ae42d?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-03-29T07:15:18Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-mv9h-j372-56jj/GHSA-mv9h-j372-56jj.json b/advisories/unreviewed/2025/03/GHSA-mv9h-j372-56jj/GHSA-mv9h-j372-56jj.json new file mode 100644 index 00000000000..f58aa39ae92 --- /dev/null +++ b/advisories/unreviewed/2025/03/GHSA-mv9h-j372-56jj/GHSA-mv9h-j372-56jj.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mv9h-j372-56jj", + "modified": "2025-03-29T09:30:32Z", + "published": "2025-03-29T09:30:32Z", + "aliases": [ + "CVE-2025-2840" + ], + "details": "The DAP to Autoresponders Email Syncing plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.0 through the publicly accessible phpinfo.php script. This makes it possible for unauthenticated attackers to view potentially sensitive information contained in the exposed file.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2840" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/dap-to-autoresponders-daar/trunk/infusionsoft_src/phpinfo.php#L3" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/dap-to-autoresponders-daar/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/3ff90774-f5f6-4d9c-9565-1cff31f9bec4?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-03-29T07:15:19Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-r6pr-wvrw-7w54/GHSA-r6pr-wvrw-7w54.json b/advisories/unreviewed/2025/03/GHSA-r6pr-wvrw-7w54/GHSA-r6pr-wvrw-7w54.json new file mode 100644 index 00000000000..e177d1d7a48 --- /dev/null +++ b/advisories/unreviewed/2025/03/GHSA-r6pr-wvrw-7w54/GHSA-r6pr-wvrw-7w54.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-r6pr-wvrw-7w54", + "modified": "2025-03-29T09:30:31Z", + "published": "2025-03-29T09:30:31Z", + "aliases": [ + "CVE-2025-2249" + ], + "details": "The SoJ SoundSlides plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the soj_soundslides_options_subpanel() function in all versions up to, and including, 1.2.2. This makes it possible for authenticated attackers, with Contributor-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2249" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/soj-soundslides/tags/1.2.2/soj-soundslides.php" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/f648e7f3-d93a-4a46-ae77-81a94880869c?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-434" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-03-29T07:15:17Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-rw7q-vw4w-74r4/GHSA-rw7q-vw4w-74r4.json b/advisories/unreviewed/2025/03/GHSA-rw7q-vw4w-74r4/GHSA-rw7q-vw4w-74r4.json new file mode 100644 index 00000000000..9111effaae4 --- /dev/null +++ b/advisories/unreviewed/2025/03/GHSA-rw7q-vw4w-74r4/GHSA-rw7q-vw4w-74r4.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rw7q-vw4w-74r4", + "modified": "2025-03-29T09:30:31Z", + "published": "2025-03-29T09:30:31Z", + "aliases": [ + "CVE-2025-2266" + ], + "details": "The Checkout Mestres do WP for WooCommerce plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the cwmpUpdateOptions() function in versions 8.6.5 to 8.7.5. This makes it possible for unauthenticated attackers to update arbitrary options on the WordPress site. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2266" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/checkout-mestres-wp/trunk/backend/core/base/ajax.php#L31" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/checkout-mestres-wp" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/9834fd5b-8445-4c6f-95f9-f0df785c65f8?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-03-29T07:15:18Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-xp66-frv9-rr2c/GHSA-xp66-frv9-rr2c.json b/advisories/unreviewed/2025/03/GHSA-xp66-frv9-rr2c/GHSA-xp66-frv9-rr2c.json new file mode 100644 index 00000000000..9e683df2ed2 --- /dev/null +++ b/advisories/unreviewed/2025/03/GHSA-xp66-frv9-rr2c/GHSA-xp66-frv9-rr2c.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xp66-frv9-rr2c", + "modified": "2025-03-29T09:30:32Z", + "published": "2025-03-29T09:30:32Z", + "aliases": [ + "CVE-2024-11180" + ], + "details": "The ElementsKit Elementor addons plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Countdown Timer Widget ekit_countdown_timer_title parameter in all versions up to, and including, 3.4.7 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.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11180" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3190501/elementskit-lite/trunk/widgets/countdown-timer/countdown-timer.php" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3262976/elementskit-lite/trunk/widgets/init/assets/js/elementor.js" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/35969379-e668-4045-8de7-696f196ba5b0?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-03-29T08:15:13Z" + } +} \ No newline at end of file