cve_search_by_keyword
Free-text CVE search with optional date range. Matches keyword against CVE description text in the NVD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-2000, default 20). | |
| keyword | Yes | Free-text search phrase. | |
| pub_end_date | No | Optional YYYY-MM-DD upper bound. | |
| pub_start_date | No | Optional YYYY-MM-DD lower bound. |