CVE-2005-0256
wu-ftpd 2.6.1-2.6.2 - Denial of Service via Glob Pattern Recursion
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-0256. PoCs published by str0ke.
AI-analyzed exploit summary This exploit targets a denial-of-service (DoS) vulnerability in wu-ftpd <= 2.6.2 by sending a malformed LIST command with an excessively long glob pattern. The code authenticates with the FTP server and then sends the crafted payload to trigger the DoS condition.
Description
The wu_fnmatch function in wu_fnmatch.c in wu-ftpd 2.6.1 and 2.6.2 allows remote attackers to cause a denial of service (CPU exhaustion by recursion) via a glob pattern with a large number of * (wildcard) characters, as demonstrated using the dir command.
Exploits (1)
This exploit targets a denial-of-service (DoS) vulnerability in wu-ftpd <= 2.6.2 by sending a malformed LIST command with an excessively long glob pattern. The code authenticates with the FTP server and then sends the crafted payload to trigger the DoS condition.