cve_search_by_vendor
Search for CVEs by vendor name and optionally filter by product to find known vulnerabilities affecting your assets.
Instructions
Search for CVEs by vendor name and optionally filter by product.
This tool searches the CVE database for vulnerabilities affecting specific vendors and their products. Can be used to browse available products or get a comprehensive list of CVEs for a vendor/product combination.
What this tool provides:
List of CVEs for a specific vendor/product
Available products for a vendor (when product not specified)
Complete CVE details for each result
Sorted by severity and recency
Common Use Cases:
Asset vulnerability scanning
Vendor risk assessment
Product-specific security monitoring
Patch management planning
Security posture evaluation
Args: vendor: The vendor name (case-insensitive, use lowercase). Examples: 'microsoft', 'apache', 'cisco', 'linux', 'oracle' product: Optional product name (case-insensitive, use lowercase). Examples: 'office', 'httpd', 'ios', 'kernel', 'database' If omitted, returns list of available products for the vendor.
Returns: When product is specified: - JSON string containing array of CVE objects with full details
When product is omitted:
- JSON string containing array of available product names for that vendorExamples: Search CVEs: vendor="microsoft", product="windows" Search CVEs: vendor="apache", product="httpd" List products: vendor="cisco" (product omitted) List products: vendor="linux" (product omitted)
Notes: - Vendor/product names should be lowercase - Use underscores or hyphens as they appear in CPE names - Product browsing helps discover correct product names - Results may include multiple product versions - No API key required - When vendor/product is not found, returns a structured JSON response with found=false
Raises: CVEClientError: If there's an error communicating with the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendor | Yes | ||
| product | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |