Files
CVEs-PoC/2016/CVE-2016-2336.md
T
2024-06-18 02:51:15 +02:00

18 lines
696 B
Markdown

### [CVE-2016-2336](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2336)
![](https://img.shields.io/static/v1?label=Product&message=Ruby&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=type%20confusion&color=brighgreen)
### Description
Type confusion exists in two methods of Ruby's WIN32OLE class, ole_invoke and ole_query_interface. Attacker passing different type of object than this assumed by developers can cause arbitrary code execution.
### POC
#### Reference
- http://www.talosintelligence.com/reports/TALOS-2016-0029/
#### Github
No PoCs found on GitHub currently.