README.md
Rendering markdown...
{
"name": "cve-2025-12428-poc",
"version": "1.0.0",
"description": "Proof of Concept for CVE-2025-12428 - V8 Type Confusion Vulnerability",
"main": "exploit.js",
"scripts": {
"test": "node exploit.js"
},
"keywords": [
"security",
"cve",
"v8",
"type-confusion",
"poc",
"exploit"
],
"author": "Security Researcher",
"license": "MIT",
"repository": {
"type": "git",
"url": "educational-purposes-only"
},
"dependencies": {},
"engines": {
"node": ">=12.0.0"
}
}