Prioritize remediation efforts with rich context beyond the CVSS.
Drive offensive and defensive efforts with the latest updates on exploits.
Integrate vulnerability intelligence delivered in normalized and correlated machine-readable format.
Precise search of vulnerabilities by CPE, name/version, or using full-text search
Getting all metrics like CVSS, EPSS,Vulners AI Score, CWE, exploited in the wild, and more with one call
Retrieving interlinked information about exploits, news, and blog posts
curl -XPOST https://vulners.com/api/v3/search/id \
-H 'Content-Type: application/json' \
-d '{
"id": "CVE-2024-21762",
"fields": ["*"],
"apiKey": "{API key}"
}'