Apache Solr insecure inter-node communication
High7.5CVE-2017-7660 · Published May 14, 2022 · updated Feb 22, 2024
Apache Solr uses a PKI based mechanism to secure inter-node communication when security is enabled. It is possible to create a specially crafted node name that does not exist as part of the cluster and point it to a malicious node. This can trick the nodes in cluster to believe that the malicious node is a member of the cluster. So, if Solr users have enabled BasicAuth authentication mechanism using the BasicAuthPlugin or if the user has implemented a custom Authentication plugin, which does not implement either "HttpClientInterceptorPlugin" or "HttpClientBuilderPlugin", his/her servers are vulnerable to this attack. Users who only use SSL without basic authentication or those who use Kerberos are not affected.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| org.apache.solr:solr-core Maven | >= 5.3.0, < 5.5.5 | 5.5.5 |
| >= 6.0.0, < 6.6.0 | 6.6.0 |
Details and references
- CVSS 3.0
- CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-287
- Also known as
- CVE-2017-7660
More Apache Solr advisories
All Apache Solr| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| May 172022 | Apache Solr UpdateRequestHandler for XML resolves XML External Entities | Medium | 4.1.0 |
| May 172022 | XML Injection in Apache Solr | Medium | 4.3.1 |
| May 172022 | Improper Limitation of a Pathname to a Restricted Directory in Apache Solr | Medium | 4.6.0 |
| May 172022 | Improper Neutralization of Input During Web Page Generation in Apache Solr | Medium6.1 | 5.1.0 |
| May 172022 | Improper Neutralization of Input During Web Page Generation in Apache Solr | Medium6.1 | 5.3.1 |
| May 142022 | Apache Solr Kerberos delegation token functionality flaws | High7.5 | 6.6.1 |