> ## 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.

# List Critical Vulnerabilities

Retrieve critical vulnerabilities in your Brinqa instance.

<Note>
  External Documentation

  To learn more, visit the [Brinqa documentation](https://docs.brinqa.com/docs/graphql-vulnerabilities).
</Note>

## Example Output

```json theme={"dark"}
{
  "data": {
    "vulnerabilities": [
      {
        "ageInDays": 2580.109233171296,
        "complianceStatus": "Out of SLA",
        "connectorNames": "[Qualys Vulnerability Management]",
        "description": "Several vulnerabilities have been reported in PHP. ...",
        "id": "1688658462584209423",
        "riskScore": 9,
        "type": {
          "cveIds": "[CVE-2007-0905, CVE-2007-0906, ...]",
          "name": "PHP Prior to 5.2.1/4.4.5 Multiple Vulnerabilities",
          "recommendation": "Upgrade to the latest version of PHP. ..."
        }
      },
      {
        "ageInDays": 2826.446362210648,
        "complianceStatus": "Out of SLA",
        "connectorNames": "[Qualys Vulnerability Management]",
        "description": "The rpc.statd program, ...",
        "id": "1688658462600986646",
        "riskScore": 9,
        "type": {
          "cveIds": "[CVE-2000-0666, CVE-2000-0800]",
          "name": "Statd Format Bug Vulnerability",
          "recommendation": "For Red Hat Linux: ... For other distributions: ..."
        }
      },
      {
        // ... other vulnerabilities ...
      }
    ]
  }
}
```

## Workflow Library Example

[List Critical Vulnerabilities with Brinqa and Send Results Via Email](https://library.blinkops.com/workflows/list-critical-vulnerabilities-with-brinqa-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/list-critical-vulnerabilities-with-brinqa-and-send-results-via-email/canvas" />
</div>
