search_vulnerabilities
Search and filter CVEs by keyword, severity, publication date range, and CISA KEV status across local and synchronized vulnerability feeds.
Instructions
Search and filter vulnerabilities across local storage and synchronized feeds.
Search by keyword (CVE ID, component, vendor, description), filter by severity (LOW/MEDIUM/HIGH/CRITICAL), publication date range, and CISA KEV status.
Args: keyword: Search term matching CVE ID, component, vendor, or description. severity: Filter by CVSS severity: LOW, MEDIUM, HIGH, or CRITICAL. pubStartDate: Start publication date in ISO-8601 format (e.g., '2024-01-01'). pubEndDate: End publication date in ISO-8601 format (e.g., '2024-12-31'). hasKev: If True, filters for CVEs in the CISA Known Exploited Vulnerabilities catalog. limit: Maximum records to return (1-50, default: 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| hasKev | No | ||
| keyword | No | ||
| severity | No | ||
| pubEndDate | No | ||
| pubStartDate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |