mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 15:00:20 +02:00
1.1 KiB
1.1 KiB
CVE-2010-20113
Description
EasyFTP Server 1.7.0.11 and earlier contains a stack-based buffer overflow vulnerability in its HTTP interface. When processing a GET request to list.html, the server fails to properly validate the length of the path parameter. Supplying an excessively long value causes a buffer overflow on the stack, potentially corrupting control flow structures. The vulnerability is exposed through the embedded web server and does not require authentication due to default anonymous access. The issue was resolved in version 1.7.0.12, after which the product was renamed to UplusFtp.
POC
Reference
- https://www.exploit-db.com/exploits/11500
- https://www.vulncheck.com/advisories/easyftp-server-list-html-stack-buffer-overflow
Github
No PoCs found on GitHub currently.