cves_by_product
Search for vulnerabilities affecting specific products or CPEs. Filter by KEV status, sort by EPSS score, and retrieve detailed vulnerability information with severity assessments.
Instructions
Search for vulnerabilities affecting specific products or CPEs. Supports filtering by KEV status, sorting by EPSS score, date ranges, and pagination. Can search by product name or CPE 2.3 identifier. Returns detailed vulnerability information including severity scores and impact assessments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpe23 | No | The CPE version 2.3 identifier (format: cpe:2.3:part:vendor:product:version). | |
| product | No | The name of the product to search for CVEs. | |
| count | No | If true, returns only the count of matching CVEs. | |
| is_kev | No | If true, returns only CVEs with the KEV flag set. | |
| sort_by_epss | No | If true, sorts CVEs by EPSS score in descending order. | |
| skip | No | Number of CVEs to skip (for pagination). | |
| limit | No | Maximum number of CVEs to return (max 1000). | |
| start_date | No | Start date for filtering CVEs (format: YYYY-MM-DDTHH:MM:SS). | |
| end_date | No | End date for filtering CVEs (format: YYYY-MM-DDTHH:MM:SS). |