GHSA-h7w9-c5vx-x7j3

Suggest an improvement
Source
https://github.com/advisories/GHSA-h7w9-c5vx-x7j3
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/10/GHSA-h7w9-c5vx-x7j3/GHSA-h7w9-c5vx-x7j3.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-h7w9-c5vx-x7j3
Aliases
Published
2024-10-16T09:30:31Z
Modified
2024-10-18T07:58:53.165735Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
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. ConfigSets 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. "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.

This 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.

Users 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.

Database specific
{
    "nvd_published_at": "2024-10-16T08:15:05Z",
    "cwe_ids": [
        "CWE-1188"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2024-10-16T17:54:12Z"
}
References

Affected packages

Maven / org.apache.solr:solr

Package

Name
org.apache.solr:solr
View open source insights on deps.dev
Purl
pkg:maven/org.apache.solr/solr

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
8.11.4

Maven / org.apache.solr:solr

Package

Name
org.apache.solr:solr
View open source insights on deps.dev
Purl
pkg:maven/org.apache.solr/solr

Affected ranges

Type
ECOSYSTEM
Events
Introduced
9.0.0
Fixed
9.7.0