GHSA-4wxw-42wx-2wfx

Suggest an improvement
Source
https://github.com/advisories/GHSA-4wxw-42wx-2wfx
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/02/GHSA-4wxw-42wx-2wfx/GHSA-4wxw-42wx-2wfx.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-4wxw-42wx-2wfx
Aliases
Published
2024-02-09T18:31:07Z
Modified
2024-02-16T08:11:28.476314Z
Summary
Apache Solr Schema Designer blindly "trusts" all configsets
Details

Incorrect Permission Assignment for Critical Resource, Improper Control of Dynamically-Managed Code Resources vulnerability in Apache Solr.

This issue affects Apache Solr from 8.10.0 through 8.11.2, from 9.0.0 before 9.3.0.

The Schema Designer was introduced to allow users to more easily configure and test new Schemas and configSets. However, when the feature was created, the "trust" (authentication) of these configSets was not considered. External library loading is only available to configSets that are "trusted" (created by authenticated users), thus non-authenticated users are unable to perform Remote Code Execution. Since the Schema Designer loaded configSets without taking their "trust" into account, configSets that were created by unauthenticated users were allowed to load external libraries when used in the Schema Designer.

Users are recommended to upgrade to version 9.3.0 or 8.11.3, both of which fix the issue.

Database specific
{
    "nvd_published_at": "2024-02-09T18:15:08Z",
    "cwe_ids": [
        "CWE-732"
    ],
    "severity": "LOW",
    "github_reviewed": true,
    "github_reviewed_at": "2024-02-09T21:16:51Z"
}
References

Affected packages

Maven / org.apache.solr:solr-core

Package

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

Affected ranges

Type
ECOSYSTEM
Events
Introduced
9.0.0
Fixed
9.3.0

Affected versions

9.*

9.0.0
9.1.0
9.1.1
9.2.0
9.2.1

Maven / org.apache.solr:solr-core

Package

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

Affected ranges

Type
ECOSYSTEM
Events
Introduced
8.10.0
Fixed
8.11.3

Affected versions

8.*

8.10.0
8.10.1
8.11.0
8.11.1
8.11.2