From 75f9517d09defab04d0f99ec0bc06c3355c1af85 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:27:08 +0000 Subject: [PATCH] Publish Advisories GHSA-9ghh-mmcq-8phc GHSA-h7w9-c5vx-x7j3 GHSA-mjvf-4h88-6xm3 --- .../2024/06/GHSA-9ghh-mmcq-8phc/GHSA-9ghh-mmcq-8phc.json | 3 ++- .../2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json | 9 ++++++--- .../2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json | 9 +++++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/advisories/github-reviewed/2024/06/GHSA-9ghh-mmcq-8phc/GHSA-9ghh-mmcq-8phc.json b/advisories/github-reviewed/2024/06/GHSA-9ghh-mmcq-8phc/GHSA-9ghh-mmcq-8phc.json index 8ba3cf16731..e728ecb7954 100644 --- a/advisories/github-reviewed/2024/06/GHSA-9ghh-mmcq-8phc/GHSA-9ghh-mmcq-8phc.json +++ b/advisories/github-reviewed/2024/06/GHSA-9ghh-mmcq-8phc/GHSA-9ghh-mmcq-8phc.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-9ghh-mmcq-8phc", - "modified": "2024-10-16T17:05:22Z", + "modified": "2024-10-16T19:26:09Z", "published": "2024-06-17T22:30:46Z", "aliases": [ "CVE-2023-22650" @@ -79,6 +79,7 @@ "database_specific": { "cwe_ids": [ "CWE-287", + "CWE-306", "CWE-613" ], "severity": "HIGH", diff --git a/advisories/github-reviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json b/advisories/github-reviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json index 7fda5dba25b..da932cdd39f 100644 --- a/advisories/github-reviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json +++ b/advisories/github-reviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-h7w9-c5vx-x7j3", - "modified": "2024-10-16T17:54:12Z", + "modified": "2024-10-16T19:26:04Z", "published": "2024-10-16T09:30:31Z", "aliases": [ "CVE-2024-45217" @@ -9,7 +9,10 @@ "summary": "Insecure Default Initialization of Resource vulnerability in Apache Solr", "details": "New ConfigSets that are created via a Restore command, which copy a configSet from the backup and give it a new name, are created without setting the \"trusted\" metadata.\nConfigSets that do not contain the flag are trusted implicitly if the metadata is missing, therefore this leads to \"trusted\" ConfigSets that may not have been created with an Authenticated request.\n\"trusted\" ConfigSets are able to load custom code into classloaders, therefore the flag is supposed to only be set when the request that uploads the ConfigSet is Authenticated & Authorized.\n\nThis issue affects Apache Solr: from 6.6.0 before 8.11.4, from 9.0.0 before 9.7.0. This issue does not affect Solr instances that are secured via Authentication/Authorization.\n\nUsers are primarily recommended to use Authentication and Authorization when running Solr. However, upgrading to version 9.7.0, or 8.11.4 will mitigate this issue otherwise.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" + } ], "affected": [ { @@ -73,7 +76,7 @@ "cwe_ids": [ "CWE-1188" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-10-16T17:54:12Z", "nvd_published_at": "2024-10-16T08:15:05Z" diff --git a/advisories/github-reviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json b/advisories/github-reviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json index a8d99636415..4c2c996b32d 100644 --- a/advisories/github-reviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json +++ b/advisories/github-reviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-mjvf-4h88-6xm3", - "modified": "2024-10-16T17:46:16Z", + "modified": "2024-10-16T19:25:47Z", "published": "2024-10-16T09:30:31Z", "aliases": [ "CVE-2024-45216" @@ -9,6 +9,10 @@ "summary": "Improper Authentication vulnerability in Apache Solr", "details": "Solr instances using the PKIAuthenticationPlugin, which is enabled by default when Solr Authentication is used, are vulnerable to Authentication bypass. A fake ending at the end of any Solr API URL path, will allow requests to skip Authentication while maintaining the API contract with the original URL Path. This fake ending looks like an unprotected API path, however it is stripped off internally after authentication but before API routing.\n\n\nThis issue affects Apache Solr: from 5.3.0 before 8.11.4, from 9.0.0 before 9.7.0.\n\nUsers are recommended to upgrade to version 9.7.0, or 8.11.4, which fix the issue.", "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" @@ -74,7 +78,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-287" + "CWE-287", + "CWE-863" ], "severity": "CRITICAL", "github_reviewed": true,