Skip to main content

List Vulnerabilities

The data returned by this action corresponds to the Vulnerabilities table in the dashboard. This action will return all possible vulnerabilities, including those that don't affect any devices in the inventory.

External Documentation

To learn more, visit the Medigate documentation.

Parameters

ParameterDescription
FieldsSpecify which fields to return for each item.

Example Output

{
"vulnerabilities": [
{
"id": "xxxxxxxx",
"name": "xxxxxxxxxxxxx",
"published_date": "xxxxxxxxxxxxxxxxxxxxxx",
"vulnerability_type": "xxxxxxxxxxxx",
"cve_ids": [
"xxxxxxxxxxxxxx"
],
"cvss_v2_score": x.x,
"cvss_v2_exploitability_subscore": x.x,
"cvss_v3_score": x.x,
"cvss_v3_exploitability_subscore": x.x,
"epss_score": x.xxxx,
"description": "xxxxxxxxxxxxxxxxxxxxxx",
"is_known_exploited": xxxx,
"all_cves_exploited": xxxx,
"affected_devices_count": x,
"affected_medical_devices_count": x,
"affected_iot_devices_count": x,
"affected_it_devices_count": x
}
]
}

Workflow Library Example

List Vulnerabilities with Medigate and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop