CVE-2017-7660
Description
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2017-7660
Vendor advisory: security@apache.org — http://mail-archives.us.apache.org/mod_mbox/www-announce/201707.mbox/%3CCAOOKt53EgrybaD%2BiSn-nBbvFdse-szhg%3DhMoDZuvUvyMme-Z%3Dg%40mail.gmail.com%3E
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 0 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 0 |
| debian | sid | fixed | 0 |
| debian | trixie | fixed | 0 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Maven | org.apache.solr:solr-core | >=5.3.0,<5.5.5 | 5.5.5 |
| Maven | org.apache.solr:solr-core | >=6.0.0,<6.6.0 | 6.6.0 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| apache | solr | 5.3.0 | |
| apache | solr | 5.3.1 | |
| apache | solr | 5.3.2 | |
| apache | solr | 5.4.0 | |
| apache | solr | 5.4.1 | |
| apache | solr | 5.5.0 | |
| apache | solr | 5.5.1 | |
| apache | solr | 5.5.2 | |
| apache | solr | 5.5.3 | |
| apache | solr | 5.5.4 | |
| apache | solr | 6.0.0 | |
| apache | solr | 6.0.1 | |
| apache | solr | 6.1.0 | |
| apache | solr | 6.2.0 | |
| apache | solr | 6.2.1 | |
| apache | solr | 6.3.0 | |
| apache | solr | 6.4.0 | |
| apache | solr | 6.4.1 | |
| apache | solr | 6.4.2 | |
| apache | solr | 6.5.0 | |
| apache | solr | 6.5.1 | |
References
- http://mail-archives.us.apache.org/mod_mbox/www-announce/201707.mbox/%3CCAOOKt53EgrybaD%2BiSn-nBbvFdse-szhg%3DhMoDZuvUvyMme-Z%3Dg%40mail.gmail.com%3E
- http://www.securityfocus.com/bid/99485
- https://security.netapp.com/advisory/ntap-20181127-0003/
- https://nvd.nist.gov/vuln/detail/CVE-2017-7660
- https://issues.apache.org/jira/browse/SOLR-10624
- https://lists.apache.org/thread/o0g7vpz5sz4yy0pyf1z94vkpv40x6h44
- https://security.netapp.com/advisory/ntap-20181127-0003
- https://security-tracker.debian.org/tracker/CVE-2017-7660
CWEs
CWE-287
Verify integrity in audit chain (admin only). AS-IS.