vulnerability__explain_cves
Explains why specific CVEs affect your environment, lists affected packages, and provides remediation guidance.
Instructions
Explain why CVEs are affecting my environment.
This endpoint returns a detailed explanation of why CVEs are affecting my environment. It uses VMAAS to explain the CVEs, what packages are affected and why. Alongside with the information how this CVE can be fixed. To get the explanation, we need to get the system UUID from the inventory and list of CVEs. 'affected_packages' in 'vmaas' response is a list of packages that are affected by the CVE.
To update affected packages, suggest to use Ansible Remediation Playbook via Remediations MCP tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cves | Yes | CVE identifiers. Example: CVE-2016-0800,CVE-2016-0801 | |
| system_uuid | Yes | System UUID. Example: 123e4567-e89b-12d3-a456-426614174000 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |