List recent CVEs
cve_recentMonitor newly disclosed CVEs by specifying a look-back window in days, with optional severity and known-exploited filters, to surface vulnerabilities for timely triage.
Instructions
List CVEs published within a recent look-back window — for real-time monitoring of newly disclosed vulnerabilities.
Args:
days (1-120, default 7): How far back to look (NVD caps ranges at 120 days).
severity ('LOW'|'MEDIUM'|'HIGH'|'CRITICAL'): Optional severity filter.
kev_only (boolean, default false): Only CVEs in the CISA KEV catalog.
limit (1-50, default 20), offset (default 0): Pagination.
response_format ('markdown'|'json', default 'markdown').
Returns (json): { total, count, offset, has_more, next_offset, results[] }, newest first by publish date.
Examples:
"What critical CVEs dropped this week?" -> days=7, severity="CRITICAL".
"New known-exploited vulns in the last month" -> days=30, kev_only=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days (1-120; NVD caps ranges at 120 days). | |
| limit | No | Results per page (1-50). | |
| offset | No | Pagination offset. | |
| kev_only | No | Return only recently-modified CVEs in the CISA KEV catalog. | |
| severity | No | Filter by CVSS v3 base severity. | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured data). | markdown |