Apache Solr 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability - Nessus

Critical   Plugin ID: 123417

This page contains detailed information about the Apache Solr 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 123417
Name: Apache Solr 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability
Filename: solr_7_0_0.nasl
Vulnerability Published: 2019-03-07
This Plugin Published: 2019-03-27
Last Modification Time: 2019-10-30
Plugin Version: 1.2
Plugin Type: remote
Plugin Family: CGI abuses
Dependencies: solr_detect.nbin
Required KB Items [?]: installed_sw/Apache Solr, Settings/ParanoidReport

Vulnerability Information


Severity: Critical
Vulnerability Published: 2019-03-07
Patch Published: 2019-03-07
CVE [?]: CVE-2019-0192
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 web server is affected by a remote code execution vulnerability in the Config API due to unsafe deserialization of Java objects. An unauthenticated, remote attacker can exploit this, via an HTTP POST request that points the JMX server to a malicious RMI server. An attacker could then send a crafted serialized Java object to the server, to execute arbitrary code.

Solution

Upgrade to Apache Solr version 7.0 or later, refer to the vendor advisory for relevant patch and configuration settings.

Public Exploits


Target Network Port(s): 8983
Target Asset(s): Services/www
Exploit Available: True (GitHub)
Exploit Ease: Exploits (PoCs) are available

Here's the list of publicly known exploits and PoCs for verifying the Apache Solr 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability vulnerability:

  1. GitHub: https://github.com/GrrrDog/Java-Deserialization-Cheat-Sheet
    [CVE-2019-0192]
  2. GitHub: https://github.com/Imanfeng/Apache-Solr-RCE
    [CVE-2019-0192]
  3. GitHub: https://github.com/SexyBeast233/SecBooks
    [CVE-2019-0192]
  4. GitHub: https://github.com/lp008/Hack-readme
    [CVE-2019-0192]
  5. GitHub: https://github.com/r0eXpeR/redteam_vul
    [CVE-2019-0192]
  6. GitHub: https://github.com/veracode-research/solr-injection
    [CVE-2019-0192]
  7. GitHub: https://github.com/woods-sega/woodswiki
    [CVE-2019-0192]
  8. GitHub: https://github.com/mpgn/CVE-2019-0192
    [CVE-2019-0192: RCE on Apache Solr using deserialization of untrusted data via jmx.serviceUrl]
  9. GitHub: https://github.com/Rapidsafeguard/Solr-RCE-CVE-2019-0192
    [CVE-2019-0192: Apache Solr remote code execution via dataImportHandler]

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-0192
CVSS V2 Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P/E:U/RL:OF/RC:C
CVSS Base Score:7.5 (High)
Impact Subscore:6.4
Exploitability Subscore:10.0
CVSS Temporal Score:5.5 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:5.5 (Medium)
CVSS V3 Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
CVSS Base Score:9.8 (Critical)
Impact Subscore:5.9
Exploitability Subscore:3.9
CVSS Temporal Score:8.5 (High)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:8.5 (High)

Go back to menu.

Plugin Source


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

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

include("compat.inc");

if (description)
{
  script_id(123417);
  script_version("1.2");
  script_cvs_date("Date: 2019/10/30 13:24:46");

  script_cve_id("CVE-2019-0192");
  script_bugtraq_id(107318);

  script_name(english:"Apache Solr 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability");
  script_summary(english:"Checks version of Solr");

  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 web server is affected by a remote code execution vulnerability in the
Config API due to unsafe deserialization of Java objects. An unauthenticated, remote attacker can exploit this, via an
HTTP POST request that points the JMX server to a  malicious RMI server. An attacker could then send a crafted
serialized Java object to the server, to execute arbitrary code.
");
  # http://mail-archives.us.apache.org/mod_mbox/www-announce/201903.mbox/%3CCAECwjAV1buZwg%2BMcV9EAQ19MeAWztPVJYD4zGK8kQdADFYij1w%40mail.gmail.com%3E
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?5f3c5a00");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Apache Solr version 7.0 or later, refer to the vendor advisory for relevant patch and configuration
settings.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-0192");
  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");

  script_set_attribute(attribute:"vuln_publication_date", value:"2019/03/07");
  script_set_attribute(attribute:"patch_publication_date", value:"2019/03/07");
  script_set_attribute(attribute:"plugin_publication_date", value:"2019/03/27");

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

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

  script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
  script_dependencies("solr_detect.nbin");
  script_require_keys("installed_sw/Apache Solr", "Settings/ParanoidReport");
  script_require_ports("Services/www", 8983);

  exit(0);
}

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

if (report_paranoia < 2) audit(AUDIT_PARANOID);

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:2);

constraints = [{'min_version' : '5.0.0', 'max_version' : '5.5.5', 'fixed_version' : '7.0'},
               {'min_version' : '6.0.0', 'max_version' : '6.6.5', 'fixed_version' : '7.0'}];

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

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

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

Go back to menu.

How to Run


Here is how to run the Apache Solr 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability 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 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability plugin ID 123417.
  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_7_0_0.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a solr_7_0_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_7_0_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_7_0_0.nasl -t <IP/HOST>

Go back to menu.

References


BID | SecurityFocus Bugtraq ID: See also: Similar and related Nessus plugins:
  • 126447 - Apache Solr 5.x <= 5.5.5 or 6.x <= 6.6.5 Deserialization Vulnerability (CVE-2019-0192)
  • 126829 - Oracle Primavera Unifier Multiple Vulnerabilities (Jul 2019 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
  • 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
  • 132583 - Apache Solr < 8.4.0 Remote Code Execution
  • 131734 - Apache Solr Config API Velocity Template RCE (Direct Check)
  • 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
  • 134190 - FreeBSD : Solr -- multiple vulnerabilities (e59cb761-5ad8-11ea-abb7-001b217b3468)
  • 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_7_0_0.nasl version 1.2. For more plugins, visit the Nessus Plugin Library.

Go back to menu.