4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / package.json JSON
{
  "name": "cve-2025-70886-poc",
  "version": "0.1.0",
  "description": "PoC helper for CVE-2025-70886 (authorized testing only)",
  "type": "module",
  "private": true,
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "poc": "node src/poc.js"
  }
}