cve/2016/CVE-2016-9651.md

25 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [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
2024-08-05 18:41:32 +00:00
- https://github.com/otravidaahora2t/js-vuln-db
2024-05-26 14:27:05 +02:00
- 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