5
CVSSv2

CVE-2006-2242

Published: 09/05/2006 Updated: 19/10/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 510
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

acFTP 1.4 allows remote malicious users to cause a denial of service (application crash) via a long string with "{" (brace) characters to the USER command.

Vulnerable Product Search on Vulmon Subscribe to Product

acftp acftp 1.4

Exploits

/** Exploit for : acFTP 14 DoS Exploit Advisory : secuniacom/advisories/19978/ Coder : Omnipresent Email : omnipresent@emailit Description : Preddy has discovered a vulnerability in acFTP, which can be exploited by malicious people to cause a DoS (Denial of Service) The vulnerability is caused due to an error within the handling of the a ...
################################################ #===== acFtpd BoF Crash Exploit ===== # # There is a Buffer overflow at the # USER command in acFtpd # # Vuln found by: Preddy # RootShell Security Group # # Usage: ac_dospl <ip> ################################################ use IO::Socket; use Win32; use strict; my($i) = ""; my($s ...