> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Vulnerability By ID

Get the details of a vulnerability by its ID.

<Note>
  External Documentation

  To learn more, visit the [Vanta documentation](https://developer.vanta.com/reference/getvulnerability).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                    |
  | ---------------- | ---------------------------------------------------------------------------------------------- |
  | Vulnerability ID | The ID of the vulnerability to retrieve. Can be obtained by the `List Vulnerabilities` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "a2f7e1b9d0c3f4e5a6c7b8d9",
	"name": "CVE-2021-12345",
	"description": "MariaDB before 10.6.2 allows an application crash because of mishandling of a pushdown from a HAVING clause to a WHERE clause.",
	"integrationId": "Inspector",
	"packageIdentifier": "package",
	"vulnerabilityType": "COMMON",
	"targetId": "targetId",
	"firstDetectedDate": "2021-01-01T00:00:00.000Z",
	"sourceDetectedDate": "2021-01-01T00:00:00.000Z",
	"lastDetectedDate": "2021-01-01T00:00:00.000Z",
	"severity": "CRITICAL",
	"cvssSeverityScore": 9.8,
	"scannerScore": 100,
	"isFixable": true,
	"remediateByDate": "2021-01-01T00:00:00.000Z",
	"relatedVulns": [
		"CVE-2021-12345"
	],
	"relatedUrls": [
		"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-12345"
	],
	"externalURL": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-12345",
	"scanSource": "Not provided",
	"deactivateMetadata": {
		"deactivatedBy": "b2f7e1b9d0c3f4e5a6c7b123",
		"deactivatedOnDate": "2021-01-01T00:00:00.000Z",
		"deactivationReason": "fix is too hard to carry out",
		"deactivatedUntilDate": null,
		"isVulnDeactivatedIndefinitely": true
	}
}
```

## Workflow Library Example

[Get Vulnerability by Id with Vanta and Send Results Via Email](https://library.blinkops.com/workflows/get-vulnerability-by-id-with-vanta-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-vulnerability-by-id-with-vanta-and-send-results-via-email/canvas" />
</div>
