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).
References
Link | Resource |
---|---|
https://www.openwall.com/lists/oss-security/2019/04/24/1 | Mailing List Third Party Advisory |
Configurations
History
No history.
Information
Published : 2020-04-01 22:15
Updated : 2024-02-04 21:00
NVD link : CVE-2018-11802
Mitre link : CVE-2018-11802
CVE.ORG link : CVE-2018-11802
JSON object : View
Products Affected
apache
- solr
CWE
CWE-863
Incorrect Authorization