5585 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / package.json JSON
{
  "name": "cve-2026-46395-haxcms-hmac-key-leak-poc",
  "version": "1.0.0",
  "description": "Proof of concept for CVE-2026-46395 — HAXcms Node.js private key disclosure via a broken HMAC implementation.",
  "license": "MIT",
  "author": "Shreyas Challa <[email protected]>",
  "repository": {
    "type": "git",
    "url": "https://github.com/shreyas-challa/CVE-2026-46395-haxcms-hmac-key-leak"
  },
  "bin": {
    "poc-hmac-key-leak": "poc_hmac_key_leak.js"
  },
  "scripts": {
    "poc": "node poc_hmac_key_leak.js"
  },
  "dependencies": {
    "jsonwebtoken": "^9.0.2"
  }
}