From 0373293208d154c4dc032a9ddbff8092b9b1abf5 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 09:32:14 +0000 Subject: [PATCH] Publish Advisories GHSA-96hm-xqc5-vqv9 GHSA-gj5m-m88j-v7c3 GHSA-p7qx-x6gw-cw9m GHSA-rf3m-rwff-vvwc --- .../GHSA-96hm-xqc5-vqv9.json | 42 +++++++++++++++++++ .../GHSA-gj5m-m88j-v7c3.json | 38 +++++++++++++++++ .../GHSA-p7qx-x6gw-cw9m.json | 42 +++++++++++++++++++ .../GHSA-rf3m-rwff-vvwc.json | 42 +++++++++++++++++++ 4 files changed, 164 insertions(+) create mode 100644 advisories/unreviewed/2024/05/GHSA-96hm-xqc5-vqv9/GHSA-96hm-xqc5-vqv9.json create mode 100644 advisories/unreviewed/2024/05/GHSA-gj5m-m88j-v7c3/GHSA-gj5m-m88j-v7c3.json create mode 100644 advisories/unreviewed/2024/05/GHSA-p7qx-x6gw-cw9m/GHSA-p7qx-x6gw-cw9m.json create mode 100644 advisories/unreviewed/2024/05/GHSA-rf3m-rwff-vvwc/GHSA-rf3m-rwff-vvwc.json diff --git a/advisories/unreviewed/2024/05/GHSA-96hm-xqc5-vqv9/GHSA-96hm-xqc5-vqv9.json b/advisories/unreviewed/2024/05/GHSA-96hm-xqc5-vqv9/GHSA-96hm-xqc5-vqv9.json new file mode 100644 index 00000000000..a1a64abb258 --- /dev/null +++ b/advisories/unreviewed/2024/05/GHSA-96hm-xqc5-vqv9/GHSA-96hm-xqc5-vqv9.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-96hm-xqc5-vqv9", + "modified": "2024-05-02T09:30:48Z", + "published": "2024-05-02T09:30:48Z", + "aliases": [ + "CVE-2024-3490" + ], + "details": "The WP Recipe Maker plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's wprm-recipe-roundup-item shortcode in all versions up to, and including, 9.3.1 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.", + "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-3490" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3078644/wp-recipe-maker" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/69cc7b6c-b6c2-4bba-afb4-86ba1b36b295?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-05-02T07:15:22Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-gj5m-m88j-v7c3/GHSA-gj5m-m88j-v7c3.json b/advisories/unreviewed/2024/05/GHSA-gj5m-m88j-v7c3/GHSA-gj5m-m88j-v7c3.json new file mode 100644 index 00000000000..c4379ba74a7 --- /dev/null +++ b/advisories/unreviewed/2024/05/GHSA-gj5m-m88j-v7c3/GHSA-gj5m-m88j-v7c3.json @@ -0,0 +1,38 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gj5m-m88j-v7c3", + "modified": "2024-05-02T09:30:48Z", + "published": "2024-05-02T09:30:48Z", + "aliases": [ + "CVE-2024-32114" + ], + "details": "In Apache ActiveMQ 6.x, the default configuration doesn't secure the API web context (where the Jolokia JMX REST API and the Message REST API are located).\nIt means that anyone can use these layers without any required authentication. Potentially, anyone can interact with the broker (using Jolokia JMX REST API) and/or produce/consume messages or purge/delete destinations (using the Message REST API).\n\nTo mitigate, users can update the default conf/jetty.xml configuration file to add authentication requirement:\n\n  \n  \n\n\nOr we encourage users to upgrade to Apache ActiveMQ 6.1.2 where the default configuration has been updated with authentication by default.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32114" + }, + { + "type": "WEB", + "url": "https://activemq.apache.org/security-advisories.data/CVE-2024-32114-announcement.txt" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1188" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-05-02T09:15:06Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-p7qx-x6gw-cw9m/GHSA-p7qx-x6gw-cw9m.json b/advisories/unreviewed/2024/05/GHSA-p7qx-x6gw-cw9m/GHSA-p7qx-x6gw-cw9m.json new file mode 100644 index 00000000000..9d8a3a17e33 --- /dev/null +++ b/advisories/unreviewed/2024/05/GHSA-p7qx-x6gw-cw9m/GHSA-p7qx-x6gw-cw9m.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-p7qx-x6gw-cw9m", + "modified": "2024-05-02T09:30:48Z", + "published": "2024-05-02T09:30:48Z", + "aliases": [ + "CVE-2024-3280" + ], + "details": "The Follow Us Badges plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's wpsite_follow_us_badges shortcode in all versions up to, and including, 3.1.10 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.", + "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-3280" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3078718/wpsite-follow-us-badges" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/ef1ccef8-9066-4f5c-b5c5-9fa6e54f0e87?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-05-02T08:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-rf3m-rwff-vvwc/GHSA-rf3m-rwff-vvwc.json b/advisories/unreviewed/2024/05/GHSA-rf3m-rwff-vvwc/GHSA-rf3m-rwff-vvwc.json new file mode 100644 index 00000000000..c761017024a --- /dev/null +++ b/advisories/unreviewed/2024/05/GHSA-rf3m-rwff-vvwc/GHSA-rf3m-rwff-vvwc.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rf3m-rwff-vvwc", + "modified": "2024-05-02T09:30:48Z", + "published": "2024-05-02T09:30:48Z", + "aliases": [ + "CVE-2024-3883" + ], + "details": "The 3D FlipBook plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Bookmark URL field in all versions up to, and including, 1.15.4 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.", + "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-3883" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3079536/interactive-3d-flipbook-powered-physics-engine" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/016462cf-abe9-4c90-abd2-b5bb69348d7e?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-05-02T09:15:07Z" + } +} \ No newline at end of file