Risk Intelligence
Get details of a vulnerability.
Get the details of a vulnerability identified by its CVE number.
get/api/v2/riskintelligence/vulnerabilities/{cve}
Path parameters
cvestring required
Example:CVE-2013-3900
The CVE number.
Response
Success
Example response
{
"Cve": "CVE-2024-55956",
"TagId": 345,
"CurrentExposure": 9,
"InitialExposure": 1,
"Producer": [
"FORTINET"
],
"Product": [
"Fortinet FortiClient EMS 7.0.6"
],
"VulnerabilityName": "Fortinet FortiClient EMS SQL Injection Vulnerability",
"ExploitabilityScore": 3.9,
"AddedToKevDate": "1999-12-30T05:00:00.000Z",
"TagProcess": "APPLIED",
"TagExpireDate": "1999-12-30T05:00:00.000Z",
"TagApplyDate": "1999-12-30T05:00:00.000Z",
"Notes": "reason description of the vulnerability",
"PublishDate": "1999-12-30T05:00:00.000Z",
"CVSS": 9.8,
"EPSS": 90.83,
"ConfidenceLevel": "High",
"ConfidenceReasoning": "reason description of the vulnerability",
"RecommendedActions": [
"Check out the advisory links provided below.",
"Continuously monitor SMTP traffic for unusual or malicious activity"
],
"QuestionsToAskVendors": [
"Can you confirm whether your systems are affected by CVE-2025-2945, and if so, what steps are you currently taking to mitigate this vulnerability?",
"What is your estimated timeline for fully resolving CVE-2025-2945 in your products or services, and how will you communicate updates on this issue to us as your customer?"
],
"References": [
"https://nvd.nist.gov/vuln/detail/CVE-2025-2945",
"https://capec.mitre.org/data/definitions/77.html",
"https://capec.mitre.org/data/definitions/35.html",
"https://capec.mitre.org/data/definitions/242.html"
],
"LEV1": 50.502,
"LEV2": 22.401,
"TagConfidence": "High"
}