search_cves
Find Red Hat CVEs by date, severity, CVSS score, CWE, package, product, advisory, or Bugzilla ID. Returns paginated CVE summaries for security analysis.
Instructions
Search Red Hat CVEs by date, severity, CVSSv3 score, CWE, package, product, advisory, or Bugzilla ID. Returns a paginated list of CVE summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bug | No | Comma-separated Bugzilla IDs (e.g. 1326598,1084875) | |
| cwe | No | Comma-separated CWE IDs (e.g. 295,300) | |
| ids | No | Comma-separated CVE IDs (e.g. CVE-2024-0001,CVE-2024-0002) | |
| page | No | Page number (default: 1) | |
| after | No | Return CVEs after this date (ISO 8601, e.g. 2024-01-01) | |
| before | No | Return CVEs before this date (ISO 8601, e.g. 2024-03-01) | |
| package | No | Package name to filter by (e.g. kernel, openssl) | |
| product | No | Product name filter (supports Perl-compatible regex, e.g. 'linux 7', 'openstack') | |
| advisory | No | Comma-separated advisory IDs (e.g. RHSA-2024:0614) | |
| per_page | No | Results per page (default: 1000) | |
| severity | No | Severity level: low, moderate, important, or critical | |
| cvss_score | No | Minimum CVSSv2 score (e.g. 7.0) | |
| cvss3_score | No | Minimum CVSSv3 score (e.g. 7.0) | |
| created_days_ago | No | Return CVEs created within this many days | |
| include_package_state | No | Include package_state information in results |