v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
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

Cvestring

CVE number of the vulnerability listed in KEV.

TagIdnumber nullable

The id of FocusTag.

CurrentExposurenumber

It is the company count exposed by vulnerability currently.

InitialExposurenumber

It is the company count exposed by vulnerability initially.

Producerstring[] nullable

The owners of vulnerability.

Productstring[] nullable

The owner’s products of vulnerability.

VulnerabilityNamestring

The name of vulnerability.

ExploitabilityScorenumber float nullable

A NIST based exploitability subscore.

InKevboolean

Indicates whether the CveId related to the relevant finding is one of the known exploited vulnerabilities (KEV) based on CISA’s KEV catalog.

AddedToKevDatestring datetime nullable

The date on which the vulnerability was added to Kev.

TagProcessstring datetime nullable

The current status of focus Tag Process.

TagExpireDatestring datetime nullable

The date on which the tag was expired.

TagApplyDatestring datetime nullable

The date on which the vulnerability was applied to Tag.

MentionedCyberSecComboolean

The date on which the vulnerability was applied to Tag.

ExploitPoCboolean

True means vulnerability is exploited PoC.

ExploitedByThreatActorsboolean

True means vulnerability is exploited Threat Actors.

Notesstring nullable

Notes about the vulnerability.

PublishDatestring datetime

The date on which the vulnerability was published.

CVSSnumber float nullable

The Common Vulnerability Scoring System score of the vulnerability.

EPSSnumber float nullable

Exploit Prediction Scoring System as a percentage value. Probability of exploitation activity of the vulnerability.

ConfidenceLevel'Low' | 'Medium' | 'High' | 'VeryHigh' nullable

The confidence level of vulnerability.

ConfidenceReasoningstring nullable

The reason description of confidence level of vulnerability.

RecommendedActionsstring[] nullable

The recommended actions of vulnerability.

QuestionsToAskVendorsstring[] nullable

The questions to ask vendors of vulnerability.

Referencesstring[] nullable

The reference links of vulnerability.

LEV1number float nullable

Probability of likely exploited vulnerability calculated with 30-day weighted windows as a percentage value.

LEV2number float nullable

Probability of likely exploited vulnerability calculated with rolling 30-day daily compounding as a percentage value.

TagConfidence'Low' | 'Medium' | 'High' | 'Very High' nullable

The confidence level of the tag.

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"
}