pyftpdlib FTP Server Information Disclosure Vulnerability

Summary
This host is running pyftpdlib FTP server and is prone to information disclosure vulnerability.
Impact
Successful exploitation will allow attacker to obtain potentially sensitive information about the number of in-progress data connections. Impact Level: Application
Solution
Upgrade to pyftpdlib version 0.5.2 or later, For updates refer to http://code.google.com/p/pyftpdlib/downloads/list
Insight
The flaw exists beacuse pyftpdlib does not choose a random value for the port associated with the PASV command, which makes it easier for remote attackers to obtain potentially sensitive information about the number of in-progress data connections by reading the response to this command.
Affected
ftpserver.py in pyftpdlib before 0.1.1
References