### [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.