From 679ca2d6c1f81bd5bd268f81bc16fb1d3fc0cd69 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:32:07 +0000 Subject: [PATCH] Publish Advisories GHSA-9w33-c6rh-4qfg GHSA-r6fg-prgw-3ff5 GHSA-rxrf-63h6-9xq3 --- .../GHSA-9w33-c6rh-4qfg.json | 50 +++++++++++++++++++ .../GHSA-r6fg-prgw-3ff5.json | 42 ++++++++++++++++ .../GHSA-rxrf-63h6-9xq3.json | 42 ++++++++++++++++ 3 files changed, 134 insertions(+) create mode 100644 advisories/unreviewed/2023/11/GHSA-9w33-c6rh-4qfg/GHSA-9w33-c6rh-4qfg.json create mode 100644 advisories/unreviewed/2023/11/GHSA-r6fg-prgw-3ff5/GHSA-r6fg-prgw-3ff5.json create mode 100644 advisories/unreviewed/2023/11/GHSA-rxrf-63h6-9xq3/GHSA-rxrf-63h6-9xq3.json diff --git a/advisories/unreviewed/2023/11/GHSA-9w33-c6rh-4qfg/GHSA-9w33-c6rh-4qfg.json b/advisories/unreviewed/2023/11/GHSA-9w33-c6rh-4qfg/GHSA-9w33-c6rh-4qfg.json new file mode 100644 index 00000000000..66b6fa69d98 --- /dev/null +++ b/advisories/unreviewed/2023/11/GHSA-9w33-c6rh-4qfg/GHSA-9w33-c6rh-4qfg.json @@ -0,0 +1,50 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9w33-c6rh-4qfg", + "modified": "2023-11-15T09:30:57Z", + "published": "2023-11-15T09:30:57Z", + "aliases": [ + "CVE-2023-6133" + ], + "details": "The Forminator plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient blacklisting on the 'forminator_allowed_mime_types' function in versions up to, and including, 1.27.0. This makes it possible for authenticated attackers with administrator-level capabilities or above to upload arbitrary files on the affected site's server, but due to the htaccess configuration, remote code cannot be executed.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6133" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/forminator/tags/1.27.0/library/fields/upload.php#L356" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/forminator/tags/1.27.0/library/fields/upload.php#L372" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/2995007/forminator/trunk/library/helpers/helper-fields.php#file0" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/13cfa202-ab90-46c0-ab53-00995bfdcaa3?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2023-11-15T07:15:14Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/11/GHSA-r6fg-prgw-3ff5/GHSA-r6fg-prgw-3ff5.json b/advisories/unreviewed/2023/11/GHSA-r6fg-prgw-3ff5/GHSA-r6fg-prgw-3ff5.json new file mode 100644 index 00000000000..5d788bbf9d5 --- /dev/null +++ b/advisories/unreviewed/2023/11/GHSA-r6fg-prgw-3ff5/GHSA-r6fg-prgw-3ff5.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-r6fg-prgw-3ff5", + "modified": "2023-11-15T09:30:57Z", + "published": "2023-11-15T09:30:57Z", + "aliases": [ + "CVE-2023-46672" + ], + "details": "An issue was identified by Elastic whereby sensitive information is recorded in Logstash logs under specific circumstances.\n\nThe prerequisites for the manifestation of this issue are:\n\n * Logstash is configured to log in JSON format https://www.elastic.co/guide/en/logstash/current/running-logstash-command-line.html , which is not the default logging format.\n\n\n * Sensitive data is stored in the Logstash keystore and referenced as a variable in Logstash configuration.\n\n\n\n\n\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46672" + }, + { + "type": "WEB", + "url": "https://discuss.elastic.co/t/logstash-8-11-1-security-update-esa-2023-26/347191" + }, + { + "type": "WEB", + "url": "https://www.elastic.co/community/security" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-532" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2023-11-15T08:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/11/GHSA-rxrf-63h6-9xq3/GHSA-rxrf-63h6-9xq3.json b/advisories/unreviewed/2023/11/GHSA-rxrf-63h6-9xq3/GHSA-rxrf-63h6-9xq3.json new file mode 100644 index 00000000000..903aa70d56c --- /dev/null +++ b/advisories/unreviewed/2023/11/GHSA-rxrf-63h6-9xq3/GHSA-rxrf-63h6-9xq3.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rxrf-63h6-9xq3", + "modified": "2023-11-15T09:30:57Z", + "published": "2023-11-15T09:30:57Z", + "aliases": [ + "CVE-2023-4889" + ], + "details": "The Shareaholic plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'shareaholic' shortcode in versions up to, and including, 9.7.8 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers with contributor-level and above permissions 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-2023-4889" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/2995413/shareaholic#file51" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/ff6932c6-f3ec-46a8-a03b-95512eee5bf1?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2023-11-15T07:15:14Z" + } +} \ No newline at end of file