From fdb7033584d2d3f0ebbf1e4d8c2bf5d1ab557e6c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 06:31:49 +0000 Subject: [PATCH] Publish Advisories GHSA-8hcw-gcjm-jwmj GHSA-ghv9-78x5-86j2 GHSA-h9x6-qcr3-mf95 --- .../GHSA-8hcw-gcjm-jwmj.json | 42 +++++++++++++++++ .../GHSA-ghv9-78x5-86j2.json | 46 +++++++++++++++++++ .../GHSA-h9x6-qcr3-mf95.json | 46 +++++++++++++++++++ 3 files changed, 134 insertions(+) create mode 100644 advisories/unreviewed/2024/10/GHSA-8hcw-gcjm-jwmj/GHSA-8hcw-gcjm-jwmj.json create mode 100644 advisories/unreviewed/2024/10/GHSA-ghv9-78x5-86j2/GHSA-ghv9-78x5-86j2.json create mode 100644 advisories/unreviewed/2024/10/GHSA-h9x6-qcr3-mf95/GHSA-h9x6-qcr3-mf95.json diff --git a/advisories/unreviewed/2024/10/GHSA-8hcw-gcjm-jwmj/GHSA-8hcw-gcjm-jwmj.json b/advisories/unreviewed/2024/10/GHSA-8hcw-gcjm-jwmj/GHSA-8hcw-gcjm-jwmj.json new file mode 100644 index 00000000000..36b9c599b7f --- /dev/null +++ b/advisories/unreviewed/2024/10/GHSA-8hcw-gcjm-jwmj/GHSA-8hcw-gcjm-jwmj.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8hcw-gcjm-jwmj", + "modified": "2024-10-25T06:30:33Z", + "published": "2024-10-25T06:30:33Z", + "aliases": [ + "CVE-2024-9686" + ], + "details": "The Order Notification for Telegram plugin for WordPress is vulnerable to unauthorized test message sending due to a missing capability check on the 'nktgnfw_send_test_message' function in versions up to, and including, 1.0.1. This makes it possible for unauthenticated attackers to send a test message via the Telegram Bot API to the user configured in the settings.", + "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-9686" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/order-notification-for-telegram/tags/1.0.1/inc/admin_ajax.php#L5" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/c182b4f2-c67b-4e82-a790-6d98946ebf2c?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-10-25T05:15:04Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-ghv9-78x5-86j2/GHSA-ghv9-78x5-86j2.json b/advisories/unreviewed/2024/10/GHSA-ghv9-78x5-86j2/GHSA-ghv9-78x5-86j2.json new file mode 100644 index 00000000000..55bcada42f7 --- /dev/null +++ b/advisories/unreviewed/2024/10/GHSA-ghv9-78x5-86j2/GHSA-ghv9-78x5-86j2.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-ghv9-78x5-86j2", + "modified": "2024-10-25T06:30:33Z", + "published": "2024-10-25T06:30:33Z", + "aliases": [ + "CVE-2024-9109" + ], + "details": "The WooCommerce UPS Shipping – Live Rates and Access Points plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the delete_oauth_data function in all versions up to, and including, 2.3.11. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete the plugin's API key.", + "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-9109" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/flexible-shipping-ups/trunk/vendor_prefixed/octolize/wp-ups-oauth/src/OAuth/Ajax.php#L32" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3173845/flexible-shipping-ups/tags/3.0.0/vendor_prefixed/octolize/wp-ups-oauth/src/OAuth/Ajax.php?old=3158553&old_path=flexible-shipping-ups%2Ftags%2F2.3.11%2Fvendor_prefixed%2Foctolize%2Fwp-ups-oauth%2Fsrc%2FOAuth%2FAjax.php" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/699fdea9-15ae-4882-9723-9a98d7d53c74?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-10-25T06:15:13Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-h9x6-qcr3-mf95/GHSA-h9x6-qcr3-mf95.json b/advisories/unreviewed/2024/10/GHSA-h9x6-qcr3-mf95/GHSA-h9x6-qcr3-mf95.json new file mode 100644 index 00000000000..3fc992f9921 --- /dev/null +++ b/advisories/unreviewed/2024/10/GHSA-h9x6-qcr3-mf95/GHSA-h9x6-qcr3-mf95.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h9x6-qcr3-mf95", + "modified": "2024-10-25T06:30:33Z", + "published": "2024-10-25T06:30:33Z", + "aliases": [ + "CVE-2024-9488" + ], + "details": "The Comments – wpDiscuz plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 7.6.24. This is due to insufficient verification on the user being returned by the social login token. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they have access to the email and the user does not have an already-existing account for the service returning the token.", + "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-2024-9488" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/wpdiscuz/trunk/forms/wpdFormAttr/Login/SocialLogin.php" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3164486" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/b71706a7-e101-4d50-a2da-1aeeaf07cf4b?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-288" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-10-25T06:15:13Z" + } +} \ No newline at end of file