5465 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / package.json JSON
{
  "name": "CVE-Playground-CVE-2026-30951",
  "version": "1.0.0",
  "private": true,
  "description": "CVE Playground for CVE-2026-30951 in Sequelize v6",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "verify": "node verify.js"
  },
  "dependencies": {
    "express": "4.21.2",
    "sequelize": "6.37.7",
    "sqlite3": "5.1.7"
  }
}