search_cves
Search Common Vulnerabilities and Exposures (CVEs) with filters for keywords, CVSS scores, CWE IDs, publication dates, and inclusion in CISA's Known Exploited Vulnerabilities catalog. Exclude rejected entries or narrow by severity.
Instructions
Search CVEs with comprehensive filtering options including keywords, CVSS scores, dates, and more
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cweId | No | Filter by Common Weakness Enumeration ID (e.g., "CWE-79", "CWE-89") | |
| hasKev | No | If true, only return CVEs in CISA's Known Exploited Vulnerabilities catalog | |
| noRejected | No | If true, exclude rejected CVEs from results | |
| pubEndDate | No | End date for publication range (ISO-8601 format, required if pubStartDate used) | |
| startIndex | No | Starting index for pagination (0-based) | |
| hasCertNotes | No | If true, only return CVEs with CERT/CC Vulnerability Notes | |
| pubStartDate | No | Start date for publication range (ISO-8601 format, max 120 day range) | |
| hasCertAlerts | No | If true, only return CVEs with US-CERT Technical Alerts | |
| keywordSearch | No | Search for keywords in CVE descriptions (e.g., "Microsoft", "remote code execution") | |
| cvssV2Severity | No | Filter by CVSSv2 severity rating | |
| cvssV3Severity | No | Filter by CVSSv3 severity rating | |
| lastModEndDate | No | End date for last modification range (ISO-8601 format, required if lastModStartDate used) | |
| resultsPerPage | No | Number of results per page (1-2000, default: 20) | |
| lastModStartDate | No | Start date for last modification range (ISO-8601 format, max 120 day range) | |
| keywordExactMatch | No | If true, search for exact phrase match (requires keywordSearch) |