A collection of in-depth studies authored by me on JavaScript engine vulnerabilities.
| Vuln ID | Engine | Vuln Type | Patch Date | PoC | Root Cause Analysis | Exploit | Slides | Reference |
|---|---|---|---|---|---|---|---|---|
| CVE-2022-4262 | V8 | Type Confusion | 2022.12.01 | ✅ | ✅ | ✅ | ✅ | Repo |
| CVE-2024-29943 | SpiderMonkey | Out of Bounds | 2024.03.22 | ✅ | ✅ | ✅ | ✅ | Repo |
| CVE-2024-4947 | V8 | Type Confusion | 2024.05.14 | ✅ | ❌ | ✅ | ❌ | Repo |
| CVE-2024-8381 | SpiderMonkey | Type Confusion | 2024.08.21 | ✅ | ✅ | ✅ | ✅ | Repo |
| CVE-2025-5419 | V8 | Uninitialized Use | 2025.05.28 | ✅ | ✅ | ✅ | ✅ | Repo |
| CVE-2025-43529 | JavaScriptCore | Use After Free | 2025.12.18 | ✅ | ✅ | ❌ | ✅ | Repo |
This repository is intended solely for research and educational purposes and must not be used for any malicious activities.