nvd_cve_search
Search the NVD for CVE vulnerabilities by keyword, CVSS severity, and publication date range. Retrieve CVE IDs, descriptions, CVSS scores, severity levels, and publication dates.
Instructions
Search CVE vulnerabilities in the National Vulnerability Database by keyword, CVSS severity, and date range. Returns CVE IDs, descriptions, CVSS scores, severity levels, and publication dates.
Severity values: LOW, MEDIUM, HIGH, CRITICAL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| keyword | No | Search keyword (e.g. 'buffer overflow', 'log4j', 'remote code execution') | |
| severity | No | CVSS V3 severity level | |
| pubEndDate | No | Publication end date in ISO 8601 (e.g. '2024-12-31T23:59:59.999') | |
| pubStartDate | No | Publication start date in ISO 8601 (e.g. '2024-01-01T00:00:00.000') |