Skip to main content

CVE Enrichment - Generic v2

This Playbook is part of the Common Playbooks Pack.#

This playbook performs CVE enrichment using the following integrations:

  • VulnDB
  • CVE Search
  • IBM X-Force Exchange

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • VulnDB
  • CVE Search

Scripts#

This playbook does not use any scripts.

Commands#

  • cve-search
  • vulndb-get-vuln-by-cve-id
  • cve

Playbook Inputs#


NameDescriptionDefault ValueRequired
cve_idThe CVE ID to enrich.CVE.IDOptional

Playbook Outputs#


PathDescriptionType
CVEThe CVE object.unknown
CVE.IDThe ID of the CVE.string
CVE.CVSSThe CVSS score of the CVE.number
CVE.PublishedThe date this was published.date
CVE.ModifiedWhen the CVE was last modified.date
CVE.DescriptionThe CVE descriptionstring
VulnDB.Vulnerability.IDVulnerability ID.unknown
VulnDB.Vulnerability.TitleVulnerability title (human readable).unknown
VulnDB.Vulnerability.DescriptionVulnerability description (human readable).unknown
VulnDB.Vulnerability.SolutionVulnerability solution (human readable).unknown
VulnDB.CvssMetrics.IdCVSS reference value.unknown
VulnDB.CvssMetrics.ConfidentialityImpactCVSS confidentiality impact.unknown
VulnDB.CvssMetrics.AvailabilityImpactCVSS availability impact.unknown
VulnDB.CvssMetrics.ScoreCVSS score.unknown
VulnDB.cvssMetrics.integrity_impactCVSS integrity impact.unknown
VulnDB.Vendors.IdVendor ID.unknown
VulnDB.Products.IdProduct IDs.unknown

Playbook Image#


CVE Enrichment - Generic v2