🛡 CVE API

Local mirror of the National Vulnerability Database

-
Total CVEs
-
Last Update
-
Status
CVE Security Cat

What are CVEs?

CVE (Common Vulnerabilities and Exposures) is a standardized system for identifying security vulnerabilities. Each CVE entry contains an ID, description, and references to related advisories. This API mirrors the official NVD database, providing fast local access to vulnerability data.

This service is built for OpenKAT, an open-source security scanning platform that helps organizations identify vulnerabilities in their infrastructure. The CVE data powers OpenKAT's vulnerability detection and reporting capabilities.

Search Results

API Documentation

GET /v1/{CVE-ID}.json

Retrieve detailed information about a specific CVE.

curl https://your-domain/v1/CVE-2024-1234.json
GET /api/search?q={query}&limit={n}

Search CVEs by ID pattern. Returns up to 50 results by default, sorted by most recent.

curl "https://your-domain/api/search?q=CVE-2024&limit=10"
GET /api/stats

Get statistics about the CVE database (total count, last update, status).

curl https://your-domain/api/stats