From 5db0bddd6326b730e6e30d65d0a1bb172ff4254c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:32:13 +0000 Subject: [PATCH] Publish Advisories GHSA-2x2g-32r7-p4x8 GHSA-gf4p-rrpw-5r59 GHSA-hfp8-32jq-c2x9 GHSA-j3f3-cgmh-m5ff GHSA-wc49-jhj5-5v72 --- .../GHSA-2x2g-32r7-p4x8.json | 35 ++++++++++++++ .../GHSA-gf4p-rrpw-5r59.json | 42 +++++++++++++++++ .../GHSA-hfp8-32jq-c2x9.json | 42 +++++++++++++++++ .../GHSA-j3f3-cgmh-m5ff.json | 46 +++++++++++++++++++ .../GHSA-wc49-jhj5-5v72.json | 46 +++++++++++++++++++ 5 files changed, 211 insertions(+) create mode 100644 advisories/unreviewed/2024/11/GHSA-2x2g-32r7-p4x8/GHSA-2x2g-32r7-p4x8.json create mode 100644 advisories/unreviewed/2024/11/GHSA-gf4p-rrpw-5r59/GHSA-gf4p-rrpw-5r59.json create mode 100644 advisories/unreviewed/2024/11/GHSA-hfp8-32jq-c2x9/GHSA-hfp8-32jq-c2x9.json create mode 100644 advisories/unreviewed/2024/11/GHSA-j3f3-cgmh-m5ff/GHSA-j3f3-cgmh-m5ff.json create mode 100644 advisories/unreviewed/2024/11/GHSA-wc49-jhj5-5v72/GHSA-wc49-jhj5-5v72.json diff --git a/advisories/unreviewed/2024/11/GHSA-2x2g-32r7-p4x8/GHSA-2x2g-32r7-p4x8.json b/advisories/unreviewed/2024/11/GHSA-2x2g-32r7-p4x8/GHSA-2x2g-32r7-p4x8.json new file mode 100644 index 00000000000..afd64bd2ee7 --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-2x2g-32r7-p4x8/GHSA-2x2g-32r7-p4x8.json @@ -0,0 +1,35 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2x2g-32r7-p4x8", + "modified": "2024-11-19T09:30:54Z", + "published": "2024-11-19T09:30:54Z", + "aliases": [ + "CVE-2024-31141" + ], + "details": "Files or Directories Accessible to External Parties, Improper Privilege Management vulnerability in Apache Kafka Clients.\n\nApache Kafka Clients accept configuration data for customizing behavior, and includes ConfigProvider plugins in order to manipulate these configurations. Apache Kafka also provides FileConfigProvider, DirectoryConfigProvider, and EnvVarConfigProvider implementations which include the ability to read from disk or environment variables.\nIn applications where Apache Kafka Clients configurations can be specified by an untrusted party, attackers may use these ConfigProviders to read arbitrary contents of the disk and environment variables.\n\nIn particular, this flaw may be used in Apache Kafka Connect to escalate from REST API access to filesystem/environment access, which may be undesirable in certain environments, including SaaS products.\nThis issue affects Apache Kafka Clients: from 2.3.0 through 3.5.2, 3.6.2, 3.7.0.\n\n\nUsers with affected applications are recommended to upgrade kafka-clients to version >=3.8.0, and set the JVM system property \"org.apache.kafka.automatic.config.providers=none\".\nUsers of Kafka Connect with one of the listed ConfigProvider implementations specified in their worker config are also recommended to add appropriate \"allowlist.pattern\" and \"allowed.paths\" to restrict their operation to appropriate bounds.\n\n\nFor users of Kafka Clients or Kafka Connect in environments that trust users with disk and environment variable access, it is not recommended to set the system property.\nFor users of the Kafka Broker, Kafka MirrorMaker 2.0, Kafka Streams, and Kafka command-line tools, it is not recommended to set the system property.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31141" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/9whdzfr0zwdhr364604w5ssnzmg4v2lv" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-269" + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-19T09:15:03Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-gf4p-rrpw-5r59/GHSA-gf4p-rrpw-5r59.json b/advisories/unreviewed/2024/11/GHSA-gf4p-rrpw-5r59/GHSA-gf4p-rrpw-5r59.json new file mode 100644 index 00000000000..cf1ab81ed14 --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-gf4p-rrpw-5r59/GHSA-gf4p-rrpw-5r59.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gf4p-rrpw-5r59", + "modified": "2024-11-19T09:30:54Z", + "published": "2024-11-19T09:30:54Z", + "aliases": [ + "CVE-2024-10388" + ], + "details": "The WordPress GDPR plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'gdpr_firstname' and 'gdpr_lastname' parameters in all versions up to, and including, 2.0.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers 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:N/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10388" + }, + { + "type": "WEB", + "url": "https://www.welaunch.io/en/product/wordpress-gdpr/#changelog" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/bf707d9b-2b96-4d1b-b798-38f7fe958eaf?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-19T08:15:16Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-hfp8-32jq-c2x9/GHSA-hfp8-32jq-c2x9.json b/advisories/unreviewed/2024/11/GHSA-hfp8-32jq-c2x9/GHSA-hfp8-32jq-c2x9.json new file mode 100644 index 00000000000..f0332e2d1ac --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-hfp8-32jq-c2x9/GHSA-hfp8-32jq-c2x9.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hfp8-32jq-c2x9", + "modified": "2024-11-19T09:30:54Z", + "published": "2024-11-19T09:30:54Z", + "aliases": [ + "CVE-2024-11069" + ], + "details": "The WordPress GDPR plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the 'WordPress_GDPR_Data_Delete::check_action' function in all versions up to, and including, 2.0.2. This makes it possible for unauthenticated attackers to delete arbitrary users.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11069" + }, + { + "type": "WEB", + "url": "https://www.welaunch.io/en/product/wordpress-gdpr/#changelog" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/a089026a-5da9-467c-a1e4-622bb74363e2?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-19T08:15:16Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-j3f3-cgmh-m5ff/GHSA-j3f3-cgmh-m5ff.json b/advisories/unreviewed/2024/11/GHSA-j3f3-cgmh-m5ff/GHSA-j3f3-cgmh-m5ff.json new file mode 100644 index 00000000000..4fd33520e3e --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-j3f3-cgmh-m5ff/GHSA-j3f3-cgmh-m5ff.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j3f3-cgmh-m5ff", + "modified": "2024-11-19T09:30:54Z", + "published": "2024-11-19T09:30:54Z", + "aliases": [ + "CVE-2024-11098" + ], + "details": "The SVG Block plugin for WordPress is vulnerable to Stored Cross-Site Scripting via REST API SVG File uploads in all versions up to, and including, 1.1.24 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses the SVG file.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11098" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3188270" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/svg-block/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/79cc1f11-9b53-4e71-b0cc-8f8ebd4a5f32?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-19T08:15:16Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-wc49-jhj5-5v72/GHSA-wc49-jhj5-5v72.json b/advisories/unreviewed/2024/11/GHSA-wc49-jhj5-5v72/GHSA-wc49-jhj5-5v72.json new file mode 100644 index 00000000000..0ba84354f0f --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-wc49-jhj5-5v72/GHSA-wc49-jhj5-5v72.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wc49-jhj5-5v72", + "modified": "2024-11-19T09:30:54Z", + "published": "2024-11-19T09:30:54Z", + "aliases": [ + "CVE-2024-10268" + ], + "details": "The MP3 Audio Player – Music Player, Podcast Player & Radio by Sonaar plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's sonaar_audioplayer shortcode in all versions up to, and including, 5.8 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-10268" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3188034" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/mp3-music-player-by-sonaar/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/861d0218-0f0f-4299-a0ff-854832348457?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-19T08:15:15Z" + } +} \ No newline at end of file