shodan-cve-lookup
Retrieve CVE details, CVSS scores, EPSS predictions, references, and affected CPEs from Shodan's vulnerability database without an API key.
Instructions
Look up CVE details from Shodan's vulnerability database.
Returns CVSS scores, EPSS exploit prediction scores, references, and affected CPE identifiers. This endpoint is FREE and does NOT require a paid Shodan API key.
Returns: CveResult with detailed vulnerability information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cve_id | Yes | CVE identifier to look up. Example: "CVE-2021-44228". | |
| timeout | No | HTTP request timeout in seconds. Default: 30. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpes | No | Affected CPE identifiers | |
| epss | No | EPSS exploit prediction score | |
| cve_id | Yes | CVE identifier (e.g., CVE-2021-44228) | |
| cvss_v3 | No | CVSS v3 scoring details | |
| summary | No | CVE description/summary | |
| published | No | Date the CVE was published | |
| references | No | Reference links for the CVE | |
| last_modified | No | Date the CVE was last modified |