7.5
CVSSv2

CVE-2005-0575

Published: 02/05/2005 Updated: 18/10/2016
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 765
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in Stormy Studios Knet 1.04c and previous versions allows remote malicious users to cause a denial of service and possibly execute arbitrary code via a long HTTP GET request.

Vulnerable Product Search on Vulmon Subscribe to Product

stormy studios knet 1.0

stormy studios knet 1.2

stormy studios knet 1.4c

stormy studios knet 1.3

stormy studios knet 1.4b

Exploits

/* -=[--------------------ADVISORY-------------------]=- -=[ ]=- -=[ Knet <= 104c ]=- -=[ ]=- -=[ Author: CorryL [corryl80@gmailcom] ]=- -=[ x0n3-h4ckorg ]=- -=[---------------------------------------------------- ...
#!/usr/bin/perl # KNet Web Server Stack corruption BoF PoC # Written by Wireghoul - wwwjustanotherhackercom # Date: 2013/04/11 # Version: 104b # Tested on: WinXP SP3 use IO::Socket::INET; $host = shift; $port = shift; print "KNet Web Server stack corruption BoF PoC - Wireghoul - wwwjustanotherhackercom\n"; die "Usage $0 <host ...
#!/usr/bin/ruby # Exploit Title: KNet Web Server Buffer Overflow SEH # Date: 2013-03-27 # Exploit Author: Myo Soe, yehgnet/ # Software Link: wwwsoftpediacom/progDownload/KNet-Download-20137html # Version: KNet 104b # Tested on: Windows 7 require 'net/http' require 'uri' require 'socket' ######################################## ...