Lucene search
K

Novell NetWare Management Portal Unrestricted Access

🗓️ 12 Dec 2001 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 14 Views

Unprotected access to NetWare Management Portal can disclose sensitive server information.

Code
#
# Copyright 2001 by H D Moore <[email protected]>
#
# See the Nessus Scripts License for details
#

# Changes by Tenable:
# - Revised plugin title, changed family (1/22/09)
# - Revised plugin title, output formatting (9/3/09)

include("compat.inc");

if (description)
{
 script_id(10826);
 script_version("1.19");
 script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/12");

 # script_cve_id("CVE-MAP-NOMATCH");
 # NOTE: reviewed, and no CVE id currently assigned (jfs, december 2003)

 script_name(english:"Novell NetWare Management Portal Unrestricted Access");
 script_summary(english:"Unprotected NetWare Management Portal");

 script_set_attribute(attribute:"synopsis", value:"The remote web server discloses sensitive information.");
script_set_attribute(attribute:"description", value:
"The NetWare Management Portal software is installed on this machine.
It allows anyone to view the current server configuration and locate
other Portal servers on the network. It is possible to browse the
server's filesystem by requesting the volume in the URL. However, a
valid user account is needed to do so.");
 script_set_attribute(attribute:"solution", value:"Disable this service if it is not in use or block connections to it.");
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");

 script_set_attribute(attribute:"plugin_publication_date", value:"2001/12/12");

 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) 2001-2020 Digital Defense Inc.");
 script_family(english:"Netware");

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

 exit(0);
}

include("audit.inc");
include("global_settings.inc");
include("http_func.inc");
include("http_keepalive.inc");

if (report_paranoia < 2) audit(AUDIT_PARANOID);


# ssl version sometimes on port 8009
port = get_http_port(default:8008, embedded:TRUE);

banner = get_http_banner(port:port);
if(! banner ) exit(0);

if (egrep(pattern:"^Server: NetWare Server", string:banner) ) security_warning(port);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation