Exploitation Summary
EIP tracks 1 public exploit for CVE-2011-1575. PoCs published by masamoon.
AI-analyzed exploit summary This script sends a crafted FTP command sequence to detect the presence of CVE-2011-1575, a vulnerability in ProFTPD's mod_tls module. It does not exploit the vulnerability but checks for the vulnerable behavior.
Description
The STARTTLS implementation in ftp_parser.c in Pure-FTPd before 1.0.30 does not properly restrict I/O buffering, which allows man-in-the-middle attackers to insert commands into encrypted FTP sessions by sending a cleartext command that is processed after TLS is in place, related to a "plaintext command injection" attack, a similar issue to CVE-2011-0411.
Exploits (1)
This script sends a crafted FTP command sequence to detect the presence of CVE-2011-1575, a vulnerability in ProFTPD's mod_tls module. It does not exploit the vulnerability but checks for the vulnerable behavior.