Apache Storm < 1.1.3 / 1.2.x < 1.2.2 arbitrary file write vulnerability - Nessus

Medium   Plugin ID: 122487

This page contains detailed information about the Apache Storm < 1.1.3 / 1.2.x < 1.2.2 arbitrary file write vulnerability Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 122487
Name: Apache Storm < 1.1.3 / 1.2.x < 1.2.2 arbitrary file write vulnerability
Filename: apache_storm_1_2_2.nasl
Vulnerability Published: 2018-06-05
This Plugin Published: 2019-02-28
Last Modification Time: 2019-10-31
Plugin Version: 1.3
Plugin Type: remote
Plugin Family: Misc.
Dependencies: apache_storm_detect.nbin, apache_storm_webui_detect.nbin

Vulnerability Information


Severity: Medium
Vulnerability Published: 2018-06-05
Patch Published: 2018-06-05
CVE [?]: CVE-2018-8008
CPE [?]: N/A

Synopsis

A distributed computation application running on the remote host is affected by an arbitrary file write vulnerability.

Description

The version of Apache Storm running on the remote host is prior to 1.1.3 or 1.2.x prior to 1.2.2. It is, therefore, affected by an arbitrary file write vulnerability.

Solution

Upgrade to Apache Storm version 1.1.3 / 1.2.2 or later.

Public Exploits


Target Network Port(s): 6627, 8080
Target Asset(s): installed_sw/Apache Storm, installed_sw/Apache Storm WebUI, Services/apache_storm
Exploit Available: True (GitHub)
Exploit Ease: Exploits (PoCs) are available

Here's the list of publicly known exploits and PoCs for verifying the Apache Storm < 1.1.3 / 1.2.x < 1.2.2 arbitrary file write vulnerability vulnerability:

  1. GitHub: https://github.com/snyk/zip-slip-vulnerability
    [CVE-2018-8008]

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-2018-8008
CVSS V2 Vector: AV:N/AC:M/Au:N/C:N/I:P/A:P/E:U/RL:OF/RC:C
CVSS Base Score:5.8 (Medium)
Impact Subscore:4.9
Exploitability Subscore:8.6
CVSS Temporal Score:4.3 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:4.3 (Medium)
CVSS V3 Vector: CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N/E:U/RL:O/RC:C
CVSS Base Score:5.5 (Medium)
Impact Subscore:3.6
Exploitability Subscore:1.8
CVSS Temporal Score:4.8 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:4.8 (Medium)

Go back to menu.

Plugin Source


This is the apache_storm_1_2_2.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(122487);
  script_version("1.3");
  script_cvs_date("Date: 2019/10/31 15:18:51");

  script_cve_id("CVE-2018-8008");
  script_bugtraq_id(104418);

  script_name(english:"Apache Storm < 1.1.3 / 1.2.x < 1.2.2 arbitrary file write vulnerability");
  script_summary(english:"Checks for the product and version in the about page.");

  script_set_attribute(attribute:"synopsis", value:
"A distributed computation application running on the remote host is affected by
an arbitrary file write vulnerability.");
  script_set_attribute(attribute:"description", value:
"The version of Apache Storm running on the remote host is prior to 
1.1.3 or 1.2.x prior to 1.2.2. It is, therefore, affected by an 
arbitrary file write vulnerability.");
  # https://lists.apache.org/thread.html/613b2fca8bcd0a3b12c0b763ea8f7cf62e422e9f79fce6cfa5b08a58@%3Cdev.storm.apache.org%3E
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?533249db");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Apache Storm version 1.1.3 / 1.2.2 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/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:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2018-8008");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");

  script_set_attribute(attribute:"vuln_publication_date", value:"2018/06/05");
  script_set_attribute(attribute:"patch_publication_date", value:"2018/06/05");
  script_set_attribute(attribute:"plugin_publication_date", value:"2019/02/28");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Misc.");

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

  script_dependencies("apache_storm_detect.nbin", "apache_storm_webui_detect.nbin");
  script_require_ports("installed_sw/Apache Storm", "installed_sw/Apache Storm WebUI", "Services/apache_storm", 8080, 6627);

  exit(0);
}

include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
include("vcf.inc");
include("vcf_extras.inc");

vcf::apache_storm::initialize();

if(!isnull(get_kb_item("installed_sw/Apache Storm")))
{
  port = get_service(svc:"apache_storm", exit_on_fail:TRUE);
  app = vcf::get_app_info(app:"Apache Storm", port:port);
}
else if(!isnull(get_kb_item("installed_sw/Apache Storm WebUI")))
{
  # Since the web app is just a web app and version could be misreported.
  if (report_paranoia < 2)
    audit(AUDIT_PARANOID);
  port = get_http_port(default:8080);
  app = vcf::get_app_info(app:"Apache Storm WebUI", webapp:TRUE, port:port);
}
else audit(AUDIT_NOT_INST, "Apache Storm");

constraints = 
[
  {"max_version" : "1.0.6", "fixed_version" : "1.1.3"},
  {"min_version" : "1.1.0", "fixed_version" : "1.1.3"},
  {"min_version" : "1.2.0", "fixed_version" : "1.2.2"}
];

vcf::check_version_and_report(app_info:app, constraints:constraints, severity:SECURITY_WARNING, strict:FALSE);

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

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

Go back to menu.

How to Run


Here is how to run the Apache Storm < 1.1.3 / 1.2.x < 1.2.2 arbitrary file write 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 Misc. plugin family.
  6. On the right side table select Apache Storm < 1.1.3 / 1.2.x < 1.2.2 arbitrary file write vulnerability plugin ID 122487.
  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 apache_storm_1_2_2.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

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

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

/opt/nessus/bin/nasl -T - apache_storm_1_2_2.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 apache_storm_1_2_2.nasl -t <IP/HOST>

Go back to menu.

References


BID | SecurityFocus Bugtraq ID: See also: Similar and related Nessus plugins:
  • 159914 - Apache APISIX 1.2 <= 1.5 Information Disclosure
  • 160203 - Apache APISIX < 2.10.4 / 2.11.x < 2.12.1 RCE
  • 160299 - Apache APISIX Dashboard < 2.10.1 Authentication Bypass
  • 156103 - Apache Log4j 1.2 JMSAppender Remote Code Execution (CVE-2021-4104)
  • 156860 - Apache Log4j 1.x Multiple Vulnerabilities
  • 136424 - Apache Log4j < 2.13.2 Improper Certificate Verification
  • 155999 - Apache Log4j < 2.15.0 Remote Code Execution (Nix)
  • 156057 - Apache Log4j 2.x < 2.16.0 RCE
  • 156183 - Apache Log4j 2.x < 2.17.0 DoS
  • 156327 - Apache Log4j 2.0 < 2.3.2 / 2.4 < 2.12.4 / 2.13 < 2.17.1 RCE
  • 156162 - Apache Log4Shell RCE detection via callback correlation (Direct Check Telnet)
  • 156056 - Apache Log4Shell RCE detection via Raw Socket Logging (Direct Check)
  • 156002 - Apache Log4j < 2.15.0 Remote Code Execution (Windows)
  • 156158 - Apache Log4Shell RCE detection via callback correlation (Direct Check IMAP)
  • 156669 - Apache Log4Shell RCE detection via callback correlation (Direct Check MSRPC)
  • 156197 - Apache Log4Shell RCE detection via callback correlation (Direct Check NetBIOS)
  • 156157 - Apache Log4Shell RCE detection via callback correlation (Direct Check POP3)
  • 156256 - Apache Log4Shell RCE detection via callback correlation (Direct Check SNMP)
  • 156166 - Apache Log4Shell RCE detection via callback correlation (Direct Check SSH)
  • 156375 - Apache Log4Shell RCE detection via callback correlation (Direct Check UPnP)
  • 159764 - Apache Shiro < 1.2.5 Default Cipher Key (CVE-2016-4437)
  • 125634 - Apache ZooKeeper 3.4.0 < 3.4.10 / 3.5.x < 3.5.3 Multiple Vulnerabilities

Version


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

Go back to menu.