Workflow page

KEV and CVE Watchlist API

A buyer review page for security teams that need a lightweight API to poll CVE, KEV, severity, vendor, and product-watchlist changes from public vulnerability sources.

GET /v1/cyber/kev-watchlist?vendor=nginx&since=2026-07-01&severity=critical
{
  "data": [
    {
      "cveId": "CVE-2026-0001",
      "knownExploited": true,
      "severity": "critical",
      "vendor": "SampleVendor",
      "matchedProduct": "SampleServer",
      "modifiedAt": "2026-07-02"
    }
  ],
  "meta": { "sampleOnly": true, "workflow": "kev-cve-watchlist-api" }
}

Likely Buyers

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

Initial Data Scope

The first buyer-ready workflow should keep the source coverage narrow.

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