mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 15:00:20 +02:00
1.0 KiB
1.0 KiB
CVE-2010-20045
Description
FileWrangler <= 5.30 suffers from a stack-based buffer overflow vulnerability when parsing directory listings from an FTP server. A malicious server can send an overlong folder name in response to a LIST command, triggering memory corruption during client-side rendering. Exploitation requires passive user interaction—simply connecting to the server—without further input. Successful exploitation may lead to arbitrary code execution.
POC
Reference
- https://www.exploit-db.com/exploits/16721
- https://www.vulncheck.com/advisories/filewrangler-stack-buffer-overflow
Github
No PoCs found on GitHub currently.