# Checking for exploitable vulnerabilities

The database of exploitable vulnerabilities (existence of public exploit was confirmed or it was used during malware campaigns) is provided via Vuln DB menu:

<figure><img src="/files/1lyFuxueANRLZHHYLxpO" alt=""><figcaption></figcaption></figure>

It supports full text search by all fields and allows to quickly check whatever certain CVE is exploitable or which exploitable vulnerabilities existing for certain product.

<figure><img src="/files/iZVs9prjqFQEd4RdJsMo" alt=""><figcaption></figcaption></figure>

On the top of that the results of Infrastructure (**OpenVAS**, **Nessus, Nuclei)** scans and code dependency checks (**Trivy)** are enriched by the info from this database. To view the enriched reports, download the ZIP archive via **Scan History** view by clicking on the **Report** button:

<figure><img src="/files/ell6Y40gCuwwlFCiK4om" alt=""><figcaption></figcaption></figure>

Then look for XLSX files, such as **trivy-dep-report.xslx**:

<figure><img src="/files/lfS0FZoWcHSQBEUS62MO" alt=""><figcaption></figcaption></figure>

Or the similar Nessus, OpenVAS, Nuclei report within the respective folder:

<figure><img src="/files/TojJ6Tf39nKa4Qean0tA" alt=""><figcaption></figcaption></figure>

Exploit availability is reflected via "Exploit" column:

<figure><img src="/files/x3dhH13A2FgbXiTH9jgB" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://scansuite.gitbook.io/scansuite/usage/working-with-scan-results/checking-for-exploitable-vulnerabilities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
