Lucene search

K
nessusThis script is Copyright (C) 2000-2021 Tenable Network Security, Inc.WEBSITEPRO_OVERFLOW.NASL
HistoryJul 22, 2000 - 12:00 a.m.

WebsitePro Remote Request Overflow

2000-07-2200:00:00
This script is Copyright (C) 2000-2021 Tenable Network Security, Inc.
www.tenable.com
19

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

0.002 Low

EPSS

Percentile

64.8%

The remote web server is WebSitePro < 2.5.

There are remotely-exploitable buffer overflow vulnerabilities in releases of WebSitePro prior to 2.5.

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


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

if(description)
{
 script_id(10476);
 script_bugtraq_id(1492);
 script_cve_id("CVE-2000-0623");
 script_version("1.31");
 
 script_name(english:"WebsitePro Remote Request Overflow");
 
 script_set_attribute(attribute:"synopsis", value:
"The remote web server is affected by remote buffer overflows." );
 script_set_attribute(attribute:"description", value:
"The remote web server is WebSitePro < 2.5.

There are remotely-exploitable buffer overflow vulnerabilities in
releases of WebSitePro prior to 2.5." );
 script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/2000/Jul/271");
 script_set_attribute(attribute:"solution", value:
"Upgrade to WebSitePro 2.5 or newer." );
 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:U/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:"plugin_publication_date", value: "2000/07/22");
 script_set_attribute(attribute:"vuln_publication_date", value: "2000/07/19");
 script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/19");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();

 
 summary["english"] = "Checks for WebSitePro";
 
 script_summary(english:summary["english"]);
 
 script_category(ACT_GATHER_INFO);
 
 
 script_copyright(english:"This script is Copyright (C) 2000-2021 Tenable Network Security, Inc.");
 script_family(english:"CGI abuses");
 script_dependencie("http_version.nasl");
 script_require_ports("Services/www", 80);
 script_require_keys("www/websitepro");
 exit(0);
}

#
# The script code starts here
#

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

port = get_http_port(default:80);

banner = get_http_banner(port:port);

if(banner)
{
  if(egrep(pattern:"Server: WebSitePro/2\.[0-4].*", string:banner))
     security_hole(port);
}

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

0.002 Low

EPSS

Percentile

64.8%

Related for WEBSITEPRO_OVERFLOW.NASL