5
CVSSv2

CVE-2008-6829

Published: 08/06/2009 Updated: 29/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

VicFTPS 5.0 allows remote malicious users to cause a denial of service (crash) via a LIST command that starts with a "/\/" (forward slash, backward slash, forward slash). NOTE: this might be the same issue as CVE-2008-2031.

Vulnerable Product Search on Vulmon Subscribe to Product

vicftps vicftps 5.0

Exploits

#include <cstdio> #include <winsock2h> #include <memoryh> #define __z00ro(a) memset(a,0,sizeof(a)); //greetings : SiDpsycho //Smallest greetings : Gorion - lofamy cIem We want be like y0U :*** unsigned int setport(const char* port){ if((atoi(port)==0) || (atoi(port)<0)){ return 21; } return at ...