Apache Solr < 8.4.0 Remote Code Execution - Nessus

High   Plugin ID: 132583

This page contains detailed information about the Apache Solr < 8.4.0 Remote Code Execution Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 132583
Name: Apache Solr < 8.4.0 Remote Code Execution
Filename: solr_8_4_0.nasl
Vulnerability Published: 2019-10-29
This Plugin Published: 2020-01-02
Last Modification Time: 2022-02-22
Plugin Version: 1.10
Plugin Type: remote
Plugin Family: CGI abuses
Dependencies: solr_detect.nbin
Required KB Items [?]: installed_sw/Apache Solr

Vulnerability Information


Severity: High
Vulnerability Published: 2019-10-29
Patch Published: 2019-12-29
CVE [?]: CVE-2019-17558
CPE [?]: cpe:/a:apache:solr

Synopsis

The remote web server contains a Java application that is affected by a remote code execution vulnerability.

Description

The version of Apache Solr running on the remote host is at least 5.0.0 and prior to 8.4.0. It is, therefore, affected by a remote code execution vulnerability. A remote code execution vulnerability exists in VelocityResponseWriter due to a flaw in the velocity template parameter. An unauthenticated, remote attacker can exploit this to bypass authentication and execute arbitrary commands with the privileges of Apache Solr.

Solution

Upgrade to Apache Solr version 8.4.0 or later.

Public Exploits


Target Network Port(s): 8983
Target Asset(s): Services/www
Exploit Available: True (Metasploit Framework, Exploit-DB, GitHub)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the Apache Solr < 8.4.0 Remote Code Execution vulnerability:

  1. Metasploit: exploit/multi/http/solr_velocity_rce
    [Apache Solr Remote Code Execution via Velocity Template]
  2. Exploit-DB: exploits/multiple/remote/48338.rb
    [EDB-48338: Apache Solr - Remote Code Execution via Velocity Template (Metasploit)]
  3. GitHub: https://github.com/Imanfeng/Apache-Solr-RCE
    [CVE-2019-17558]
  4. GitHub: https://github.com/Ma1Dong/Solr_CVE-2019-17558
    [CVE-2019-17558: Solr_CVE-2019-17558]
  5. GitHub: https://github.com/Mr-xn/Penetration_Testing_POC
    [CVE-2019-17558]
  6. GitHub: https://github.com/SexyBeast233/SecBooks
    [CVE-2019-17558]
  7. GitHub: https://github.com/bigblackhat/oFx
    [CVE-2019-17558]
  8. GitHub: https://github.com/gsheller/Solr_CVE-2019-17558
    [CVE-2019-17558: Solr_CVE-2019-17558]
  9. GitHub: https://github.com/hanc00l/some_pocsuite
    [CVE-2019-17558]
  10. GitHub: https://github.com/koala2099/GitHub-Chinese-Top-Charts
    [CVE-2019-17558]
  11. GitHub: https://github.com/neilzhang1/Chinese-Charts
    [CVE-2019-17558]
  12. GitHub: https://github.com/pan3a/Solr-CVE-2019-17558
    [CVE-2019-17558: Solr RCE CVE-2019-17558]
  13. GitHub: https://github.com/pinkieli/GitHub-Chinese-Top-Charts
    [CVE-2019-17558]
  14. GitHub: https://github.com/qingyuanfeiniao/Chinese-Top-Charts
    [CVE-2019-17558]
  15. GitHub: https://github.com/veracode-research/solr-injection
    [CVE-2019-17558]
  16. GitHub: https://github.com/woods-sega/woodswiki
    [CVE-2019-17558]
  17. GitHub: https://github.com/xkyrage/Exploit_CVE-2019-17558-RCE
    [CVE-2019-17558: Apache Solr 1.4 Injection to get a shell]
  18. GitHub: https://github.com/SDNDTeam/CVE-2019-17558_Solr_Vul_Tool
    [CVE-2019-17558: CVE-2019-17558 Solr模板注入漏洞图形化一键检测工具。CVE-2019-17558 ...]
  19. GitHub: https://github.com/zhzyker/exphub
    [CVE-2019-17558: Exphub[漏洞利用脚本库] ...]

Before running any exploit against any system, make sure you are authorized by the owner of the target system(s) to perform such activity. In any other case, this would be considered as an illegal activity.

WARNING: Beware of using unverified exploits from sources such as GitHub or Exploit-DB. These exploits and PoCs could contain malware. For more information, see how to use exploits safely.

Risk Information


CVSS Score Source [?]: CVE-2019-17558
CVSS V2 Vector: AV:N/AC:H/Au:S/C:P/I:P/A:P/E:H/RL:OF/RC:C
CVSS Base Score:4.6 (Medium)
Impact Subscore:6.4
Exploitability Subscore:3.9
CVSS Temporal Score:4.0 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:4.0 (Medium)
CVSS V3 Vector: CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:H/RL:O/RC:C
CVSS Base Score:7.5 (High)
Impact Subscore:5.9
Exploitability Subscore:1.6
CVSS Temporal Score:7.2 (High)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:7.2 (High)

Go back to menu.

Plugin Source


This is the solr_8_4_0.nasl nessus plugin source code. This script is Copyright (C) 2020-2022 and is owned by Tenable, Inc. or an Affiliate thereof.

#
# (C) Tenable Network Security, Inc.
#

include('compat.inc');

if (description)
{
  script_id(132583);
  script_version("1.10");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/02/22");

  script_cve_id("CVE-2019-17558");
  script_xref(name:"CISA-KNOWN-EXPLOITED", value:"2022/05/03");

  script_name(english:"Apache Solr < 8.4.0 Remote Code Execution");

  script_set_attribute(attribute:"synopsis", value:
"The remote web server contains a Java application that is affected by a remote code execution vulnerability.");
  script_set_attribute(attribute:"description", value:
"The version of Apache Solr running on the remote host is at least 5.0.0 and prior to 8.4.0. It is, therefore, affected
by a remote code execution vulnerability. A remote code execution vulnerability exists in VelocityResponseWriter due to
a flaw in the velocity template parameter. An unauthenticated, remote attacker can exploit this to bypass authentication
and execute arbitrary commands with the privileges of Apache Solr.");
  script_set_attribute(attribute:"see_also", value:"http://lucene.apache.org/solr/news.html");
  script_set_attribute(attribute:"see_also", value:"https://issues.apache.org/jira/browse/SOLR-13971");
  script_set_attribute(attribute:"see_also", value:"https://issues.apache.org/jira/browse/SOLR-14025");
  script_set_attribute(attribute:"see_also", value:"https://vuldb.com/?id.147906");
  # https://www.tenable.com/blog/apache-solr-vulnerable-to-remote-code-execution-zero-day-vulnerability
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?b63da8fd");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Apache Solr version 8.4.0 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:S/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-17558");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'Apache Solr Remote Code Execution via Velocity Template');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2019/10/29");
  script_set_attribute(attribute:"patch_publication_date", value:"2019/12/29");
  script_set_attribute(attribute:"plugin_publication_date", value:"2020/01/02");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:apache:solr");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"CGI abuses");

  script_copyright(english:"This script is Copyright (C) 2020-2022 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("solr_detect.nbin");
  script_require_keys("installed_sw/Apache Solr");
  script_require_ports("Services/www", 8983);

  exit(0);
}

include('vcf.inc');
include('http.inc');

app = 'Apache Solr';
get_install_count(app_name:app,exit_if_zero:TRUE);
port    = get_http_port(default:8983);

app_info = vcf::get_app_info(app:app, port:port, webapp:TRUE);
vcf::check_granularity(app_info:app_info, sig_segments:3);

constraints = [
  {'min_version' : '5.0.0',  'fixed_version' : '7.7.3' },
  {'min_version' : '8.0.0',  'fixed_version' : '8.4.0' }
];

vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING);

The latest version of this script can be found in these locations depending on your platform:

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/solr_8_4_0.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\solr_8_4_0.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/solr_8_4_0.nasl

Go back to menu.

How to Run


Here is how to run the Apache Solr < 8.4.0 Remote Code Execution as a standalone plugin via the Nessus web user interface (https://localhost:8834/):

  1. Click to start a New Scan.
  2. Select Advanced Scan.
  3. Navigate to the Plugins tab.
  4. On the top right corner click to Disable All plugins.
  5. On the left side table select CGI abuses plugin family.
  6. On the right side table select Apache Solr < 8.4.0 Remote Code Execution plugin ID 132583.
  7. Specify the target on the Settings tab and click to Save the scan.
  8. Run the scan.

Here are a few examples of how to run the plugin in the command line. Note that the examples below demonstrate the usage on the Linux / Unix platform.

Basic usage:

/opt/nessus/bin/nasl solr_8_4_0.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a solr_8_4_0.nasl -t <IP/HOST>

Run the plugin with trace script execution written to the console (useful for debugging):

/opt/nessus/bin/nasl -T - solr_8_4_0.nasl -t <IP/HOST>

Run the plugin with using a state file for the target and updating it (useful for running multiple plugins on the target):

/opt/nessus/bin/nasl -K /tmp/state solr_8_4_0.nasl -t <IP/HOST>

Go back to menu.

References


See also: Similar and related Nessus plugins:
  • 131734 - Apache Solr Config API Velocity Template RCE (Direct Check)
  • 134190 - FreeBSD : Solr -- multiple vulnerabilities (e59cb761-5ad8-11ea-abb7-001b217b3468)
  • 141641 - Oracle Primavera Unifier (Oct 2020 CPU)
  • 71844 - Apache Solr < 4.1.0 Multiple XML External Entity Injections
  • 71845 - Apache Solr < 4.3.1 XML External Entity Injection
  • 71846 - Apache Solr < 4.6.0 'SolrResourceLoader' Directory Traversal
  • 123417 - Apache Solr 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability
  • 104353 - Apache Solr 5.x < 5.5.5 / 6.x < 6.6.2 / 7.x < 7.1.0 Multiple Vulnerabilities
  • 131167 - Apache Solr 8.1.1 / 8.2.0 Remote Code Execution Vulnerability
  • 126447 - Apache Solr 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability (CVE-2019-0192)
  • 132315 - Apache Solr 8.1.1, 8.2.0 Remote JMX RMI Deserialization Vulnerability
  • 156471 - Apache Solr Log4Shell Direct Check (CVE-2021-44228)
  • 102044 - Debian DLA-1046-1 : lucene-solr security update
  • 106210 - Debian DLA-1254-1 : lucene-solr security update
  • 129800 - Debian DLA-1954-1 : lucene-solr security update
  • 139625 - Debian DLA-2327-1 : lucene-solr security update
  • 76091 - Debian DSA-2963-1 : lucene-solr - security update
  • 107024 - Debian DSA-4124-1 : lucene-solr - security update
  • 103843 - FreeBSD : solr -- Code execution via entity expansion (e837390d-0ceb-46b8-9b32-29c1195f5dc7)
  • 133355 - Ubuntu 16.04 LTS : Apache Solr vulnerability (USN-4259-1)

Version


This page has been produced using Nessus Professional 10.1.2 (#68) LINUX, Plugin set 202205072148.
Plugin file solr_8_4_0.nasl version 1.10. For more plugins, visit the Nessus Plugin Library.

Go back to menu.