{
  "x402Version": 2,
  "id": 319,
  "slug": "319",
  "resource": "https://api.kadec0.xyz/v1/cve",
  "description": "CVE vulnerability lookup. Returns security vulnerability records by CVE id or keyword from the NIST National Vulnerability Database and GitHub Security Advisories, each with CVSS score, severity, CWE weakness class, affected products, and references, filterable by severity and source. For vulnerability triage and dependency risk checks. Keyless.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "keyword": "log4j",
            "severity": "critical"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "cvssScore": 10,
                "cwes": [
                  "CWE-502"
                ],
                "id": "CVE-2021-44228",
                "severity": "CRITICAL",
                "source": "nvd",
                "type": "cve",
                "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44228"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "anyOf": [
                  {
                    "required": [
                      "cve_id"
                    ]
                  },
                  {
                    "required": [
                      "keyword"
                    ]
                  }
                ],
                "properties": {
                  "cve_id": {
                    "description": "exact CVE id, e.g. CVE-2021-44228",
                    "type": "string"
                  },
                  "keyword": {
                    "description": "free-text search",
                    "type": "string"
                  },
                  "maxItems": {
                    "default": "20",
                    "type": "string"
                  },
                  "severity": {
                    "enum": [
                      "low",
                      "medium",
                      "high",
                      "critical"
                    ],
                    "type": "string"
                  },
                  "source": {
                    "default": "all",
                    "enum": [
                      "nvd",
                      "github",
                      "all"
                    ],
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.kadec0.xyz",
  "lastUpdated": "2026-09-16T05:24:24.628Z",
  "quality": {
    "calls30d": 30,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-16T05:24:28.622Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kadec0.xyz",
    "manifest_name": "api.kadec0.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}