cbcvebase.
cb
cvebase.
/ vulnerability search engine
Indexed documents
1.4M
semantic + structured
Sources
93
advisory · detection · exploit
CVE records
337K+
merged NVD + MITRE
KEV entries
1611
CISA synced daily
Pipeline
live
daily 04:00 UTC
Trending nowEPSS movers + fresh KEVView all →
Exploited This Weekfree weekly

What got weaponized or hit CISA KEV this week — cross-linked to PoCs, Nuclei templates, and detection rules. See a sample →

Quickstart
API
curl a single CVE
curl -H "Authorization: Bearer cvb_..." \
  https://cvebase.io/api/cve/CVE-2021-44228
MCP
Connect from Claude / Cursor
# Claude Code
claude mcp add cvebase \
  https://cvebase.io/mcp
Search
Semantic + structured
curl 'https://cvebase.io/api/search?q=log4shell' \
  | jq '.results[0]'