Workflow page

CVE API

A buyer review page for teams searching for a CVE API that can normalize public vulnerability records, severity, modified dates, references, and product-watchlist changes from public sources.

GET /v1/cyber/cves?keyword=nginx&modified_since=2026-07-01&severity=critical
{
  "data": [
    {
      "cveId": "CVE-2026-0001",
      "severity": "critical",
      "publishedAt": "2026-07-01",
      "modifiedAt": "2026-07-02",
      "source": "NVD",
      "references": ["https://nvd.nist.gov/vuln/detail/CVE-2026-0001"]
    }
  ],
  "meta": { "sampleOnly": true, "workflow": "cve-api" }
}

Likely Buyers

This page is a product preview for comparing likely buyers, source coverage, and first API shapes.

Signals To Watch

These buyer actions help prioritize workflow support and access routing.

Smallest Build

The first buyer-ready workflow should stay this narrow.

Availability. This workflow is available for buyer review. Direct requests are routed under the Cyber Vulnerability Change Feed product catalog.