nvd_search
Search the National Vulnerability Database for CVEs using keywords, CVSS severity, CWE ID, or date range. Retrieve matching CVEs with CVSS scores, descriptions, and affected products.
Instructions
Search the NVD (National Vulnerability Database) for CVEs by keyword, CVSS severity, CWE ID, or date range. Returns matching CVEs with CVSS scores, descriptions, and affected products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | Search keyword (e.g., 'command injection', 'Apache') | |
| severity | No | Filter by CVSS v3 severity | |
| cweId | No | Filter by CWE ID (e.g., 'CWE-79') | |
| startDate | No | Start date for last modified range (ISO format) | |
| endDate | No | End date for last modified range (ISO format) | |
| limit | No | Max results (default 20, max 100) |