---
title: "Generate Vulnerability Reports by CVE Number"
slug: "generate-vulnerability-report-by-cve-number"
updated: 2021-12-15T14:22:57Z
published: 2021-12-15T14:22:57Z
stale: true
---

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

# Generate Vulnerability Reports by CVE Number

## Overview
This article specifies step by step instructions to generate custom vulnerability reports by using the CVE number filter. This is particularly useful when there is an urgent need to retrieve all assets having a vulnerability identified by a particular CVE number.

Please follow along:

1. Navigate to the project you would like to generate the vulnerability report for and then go **Reports > Reports List**. 

![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28224%29.png){height="" width=""}

2. Click **Create Report**, this will list all the reports you could generate. Click on one of the highlighted reports below to proceed.
:::(Info) (Note)
* For generating a PDF report, click on **Vulnerability Summary pdf** option.
* For generating an excel report containing all details of the vulnerabilities, click on either of the **Vulnerability Details xlsx** or **Vulnerability Custom Report** options.
:::
![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28227%29.png){height="" width=""}

3. In this step, if you see either of the following screens, click on **Use Advanced Filters** to open **Custom Report Options** screen.

![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28229%29.png){height="" width=""}

![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28231%29.png){height="" width=""}

4. On the **Custom Report Options** screen, give the report a suitable name. 

![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28232%29.png){height="" width=""}

5. Then click on plus icon to add a filter for this report. Select **CVE Number** from the condition pull down menu. 

![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28233%29.png){height="" width=""}

6. In the Value column enter the CVE number which you would like to generate the report for. Like below:

![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28240%29.png){height="" width=""}

:::(Info) (Note)
The CVE Number filter support the regex matching and you can use the regular expressions to match more than one CVE numbers here. 
For example, to generate reports for the CVE numbers, CVE-2021-44228 and CVE-2020-9488, you can use the following regex in the value field:
```
/CVE-2021-44228|CVE-2020-9488/
```
This is how the filter will look like in this case:

![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28236%29.png){height="" width=""}

This will include all assets that have either of the specified vulnerabilities.
:::
7. Click **Save & Finish**.
8. This will add the report to the report list page. 

![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28237%29.png){height="" width=""}


9. Once the Nucleus is finished generating the report, you will be able to download it from reports list by clicking on the **download icon** in the **Actions** column, as below:

![image.png](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image%28241%29.png){height="" width=""}

All done! You have successfully generated a report filtered by CVE Number. This will help you identify assets with newly discovered CVEs quickly.

If you have any questions about this report, contact Nucleus support at support@nucleussec.com.
