Apache Solr insecure inter-node communication
High severity
GitHub Reviewed
Published
May 14, 2022
to the GitHub Advisory Database
•
Updated Jan 29, 2023
Package
Affected versions
>= 5.3.0, < 5.5.5
>= 6.0.0, < 6.6.0
Patched versions
5.5.5
6.6.0
Description
Published by the National Vulnerability Database
Jul 7, 2017
Published to the GitHub Advisory Database
May 14, 2022
Reviewed
Nov 8, 2022
Last updated
Jan 29, 2023
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.
References