Exploitation Summary
EIP tracks 2 public exploits for CVE-2006-2242. PoCs published by Omni, Preddy.
AI-analyzed exploit summary This exploit targets a denial-of-service vulnerability in acFTP 1.4 by sending an overly long USER command with specific character sequences, causing the FTP server to crash. The code establishes a TCP connection to the target and sends a malformed USER command with a buffer of 2500 bytes.
Description
acFTP 1.4 allows remote attackers to cause a denial of service (application crash) via a long string with "{" (brace) characters to the USER command.
Exploits (2)
This exploit targets a denial-of-service vulnerability in acFTP 1.4 by sending an overly long USER command with specific character sequences, causing the FTP server to crash. The code establishes a TCP connection to the target and sends a malformed USER command with a buffer of 2500 bytes.
This exploit targets a buffer overflow vulnerability in acFtpd via the USER command. It sends a large string of 'A{' characters to crash the FTP service.