### [CVE-2016-9651](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9651) ![](https://img.shields.io/static/v1?label=Product&message=Chrome&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3C%2055.0.2883.75%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Insufficient%20policy%20enforcement&color=brighgreen) ### Description A missing check for whether a property of a JS object is private in V8 in Google Chrome prior to 55.0.2883.75 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. ### POC #### Reference - http://www.securityfocus.com/bid/94633 - https://www.exploit-db.com/exploits/42175/ #### Github - https://github.com/ARPSyndicate/cvemon - https://github.com/lnick2023/nicenice - https://github.com/qazbnm456/awesome-cve-poc - https://github.com/secmob/pwnfest2016 - https://github.com/tunz/js-vuln-db - https://github.com/xbl3/awesome-cve-poc_qazbnm456