nvd_search
Search the National Vulnerability Database for CVEs by keyword, severity, CWE ID, or date range. Get CVSS scores, descriptions, and affected products in results.
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 |
|---|---|---|---|
| cweId | No | Filter by CWE ID (e.g., 'CWE-79') | |
| limit | No | Max results (default 20, max 100) | |
| endDate | No | End date for last modified range (ISO format) | |
| keyword | No | Search keyword (e.g., 'command injection', 'Apache') | |
| severity | No | Filter by CVSS v3 severity | |
| startDate | No | Start date for last modified range (ISO format) |