CVE-2017-7660

high
Published 2017-07-07 · Modified 2024-02-22
CVSS v3
7.5
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
CVSS v2
5.0
VIR risk
7.5

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

Exploit likelihood
83%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2017-7660

vendor Authored 2026-05-27

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

OSVersionStatusFixed in
debian debianbookwormfixed0
debian debianbullseyefixed0
debian debianforkyfixed0
debian debiansidfixed0
debian debiantrixiefixed0

Package impact

EcosystemPackageVulnerableFixed
java Mavenorg.apache.solr:solr-core>=5.3.0,<5.5.55.5.5
java Mavenorg.apache.solr:solr-core>=6.0.0,<6.6.06.6.0

Application impact

VendorProductVersionsFixed
apache apachesolr5.3.0
apache apachesolr5.3.1
apache apachesolr5.3.2
apache apachesolr5.4.0
apache apachesolr5.4.1
apache apachesolr5.5.0
apache apachesolr5.5.1
apache apachesolr5.5.2
apache apachesolr5.5.3
apache apachesolr5.5.4
apache apachesolr6.0.0
apache apachesolr6.0.1
apache apachesolr6.1.0
apache apachesolr6.2.0
apache apachesolr6.2.1
apache apachesolr6.3.0
apache apachesolr6.4.0
apache apachesolr6.4.1
apache apachesolr6.4.2
apache apachesolr6.5.0
apache apachesolr6.5.1

References

CWEs

CWE-287

Verify integrity in audit chain (admin only). AS-IS.