5465 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / package.json JSON
{
  "name": "cve-2026-40175-poc",
  "version": "1.0.0",
  "description": "Educational PoC for CVE-2026-40175 (Axios header injection via prototype pollution)",
  "private": true,
  "scripts": {
    "imds": "node poc/mock-imds.js",
    "app": "node poc/vulnerable-app.js",
    "exploit": "node poc/exploit.js"
  },
  "dependencies": {
    "axios": "1.14.0"
  }
}