diff --git a/advisories/unreviewed/2024/04/GHSA-8f7x-6mj4-c65f/GHSA-8f7x-6mj4-c65f.json b/advisories/unreviewed/2024/04/GHSA-8f7x-6mj4-c65f/GHSA-8f7x-6mj4-c65f.json new file mode 100644 index 00000000000..de9de8cf884 --- /dev/null +++ b/advisories/unreviewed/2024/04/GHSA-8f7x-6mj4-c65f/GHSA-8f7x-6mj4-c65f.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8f7x-6mj4-c65f", + "modified": "2024-04-16T15:30:24Z", + "published": "2024-04-16T15:30:24Z", + "aliases": [ + "CVE-2024-3067" + ], + "details": "The WooCommerce Google Feed Manager plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter in all versions up to, and including, 2.4.2 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 administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This can also be used by unauthenticated attackers to inject malicious web scripts.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3067" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/wp-product-feed-manager/trunk/includes/user-interface/class-wppfm-feed-editor-page.php#L34" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3070663%40wp-product-feed-manager&new=3070663%40wp-product-feed-manager&sfp_email=&sfph_mail=" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/37bfb60d-8e2d-4c77-880c-3d17a6a434b8?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-04-16T13:15:11Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/04/GHSA-8fp3-w5p8-ppf5/GHSA-8fp3-w5p8-ppf5.json b/advisories/unreviewed/2024/04/GHSA-8fp3-w5p8-ppf5/GHSA-8fp3-w5p8-ppf5.json new file mode 100644 index 00000000000..79b4fe6ff88 --- /dev/null +++ b/advisories/unreviewed/2024/04/GHSA-8fp3-w5p8-ppf5/GHSA-8fp3-w5p8-ppf5.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8fp3-w5p8-ppf5", + "modified": "2024-04-16T15:30:25Z", + "published": "2024-04-16T15:30:25Z", + "aliases": [ + "CVE-2024-3243" + ], + "details": "The Customer Reviews for WooCommerce plugin for WordPress is vulnerable to unauthorized email sending due to a missing capability check on the send_test_email() function in all versions up to, and including, 5.46.0. This makes it possible for authenticated attackers, with subscriber-level access and above, to send arbitrary test emails.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3243" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/customer-reviews-woocommerce/trunk/includes/settings/class-cr-settings-review-discount.php#L506" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3069811/customer-reviews-woocommerce/trunk/includes/settings/class-cr-settings-review-discount.php" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/a0e80e63-f4f7-44cc-ae29-72e7847d7448?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-04-16T13:15:11Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/04/GHSA-8p8h-55m5-85pr/GHSA-8p8h-55m5-85pr.json b/advisories/unreviewed/2024/04/GHSA-8p8h-55m5-85pr/GHSA-8p8h-55m5-85pr.json new file mode 100644 index 00000000000..e3974a2937d --- /dev/null +++ b/advisories/unreviewed/2024/04/GHSA-8p8h-55m5-85pr/GHSA-8p8h-55m5-85pr.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8p8h-55m5-85pr", + "modified": "2024-04-16T15:30:25Z", + "published": "2024-04-16T15:30:25Z", + "aliases": [ + "CVE-2024-3672" + ], + "details": "The BA Book Everything plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'all-items' shortcode in all versions up to, and including, 1.6.8 due to insufficient input sanitization and output escaping on user supplied attributes such as 'classes'. 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-3672" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3070808%40ba-book-everything&new=3070808%40ba-book-everything&sfp_email=&sfph_mail=" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/b0ce06d3-491e-4565-8b26-f33937aee3e8?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-04-16T13:15:11Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/04/GHSA-j5pj-g556-8w7q/GHSA-j5pj-g556-8w7q.json b/advisories/unreviewed/2024/04/GHSA-j5pj-g556-8w7q/GHSA-j5pj-g556-8w7q.json new file mode 100644 index 00000000000..dd6a2d4c4be --- /dev/null +++ b/advisories/unreviewed/2024/04/GHSA-j5pj-g556-8w7q/GHSA-j5pj-g556-8w7q.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j5pj-g556-8w7q", + "modified": "2024-04-16T15:30:25Z", + "published": "2024-04-16T15:30:25Z", + "aliases": [ + "CVE-2024-3869" + ], + "details": "The Customer Reviews for WooCommerce plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the 'woocommerce_json_search_coupons' function . This makes it possible for attackers with subscriber level access to view coupon codes.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3869" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/customer-reviews-woocommerce/trunk/includes/settings/class-cr-settings-review-discount.php#L470" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3069811/customer-reviews-woocommerce/trunk/includes/settings/class-cr-settings-review-discount.php" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/881e8096-e75f-49a7-87ed-c230e93ea378?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-04-16T13:15:11Z" + } +} \ No newline at end of file