Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.13 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.13 KB

CVE-2018-17463

Working Proof of Concept Exploit for CVE-2018-17463 utilzing WebAssembly RWX Pages for Shellcode execution.

CVE-2018-17463 stemmed from the incorrect side effect annotation in V8 in Google Chrome prior to 70.0.3538.64, allowing a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page.

This Proof of Concept is directly related to the following blog posts:

The original writeup for this bug was presented in Phrack: Exploiting Logic Bugs in JavaScript JIT Engines by Samuel Gross.

All credits to finding the bug and writing the initial proof of concept go to Samuel Gross.