Risk Intelligence
Get the list of vulnerabilities.
Get the list of vulnerabilities.
get/api/v2/riskintelligence/vulnerabilities
Query parameters
keystring
Example:0f8fad5b-d9cb-469f-a165-70867728950e
The search key fetched from a call to searchVulnerabilities operation. When this field is empty all vulnerabilities are returned.
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100
Example:10
The number of result items in a single response.
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",
"LEV1": 50.502,
"LEV2": 22.401,
"ConfidenceReasoning": "reason description of the vulnerability",
"TagConfidence": "High"
}
]