mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 07:12:31 +02:00
19 lines
921 B
Markdown
19 lines
921 B
Markdown
### [CVE-2011-10029](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10029)
|
|

|
|

|
|

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