Skip to content
Signals
Monitoring NVD, CISA KEV, EPSS and the Dragons Community ransomware tracker in near-real timeMonitoring NVD, CISA KEV, EPSS and the Dragons Community ransomware tracker in near-real time

CVEs

GET/api/v1/cves

List CVEs

Responses include CVSS scores and vendor advisories only. No exploit payloads, proof-of-concept code or raw vulnerability details are exposed.

Description

Query CVE records with severity, vendor and date filters. Scores and descriptions only — no exploit code.

Example response

{ "data": [ { "id": "CVE-2026-0001", "severity": "HIGH", "cvss": 8.1, "vendor": "Example Corp", "summary": "Buffer overflow in example service" } ], "meta": { "page": 1, "perPage": 20, "total": 1 } }