← Exploit-DB.ai

API & feeds

The archive (500 CVEs, 303 AI-analysed) is served as static JSON — no key required, no rate limit, CORS-open. Higher-volume programmatic access, watchlist webhooks, and change-alerts ship with Pro.

Example

curl https://exploit-db.ai/api/v1/cves.json | jq '.data[0]'

{
  "id": "CVE-YYYY-NNNN",
  "cvssScore": 9.8,
  "cvssSeverity": "CRITICAL",
  "hasPoc": true,
  "tags": ["rce", "auth-bypass"],
  "summary": "Plain-language AI risk summary…"
}

Data: NVD (public domain). Analysis: local $0 model. Defensive use only.