mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 22:53:11 +00:00
1.0 KiB
1.0 KiB
CVE-2010-20108
Description
FTPPad <= 1.2.0 contains a stack-based buffer overflow vulnerability in its FTP directory listing parser. When the client connects to an FTP server and receives a crafted response to a LIST command containing an excessively long directory and filename, the application fails to properly validate input length. This results in a buffer overflow that overwrites the saved Extended Instruction Pointer (EIP), allowing remote attackers to execute arbitrary code.
POC
Reference
- https://www.exploit-db.com/exploits/16726
- https://www.vulncheck.com/advisories/ftppad-stack-buffer-overflow
Github
No PoCs found on GitHub currently.