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

21 lines
1.3 KiB
Markdown

### [CVE-2011-10028](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10028)
![](https://img.shields.io/static/v1?label=Product&message=RealArcade%20ActiveX&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-623%20Unsafe%20ActiveX%20Control%20Marked%20Safe%20For%20Scripting&color=brightgreen)
### Description
The RealNetworks RealArcade platform includes an ActiveX control (InstallerDlg.dll, version 2.6.0.445) that exposes a method named Exec via the StubbyUtil.ProcessMgr COM object. This method allows remote attackers to execute arbitrary commands on a victim's Windows machine without proper validation or restrictions. This platform was sometimes referred to or otherwise known as RealArcade or Arcade Games and has since consolidated with RealNetworks' platform, GameHouse.
### POC
#### Reference
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/windows/browser/real_arcade_installerdlg.rb
- https://www.exploit-db.com/exploits/17105
- https://www.exploit-db.com/exploits/17149
- https://www.vulncheck.com/advisories/real-networks-arcade-games-activex-arbitrary-code-execution
#### Github
No PoCs found on GitHub currently.