mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 23:14:03 +02:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
### [CVE-2012-10060](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10060)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Sysax Multi Server versions prior to 5.55 contains a stack-based buffer overflow in its SSH service. When a remote attacker supplies an overly long username during authentication, the server copies the input to a fixed-size stack buffer without proper bounds checking. This allows remote code execution under the context of the service.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/windows/ssh/sysax_ssh_username.rb
|
|
- https://www.exploit-db.com/exploits/18535
|
|
- https://www.exploit-db.com/exploits/18557
|
|
- https://www.vulncheck.com/advisories/sysax-multi-server-ssh-username-buffer-overflow
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|