Alt-N WebAdmin Multiple Vulnerabilities - Nessus

High   Plugin ID: 11771

This page contains detailed information about the Alt-N WebAdmin Multiple Vulnerabilities Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 11771
Name: Alt-N WebAdmin Multiple Vulnerabilities
Filename: webadmin.nasl
Vulnerability Published: 2003-06-24
This Plugin Published: 2003-06-24
Last Modification Time: 2021-01-19
Plugin Version: 1.29
Plugin Type: remote
Plugin Family: CGI abuses
Dependencies: find_service1.nasl, http_version.nasl, no404.nasl
Required KB Items [?]: Settings/ParanoidReport

Vulnerability Information


Severity: High
Vulnerability Published: 2003-06-24
Patch Published: N/A
CVE [?]: CVE-2003-0471, CVE-2003-1463
CPE [?]: N/A

Synopsis

The remote CGI is vulnerable to multiple flaws.

Description

webadmin.dll was found on the web server. Old versions of this CGI suffered from numerous problems: - installation path disclosure - directory traversal, allowing anybody with administrative permission on WebAdmin to read any file - buffer overflow, allowing anybody to run arbitrary code on the server with SYSTEM privileges.

Note that no attack was performed, and the version number was not checked, so this might be a false alert

Solution

Upgrade to Alt-N WebAdmin 2.0.5 or later.

Public Exploits


Target Network Port(s): 80
Target Asset(s): Services/www
Exploit Available: True (Metasploit Framework, Exploit-DB)
Exploit Ease: No exploit is required

Here's the list of publicly known exploits and PoCs for verifying the Alt-N WebAdmin Multiple Vulnerabilities vulnerability:

  1. Metasploit: exploit/windows/http/altn_webadmin
    [Alt-N WebAdmin USER Buffer Overflow]
  2. Exploit-DB: exploits/windows/remote/16776.rb
    [EDB-16776: Alt-N WebAdmin - USER Buffer Overflow (Metasploit)]

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 webadmin.nasl nessus plugin source code. This script is Copyright (C) 2003-2021 Tenable Network Security, Inc.

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

# References:
# http://www.kamborio.com/?Section=Articles&Mode=select&ID=55
#
# From: "Mark Litchfield" <[email protected]>
# To: [email protected], [email protected],
#   [email protected]
# Date: Tue, 24 Jun 2003 15:22:21 -0700
# Subject: Remote Buffer Overrun WebAdmin.exe
#

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

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

  script_cve_id("CVE-2003-0471", "CVE-2003-1463");
  script_bugtraq_id(7438, 7439, 8024);

  script_name(english:"Alt-N WebAdmin Multiple Vulnerabilities");
  script_summary(english:"Checks for the presence of webadmin.dll");

  script_set_attribute(attribute:'synopsis', value:"The remote CGI is vulnerable to multiple flaws.");

  script_set_attribute(attribute:'description', value:
"webadmin.dll was found on the web server. Old versions of this CGI
suffered from numerous problems: - installation path disclosure -
directory traversal, allowing anybody with administrative permission
on WebAdmin to read any file - buffer overflow, allowing anybody to
run arbitrary code on the server with SYSTEM privileges.

Note that no attack was performed, and the version number was not
checked, so this might be a false alert");
  script_set_attribute(attribute:'see_also', value:"https://marc.info/?l=bugtraq&m=105647081418155&w=2");
  script_set_attribute(attribute:'see_also', value:'https://www.securityfocus.com/archive/1/319735');
  script_set_attribute(attribute:'solution', value:"Upgrade to Alt-N WebAdmin 2.0.5 or later.");
  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:"No exploit is required");
  script_set_attribute(attribute:"exploit_available", value:"false");
  script_set_attribute(attribute:"metasploit_name", value:'Alt-N WebAdmin USER Buffer Overflow');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
  script_cwe_id(20);

  script_set_attribute(attribute:"vuln_publication_date", value:"2003/06/24");
  script_set_attribute(attribute:"plugin_publication_date", value:"2003/06/24");

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

  script_category(ACT_GATHER_INFO);

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

  script_dependencie("http_version.nasl", "find_service1.nasl", "no404.nasl");
  script_require_keys("Settings/ParanoidReport");
  script_require_ports("Services/www", 80);

  exit(0);
}

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

if (report_paranoia < 2) audit(AUDIT_PARANOID);

port = get_http_port(default:80);
res = is_cgi_installed3(port:port, item:"webadmin.dll");
if (res) security_hole(port);

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

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

Go back to menu.

How to Run


Here is how to run the Alt-N WebAdmin Multiple Vulnerabilities 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 Alt-N WebAdmin Multiple Vulnerabilities plugin ID 11771.
  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 webadmin.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

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

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

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

Go back to menu.

References


BID | SecurityFocus Bugtraq ID: CWE | Common Weakness Enumeration:
  • CWE-20 (Weakness) Improper Input Validation
See also: Similar and related Nessus plugins:
  • 66634 - Alt-N MDaemon < 13.0.4 Multiple Vulnerabilities
  • 108942 - RHEL 7 : kernel-alt (RHSA-2018:0654)
  • 109831 - RHEL 7 : kernel-alt (RHSA-2018:1374)
  • 110709 - RHEL 7 : kernel-alt (RHSA-2018:1967) (Spectre)
  • 118513 - RHEL 7 : kernel-alt (RHSA-2018:2948) (Spectre)
  • 119170 - RHEL 7 : kernel-alt (RHSA-2018:3656)
  • 122807 - RHEL 7 : kernel-alt (RHSA-2019:0525)
  • 124257 - RHEL 7 : kernel-alt (RHSA-2019:0831)
  • 126250 - RHEL 7 : kernel-alt (RHSA-2019:1602) (SACK Panic) (SACK Slowness)
  • 129145 - RHEL 7 : kernel-alt (RHSA-2019:2809)
  • 129267 - RHEL 7 : kernel-alt (RHSA-2019:2862)
  • 130373 - RHEL 7 : kernel-alt (RHSA-2019:3217)
  • 133162 - RHEL 7 : kernel-alt (RHSA-2020:0174)
  • 134361 - RHEL 7 : kernel-alt (RHSA-2020:0740)
  • 135685 - RHEL 7 : kernel-alt (RHSA-2020:1493)
  • 136169 - SUSE SLED15 / SLES15 Security Update : salt (SUSE-SU-2020:1150-1)
  • 136170 - SUSE SLES15 Security Update : salt (SUSE-SU-2020:1151-1)
  • 136306 - openSUSE Security Update : salt (openSUSE-2020-564)
  • 136372 - Debian DSA-4676-1 : salt - security update
  • 136687 - FreeBSD : salt -- multiple vulnerabilities in salt-master process (6bf55af9-973b-11ea-9f2c-38d547003487)
  • 136694 - Photon OS 1.0: Salt PHSA-2020-1.0-0294

Version


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

Go back to menu.