CVEFeed monitors the software products you depend on and delivers real-time vulnerability alerts via email, Slack, or webhooks—enriched with EPSS, CVSS, KEV, and CWE context so your team can prioritize what actually matters.
From raw CVE data to actionable intelligence — one platform built for security teams.
Continuous ingestion from NVD, CISA KEV, and vendor advisories. New CVEs appear within minutes of publication.
Organize software stacks into projects. Invite team members, assign roles, and manage subscriptions per project.
Route alerts to email, Slack, Microsoft Teams, Jira, or webhook endpoints. Filter by severity, EPSS score, or exploit status.
Exploit Prediction Scoring System data on every CVE. Prioritize patching by real-world exploitation probability.
Project-scoped API tokens with granular resource permissions. Integrate CVE data into your CI/CD, SIEM, or tooling.
Deep-linked weakness and attack pattern databases. Understand the root cause and threat model behind every CVE.
Create a project and subscribe to the vendors and products your organization depends on.
Wire up Slack, Microsoft Teams, Jira, webhook endpoints, or email. Choose severity levels and EPSS thresholds that trigger alerts.
Get notified the moment a new CVE affects your stack. Drill into CVSS, exploits, KEV status, and CWE context.
RESTful API with project-scoped tokens, resource-level permissions, and tier-based rate limits.
# Hunt weaponized vulns in your stack with CVEQL import requests # CVEQL: SQL-like query language for the entire CVE corpus query = """ cvss_score >= 9.0 and epss_scores.score >= 0.85 and products.vendor.name in ("apache", "microsoft") and is_cisa_kev = True and published >= "2026-01-01" """ response = requests.post( "https://api.cvefeed.io/api/cveql/search/", headers={"Authorization": "Bearer cvf_proj_..."}, json={"query": query, "page_size": 10}, ) for cve in response.json()["results"]: print( cve["id"], cve["severity"], cve["latest_epss"]["score"], cve["cisa_kev_detail"][0]["known_ransomware_campaign_use"], ) # CVE-2026-21985 CRITICAL 0.94 Known # CVE-2026-4412 CRITICAL 0.91 Unknown
Every plan includes the full CVE database, EPSS data, and email alerts.
Instant CVE alerts in any channel
Push events to your own endpoints
CVEFeed app on Splunkbase
Adaptive Card alerts in Teams channels
Create issues from CVE alerts automatically
Subscribe via any RSS reader
CVE lookup right from your browser
Join security teams who rely on CVEFeed for continuous vulnerability intelligence. Free forever, upgrade when ready.