#VU124878 Path traversal in basic-ftp - CVE-2026-27699
Published: April 6, 2026
basic-ftp
patrickjuchli
Description
The vulnerability allows a remote attacker to perform directory traversal attacks.
The vulnerability exists due to input validation error when processing directory traversal sequences in the `downloadToDir()` method. A remote attacker operating a malicious FTP server can send directory listings with filenames containing path traversal sequences (`../`) that cause files to be written outside the intended download directory.