mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 22:53:11 +00:00
20 lines
1021 B
Markdown
20 lines
1021 B
Markdown
### [CVE-2012-10023](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10023)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A stack-based buffer overflow vulnerability exists in FreeFloat FTP Server version 1.0.0. The server fails to properly validate input passed to the USER command, allowing remote attackers to overwrite memory and potentially execute arbitrary code. The flaw is triggered by sending an overly long username string, which overflows the buffer allocated for user authentication.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/15689
|
|
- https://www.exploit-db.com/exploits/23243
|
|
- https://www.vulncheck.com/advisories/freefloat-ftp-server-user-command-buffer-overflow
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|