Information Exposure Affecting org.apache.solr:solr-core package, versions [8.1.1,8.3.0)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-ORGAPACHESOLR-535106
- published 3 Dec 2019
- disclosed 18 Nov 2019
- credit Unknown
Introduced: 18 Nov 2019
CVE-2019-12409 Open this link in a new tabHow to fix?
Upgrade org.apache.solr:solr-core
to version 8.3.0 or higher.
Overview
org.apache.solr:solr-core is an open source enterprise search platform built on Apache Lucene
Affected versions of this package are vulnerable to Information Exposure. Insecure setting for the ENABLE_REMOTE_JMX_OPT
S configuration option in the default solr.in.sh
configuration file shipping with Solr. If you use the default solr.in.sh file from the affected releases, then JMX monitoring will be enabled and exposed on RMI_PORT (default=18983)
, without any authentication. If this port is opened for inbound traffic in your firewall, then anyone with network access to your Solr nodes will be able to access JMX, which may in turn allow them to upload malicious code for execution on the Solr server.
Note this affects Linux users only,