6.8
CVSSv2

CVE-2005-3812

Published: 26/11/2005 Updated: 19/10/2018
CVSS v2 Base Score: 6.8 | Impact Score: 6.9 | Exploitability Score: 8
VMScore: 685
Vector: AV:N/AC:L/Au:S/C:N/I:N/A:C

Vulnerability Summary

freeFTPd 1.0.10 allows remote authenticated users to cause a denial of service (null dereference and crash) via a PORT command with missing arguments.

Vulnerable Product Search on Vulmon Subscribe to Product

freeftpd freeftpd 1.0.10

Exploits

// freeFTPd Denial of Service Attack // Tested on a Win XP Sp1 Box #include "stdioh" #include "winsock2h" #pragma comment (lib,"ws2_32") #define PORT 21 #define USER "root" #define PASS "root" #define L "--------------------------------------------------" #define HL "freeFTPd (1010) DoS Exploit by steve01@chelloat" #define BOOM "23" ...