Retrieve detailed information about a specific CVE vulnerability including description, CVSS v3.1 base score and vector, EPSS exploitation probability score, CISA KEV (Known Exploited Vulnerabilities) status, affected products (CPE), and reference URLs. Use this when you have a specific CVE ID and need full details. To search for CVEs by product or severity, use cve_search instead. To find public exploits for a CVE, use exploit_lookup. For 5+ specific CVE IDs, use bulk_cve_lookup — 1 request vs N, avoids round-trip overhead. Returns JSON with fields: cve_id, description, cvss_score, cvss_vector, cvss_breakdown, epss (score + percentile), kev (boolean + due_date), affected_products, references, patch_available (bool), patch_url (string|null when available), and related_cves (list of {cve_id, severity, cvss_v3}, max 5, severity DESC). Read-only database lookup, no authentication required.