### [CVE-2017-6465](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6465) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description Remote Code Execution was discovered in FTPShell Client 6.53. By default, the client sends a PWD command to the FTP server it is connecting to; however, it doesn't check the response's length, leading to a buffer overflow situation. ### POC #### Reference - http://packetstormsecurity.com/files/141456/FTPShell-Client-6.53-Buffer-Overflow.html - https://www.exploit-db.com/exploits/41511/ #### Github No PoCs found on GitHub currently.