
Reproducing CVE-2024-29943 for Windows, based on https://github.com/bjrjk/CVE-2024-29943
A Pwn2Own SpiderMonkey JIT Bug: From Integer Range Inconsistency to Bound Check Elimination then RCE.
Reproducing CVE-2024-29943 for Windows, based on https://github.com/bjrjk/CVE-2024-29943
The original exploit is written for Linux, so I attempted to reproduce it on Windows:
Uint8Array instead of Array to minimize the distance needed for out-of-bounds access.Files:
BigUint64Array for OOB writes. (~ 20GB)Uint8Array for OOB writes to reduce RAM consumption. (~ 10GB)./js.exe --spectre-mitigations=off Exploit_8.jsOriginal research and exploit by bjrjk
This repository is intended solely for educational purposes and must not be used for any malicious activities.