Lucene search

K
openvasCopyright (C) 2004 David KygerOPENVAS:136141256231012049
HistoryNov 03, 2005 - 12:00 a.m.

Default Novonyx Web Server Files

2005-11-0300:00:00
Copyright (C) 2004 David Kyger
plugins.openvas.org
119

6.8 Medium

AI Score

Confidence

Low

5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:P/I:N/A:N

0.007 Low

EPSS

Percentile

80.0%

Novell Netware default Novonyx web server files.

# SPDX-FileCopyrightText: 2004 David Kyger
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.12049");
  script_version("2023-08-03T05:05:16+0000");
  script_tag(name:"last_modification", value:"2023-08-03 05:05:16 +0000 (Thu, 03 Aug 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_cve_id("CVE-2002-1634");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/4874");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_name("Default Novonyx Web Server Files");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2004 David Kyger");
  script_family("Web Servers");
  script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"solution", value:"Delete the default pages.");

  script_tag(name:"summary", value:"Novell Netware default Novonyx web server files.");

  script_tag(name:"insight", value:"A default installation of Novell 5.x will install the Novonyx web server.
  Numerous web server files included with this installation could reveal system information.");

  script_tag(name:"qod_type", value:"remote_analysis");
  script_tag(name:"solution_type", value:"Mitigation");

  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");

report = 'The following Novonyx web server files were found on the server:\n';

port = http_get_port(default:80);

pat1 = "NetBasic WebPro Demo";
pat2 = "Novell";
pat3 = "ScriptEase:WSE";
pat4 = "ALLFIELD.JSE";
pat5 = "LAN Boards";
pat6 = "Media Type";
pat7 = "Login to NDS";
pat8 = "Total Space";
pat9 = "Free Space";
pat10 = "SERVER_SOFTWARE";
pat11 = "GATEWAY_INTERFACE";
pat12 = "ADMSERV_ROOT";
pat13 = "ADMSERV_PWD";
pat14 = "Directory Listing Tool";
pat15 = "Server Name";
pat16 = "Source directory";
pat17 = "secure directories sys";

files = make_list(
"/netbasic/websinfo.bas",
"/lcgi/sewse.nlm?sys:/novonyx/suitespot/docs/sewse/misc/allfield.jse",
"/lcgi/sewse.nlm?sys:/novonyx/suitespot/docs/sewse/misc/test.jse",
"/perl/samples/lancgi.pl",
"/perl/samples/ndslogin.pl",
"/perl/samples/volscgi.pl",
"/perl/samples/env.pl",
"/nsn/env.bas",
"/nsn/fdir.bas");

foreach file(files) {

  req = http_get(item:file, port:port);
  buf = http_keepalive_send_recv(port:port, data:req);
  if(!buf)
    continue;

  if((pat1 >< buf && pat2 >< buf) || (pat3 >< buf && pat4 >< buf) || (pat5 >< buf && pat6 >< buf) || (pat7 >< buf && pat2 >< buf) || (pat8 >< buf && pat9 >< buf) || (pat10 >< buf && pat11 >< buf) || (pat12 >< buf && pat13 >< buf) || (pat14 >< buf && pat15 >< buf) || (pat16 >< buf && pat17 >< buf)) {
    report += '\n' + file;
    vuln = TRUE;
  }
}

if(vuln) {
  security_message(port:port, data:report);
  exit(0);
}

exit(99);

6.8 Medium

AI Score

Confidence

Low

5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:P/I:N/A:N

0.007 Low

EPSS

Percentile

80.0%

Related for OPENVAS:136141256231012049