mvs_assets_affected_by
Identify all assets impacted by a specific CVE, vulnerability, or missing patch to determine exposure and blast radius.
Instructions
Find every asset affected by a given CVE, vulnerability, or missing patch.
This is the blast-radius question: given one finding, what is exposed? Supply exactly one of cve_id, vulnerability_id, or the patch_name/patch_type pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (upstream default 100). | |
| sorts | No | Sort spec. | |
| cve_id | No | CVE identifier, e.g. "CVE-2024-21412". | |
| offset | No | Page offset. | |
| filters | No | Additional filter objects, encoded for you. | |
| patch_name | No | Name of a missing patch. Requires patch_type. | |
| patch_type | No | Type of the missing patch. Requires patch_name. | |
| include_fields | No | Restrict returned columns. | |
| vulnerability_id | No | Internal vulnerability identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |