Lucene search
+L

Default Novonyx Web Server Files

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 David KygerType 
openvas
 openvas
🔗 plugins.openvas.org👁 137 Views

Default Novonyx Web Server Files. Default installation of Novell 5.x installs Novonyx web server, revealing system information through included files

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-1634
28 Mar 200505:00
cve
cvelist
Cvelist
CVE-2002-1634
28 Mar 200505:00
cvelist
exploitdb
Exploit DB
Netscape Enterprise Web Server for Netware 4/5 5.0 - Information Disclosure
29 May 200200:00
exploitdb
euvd
EUVD
EUVD-2002-1615
7 Oct 202500:30
euvd
nessus
Tenable Nessus
Novonyx Web Server Multiple Sample Application Files Present
7 Feb 200400:00
nessus
nvd
NVD
CVE-2002-1634
31 Dec 200205:00
nvd
openvas
OpenVAS
Default Novonyx Web Server Files
3 Nov 200500:00
openvas
SourceLink
securityfocuswww.securityfocus.com/bid/4874
# 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);

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

03 Aug 2023 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 25
EPSS0.16969
137