From 879fa2def7d3603ce2c3b141cf4b0ba28688e0ef Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:41:27 +0000 Subject: [PATCH] Publish Advisories GHSA-gfvv-6j3g-f3q4 GHSA-hh2j-x536-wrmf GHSA-wgp9-fmmg-xh49 GHSA-xwvj-c6cj-6xgw --- .../GHSA-gfvv-6j3g-f3q4.json | 46 +++++++++++++++++++ .../GHSA-hh2j-x536-wrmf.json | 42 +++++++++++++++++ .../GHSA-wgp9-fmmg-xh49.json | 42 +++++++++++++++++ .../GHSA-xwvj-c6cj-6xgw.json | 38 +++++++++++++++ 4 files changed, 168 insertions(+) create mode 100644 advisories/unreviewed/2024/11/GHSA-gfvv-6j3g-f3q4/GHSA-gfvv-6j3g-f3q4.json create mode 100644 advisories/unreviewed/2024/11/GHSA-hh2j-x536-wrmf/GHSA-hh2j-x536-wrmf.json create mode 100644 advisories/unreviewed/2024/11/GHSA-wgp9-fmmg-xh49/GHSA-wgp9-fmmg-xh49.json create mode 100644 advisories/unreviewed/2024/11/GHSA-xwvj-c6cj-6xgw/GHSA-xwvj-c6cj-6xgw.json diff --git a/advisories/unreviewed/2024/11/GHSA-gfvv-6j3g-f3q4/GHSA-gfvv-6j3g-f3q4.json b/advisories/unreviewed/2024/11/GHSA-gfvv-6j3g-f3q4/GHSA-gfvv-6j3g-f3q4.json new file mode 100644 index 00000000000..9518bcfa877 --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-gfvv-6j3g-f3q4/GHSA-gfvv-6j3g-f3q4.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gfvv-6j3g-f3q4", + "modified": "2024-11-27T09:40:23Z", + "published": "2024-11-27T09:40:23Z", + "aliases": [ + "CVE-2024-10580" + ], + "details": "The Hustle – Email Marketing, Lead Generation, Optins, Popups plugin for WordPress is vulnerable to unauthorized form submissions due to a missing capability check on the submit_form() function in all versions up to, and including, 7.8.5. This makes it possible for unauthenticated attackers to submit unpublished forms.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10580" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/wordpress-popup/tags/7.8.5/inc/front/hustle-module-front-ajax.php#L251" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3196639/wordpress-popup/tags/7.8.6/inc/front/hustle-module-front-ajax.php" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/3b2f8726-c4c4-4ed6-aa8d-4412cf5be061?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-27T07:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-hh2j-x536-wrmf/GHSA-hh2j-x536-wrmf.json b/advisories/unreviewed/2024/11/GHSA-hh2j-x536-wrmf/GHSA-hh2j-x536-wrmf.json new file mode 100644 index 00000000000..9906a8a156e --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-hh2j-x536-wrmf/GHSA-hh2j-x536-wrmf.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hh2j-x536-wrmf", + "modified": "2024-11-27T09:40:23Z", + "published": "2024-11-27T09:40:23Z", + "aliases": [ + "CVE-2024-10895" + ], + "details": "The Counter Up – Animated Number Counter & Milestone Showcase plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'lgx-counter' shortcode in all versions up to, and including, 2.4.0 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-10895" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/wp-counter-up/trunk/public/class-wp-counter-up-public.php#L318" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/36e070de-bd77-48a4-a9c2-3938b144398a?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-27T07:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-wgp9-fmmg-xh49/GHSA-wgp9-fmmg-xh49.json b/advisories/unreviewed/2024/11/GHSA-wgp9-fmmg-xh49/GHSA-wgp9-fmmg-xh49.json new file mode 100644 index 00000000000..ca961886766 --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-wgp9-fmmg-xh49/GHSA-wgp9-fmmg-xh49.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wgp9-fmmg-xh49", + "modified": "2024-11-27T09:40:23Z", + "published": "2024-11-27T09:40:23Z", + "aliases": [ + "CVE-2024-10175" + ], + "details": "The Pricing Tables For WPBakery Page Builder (formerly Visual Composer) plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's wdo_pricing_tables shortcode in all versions up to, and including, 1.4 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-10175" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/pricing-tables-for-visual-composer/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/79091bc0-d9b6-4a4b-926d-0447193d27c5?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-27T07:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-xwvj-c6cj-6xgw/GHSA-xwvj-c6cj-6xgw.json b/advisories/unreviewed/2024/11/GHSA-xwvj-c6cj-6xgw/GHSA-xwvj-c6cj-6xgw.json new file mode 100644 index 00000000000..78e662fb25d --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-xwvj-c6cj-6xgw/GHSA-xwvj-c6cj-6xgw.json @@ -0,0 +1,38 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xwvj-c6cj-6xgw", + "modified": "2024-11-27T09:40:23Z", + "published": "2024-11-27T09:40:23Z", + "aliases": [ + "CVE-2024-36467" + ], + "details": "An authenticated user with API access (e.g.: user with default User role), more specifically a user with access to the user.update API endpoint is enough to be able to add themselves to any group (e.g.: Zabbix Administrators), except to groups that are disabled or having restricted GUI access.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36467" + }, + { + "type": "WEB", + "url": "https://support.zabbix.com/browse/ZBX-25614" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-285" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-27T07:15:09Z" + } +} \ No newline at end of file