Files
CVEs-PoC/2011/CVE-2011-10029.md
T
2025-09-29 21:09:30 +02:00

19 lines
921 B
Markdown

### [CVE-2011-10029](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10029)
![](https://img.shields.io/static/v1?label=Product&message=Solar%20FTP%20Server&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-134%20Use%20of%20Externally-Controlled%20Format%20String&color=brightgreen)
### Description
Solar FTP Server fails to properly handle format strings passed to the USER command. When a specially crafted string containing format specifiers is sent, the server crashes due to a read access violation in the __output_1() function of sfsservice.exe. This results in a denial of service (DoS) condition.
### POC
#### Reference
- https://www.exploit-db.com/exploits/16204
- https://www.vulncheck.com/advisories/solar-ftp-server-malformed-user-dos
#### Github
No PoCs found on GitHub currently.