Solr Search Tool Can Allow Remote Code Execution (RCE) by Default

A security vulnerability affecting the Linux enterprise search tool Apache Solr has been reclassified by Tenable as 'high severity status.'

Larry Loeb, Blogger, Informationweek

November 28, 2019

2 Min Read

A security vulnerability affecting the Linux enterprise search tool Apache Solr has been reclassified by Tenableas "high severity status." It seems that the default configuration of Solr on Solr 8.1.1 and 8.2.0 for Linux (but not for Windows) allows a remote code execution (RCE).

The NoSQL tool has been maintained since 2006 by open-source organization Apache Software Foundation, news organization CNET having donated it after building on Apache's Lucene. The ASF team has issued an advisory about the situation.

The team describes the vuln as, "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."

The vuln has become recognized as more serious than initially thought when reports of it emerged this past July. It was then thought that it would only allow cybercriminals or other third parties to access monitoring data. However, a full-blown hole was found to exist on port 8983 that would allow RCE to happen.

A revised proof-of-concept has been put up on GitHub showing how such an attack could proceed.

Mitigation for this situation is fairly simple, but may be a bit complicated to implement. The team advises that users should make sure that the effective solr.in.sh file has ENABLE_REMOTE_JMX_OPTS set to "false" on every Solr node and then restart Solr. The effective solr.in.sh file may reside in /etc/defaults/ or another location depending on the install. As a check, validate that the "com.sun.management.jmxremote" family of properties are not listed in the "Java Properties" section of the Solr Admin UI, or configured in a secure way.

Though the team recommends upgrading to version 8.3 because of all the feature modifications they have done, Tenable thinks that 8.3 will still allow the vuln to be active if it is default configured.

Tenable points out that adding authentication to an instance may help. They also note that "unless the Config API is locked down, an attacker could modify the solrconfig.xml file."

— Larry Loeb has written for many of the last century's major "dead tree" computer magazines, having been, among other things, a consulting editor for BYTE magazine and senior editor for the launch of WebWeek.

Read more about:

Security Now

About the Author(s)

Larry Loeb

Blogger, Informationweek

Larry Loeb has written for many of the last century's major "dead tree" computer magazines, having been, among other things, a consulting editor for BYTE magazine and senior editor for the launch of WebWeek. He has written a book on the Secure Electronic Transaction Internet protocol. His latest book has the commercially obligatory title of Hack Proofing XML. He's been online since uucp "bang" addressing (where the world existed relative to !decvax), serving as editor of the Macintosh Exchange on BIX and the VARBusiness Exchange. His first Mac had 128 KB of memory, which was a big step up from his first 1130, which had 4 KB, as did his first 1401. You can e-mail him at [email protected].

Keep up with the latest cybersecurity threats, newly discovered vulnerabilities, data breach information, and emerging trends. Delivered daily or weekly right to your email inbox.

You May Also Like


More Insights