mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 23:27:33 +02:00
19 lines
783 B
Markdown
19 lines
783 B
Markdown
### [CVE-2017-6465](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6465)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|