Exploitation Summary
EIP tracks 3 public exploits for CVE-2002-1522. PoCs published by p0pt4rtz, subj, Morgan.
AI-analyzed exploit summary The exploit describes a vulnerability in PowerFTP server where sending an excessively long username via the FTP 'USER' command causes the server to crash, resulting in a denial of service (DoS). The provided information is a writeup rather than functional exploit code.
Description
Buffer overflow in PowerFTP FTP server 2.24, and possibly other versions, allows remote attackers to cause a denial of service and possibly execute arbitrary code via a long USER argument.
Exploits (3)
The exploit describes a vulnerability in PowerFTP server where sending an excessively long username via the FTP 'USER' command causes the server to crash, resulting in a denial of service (DoS). The provided information is a writeup rather than functional exploit code.
This exploit targets a stack overflow vulnerability in PowerFTP server by sending an excessively long username via the FTP 'USER' command, causing the server to crash. The PoC is written in Perl and demonstrates a denial-of-service (DoS) condition.
This exploit targets a buffer overflow vulnerability in PowerFTP server by sending an excessively long username via the FTP 'USER' command, causing a denial of service (DoS). The code initializes a socket connection to the target IP and port 21, then sends a buffer filled with 'A' characters to trigger the crash.