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

21 lines
1.1 KiB
Markdown

### [CVE-2012-10060](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10060)
![](https://img.shields.io/static/v1?label=Product&message=Multi%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-121%20Stack-based%20Buffer%20Overflow&color=brightgreen)
### 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.