cves_by_product
Search for vulnerabilities by product name or CPE 2.3 identifier, with filters for KEV status, date ranges, and EPSS sorting. Returns severity scores and impact 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 |
|---|---|---|---|
| skip | No | Number of CVEs to skip (for pagination). | |
| count | No | If true, returns only the count of matching CVEs. | |
| cpe23 | No | The CPE version 2.3 identifier (format: cpe:2.3:part:vendor:product:version). | |
| limit | No | Maximum number of CVEs to return (max 1000). | |
| is_kev | No | If true, returns only CVEs with the KEV flag set. | |
| product | No | The name of the product to search for CVEs. | |
| end_date | No | End date for filtering CVEs (format: YYYY-MM-DDTHH:MM:SS). | |
| start_date | No | Start date for filtering CVEs (format: YYYY-MM-DDTHH:MM:SS). | |
| sort_by_epss | No | If true, sorts CVEs by EPSS score in descending order. |