KevVulnerability

A single entry in the CISA Known Exploited Vulnerabilities catalog.

AdvisoriesAISBinding Operational DirectiveCSAFCVECWECybersecurityFederal-GovernmentGovernmentICS-CERTInformation SharingKEVKnown Exploited VulnerabilitiesRisk ManagementSecuritySTIXTAXIIThreat IntelligenceVulnerability Management

Properties

Name Type Description
cveID string
vendorProject string
product string
vulnerabilityName string
dateAdded string
shortDescription string
requiredAction string
dueDate string
knownRansomwareCampaignUse string
notes string
cwes array
View JSON Schema on GitHub

JSON Schema

cisa-kev-vulnerability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cybersecurity-and-infrastructure-security-agency/refs/heads/main/json-schema/cisa-kev-vulnerability-schema.json",
  "title": "KevVulnerability",
  "description": "A single entry in the CISA Known Exploited Vulnerabilities catalog.",
  "type": "object",
  "required": [
    "cveID",
    "vendorProject",
    "product",
    "vulnerabilityName",
    "dateAdded",
    "shortDescription",
    "requiredAction",
    "dueDate",
    "knownRansomwareCampaignUse"
  ],
  "properties": {
    "cveID": {
      "type": "string",
      "pattern": "^CVE-\\d{4}-\\d{4,}$"
    },
    "vendorProject": { "type": "string" },
    "product": { "type": "string" },
    "vulnerabilityName": { "type": "string" },
    "dateAdded": { "type": "string", "format": "date" },
    "shortDescription": { "type": "string" },
    "requiredAction": { "type": "string" },
    "dueDate": { "type": "string", "format": "date" },
    "knownRansomwareCampaignUse": {
      "type": "string",
      "enum": ["Known", "Unknown"]
    },
    "notes": { "type": "string" },
    "cwes": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^CWE-\\d+$"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cisa-kev-vulnerability"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.