In Apache Solr, the cluster can be partitioned into multiple collections and only a subset of nodes actually host any given collection. However, if a node receives a request for a collection it does not host, it proxies the request to a relevant node and serves the request. Solr bypasses all authorization settings for such requests. This affects all Solr versions prior to 7.7 that use the default authorization mechanism of Solr (RuleBasedAuthorizationPlugin).
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Solr | Apache | * | 7.7.0 (excluding) |
Lucene-solr | Ubuntu | bionic | * |
Lucene-solr | Ubuntu | cosmic | * |
Lucene-solr | Ubuntu | disco | * |
Lucene-solr | Ubuntu | eoan | * |
Lucene-solr | Ubuntu | groovy | * |
Lucene-solr | Ubuntu | hirsute | * |
Lucene-solr | Ubuntu | impish | * |
Lucene-solr | Ubuntu | kinetic | * |
Lucene-solr | Ubuntu | lunar | * |
Lucene-solr | Ubuntu | mantic | * |
Lucene-solr | Ubuntu | xenial | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are incorrectly applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.