cve_search
Search the NVD database for CVEs by keyword or CVE ID to get CVSS scores, descriptions, references, and weakness classifications, enabling quick vulnerability assessment.
Instructions
Search the NVD (NIST National Vulnerability Database) for CVEs.
Query by keyword (e.g., 'Apache Log4j'), specific CVE ID (e.g., 'CVE-2021-44228'), or product name. Returns CVSS scores, descriptions, references, and weakness classifications.
Args: keyword: Search keyword — product name, library, or description text (e.g., 'OpenSSH', 'Apache Struts', 'buffer overflow') cve_id: Specific CVE identifier to look up (e.g., 'CVE-2021-44228'). When provided, keyword is ignored. results_per_page: Number of results to return (1-100, default 20)
Example usage: cve_search(keyword='Log4j') cve_search(cve_id='CVE-2021-44228') cve_search(keyword='OpenSSH', results_per_page=50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cve_id | No | ||
| keyword | No | ||
| results_per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |