4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / package.json JSON
{
  "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"
  }
}