From fdc73ec7bc0355086db7910d11893b75bc28ae74 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:55:56 +0000 Subject: [PATCH] Publish Advisories GHSA-h7w9-c5vx-x7j3 GHSA-h7w9-c5vx-x7j3 --- .../GHSA-h7w9-c5vx-x7j3.json | 81 +++++++++++++++++++ .../GHSA-h7w9-c5vx-x7j3.json | 35 -------- 2 files changed, 81 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json delete mode 100644 advisories/unreviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json 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 new file mode 100644 index 00000000000..7fda5dba25b --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json @@ -0,0 +1,81 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h7w9-c5vx-x7j3", + "modified": "2024-10-16T17:54:12Z", + "published": "2024-10-16T09:30:31Z", + "aliases": [ + "CVE-2024-45217" + ], + "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": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.solr:solr" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.6.0" + }, + { + "fixed": "8.11.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.solr:solr" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.7.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45217" + }, + { + "type": "WEB", + "url": "https://issues.apache.org/jira/browse/SOLR-17418" + }, + { + "type": "WEB", + "url": "https://solr.apache.org/security.html#cve-2024-45217-apache-solr-configsets-created-during-a-backup-restore-command-are-trusted-implicitly" + }, + { + "type": "PACKAGE", + "url": "http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/webapp" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1188" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-16T17:54:12Z", + "nvd_published_at": "2024-10-16T08:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json b/advisories/unreviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json deleted file mode 100644 index 20ecdceddb4..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-h7w9-c5vx-x7j3", - "modified": "2024-10-16T09:30:31Z", - "published": "2024-10-16T09:30:31Z", - "aliases": [ - "CVE-2024-45217" - ], - "details": "Insecure Default Initialization of Resource vulnerability in Apache Solr.\n\nNew 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": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45217" - }, - { - "type": "WEB", - "url": "https://solr.apache.org/security.html#cve-2024-45217-apache-solr-configsets-created-during-a-backup-restore-command-are-trusted-implicitly" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-1188" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-16T08:15:05Z" - } -} \ No newline at end of file