Common Vulnerability Scoring System Impact Score Based Filter
The Common Vulnerability Scoring System (CVSS) based filter allows searching for hosts that have CVE with the specified CVSS V2 or CVSS V3 impact score by entering the score in numeric format.
For example, to search for hosts with CVEs of CVSS V2 impact score greater than 7.5, the query is CVE Score v3 > 7.5
.

The following operations are supported:
-
=: Returns hosts which have CVE with the specified CVSS V2 or V3 impact scores.
-
≠: Returns hosts which do not have CVE with the specified CVSS V2 or V3 impact scores.
-
>: Returns hosts which have CVE with CVSS V2 or V3 impact scores greater than the specified CVSS V2 or V3 impact scores respectively.
-
≥: Returns hosts which have CVE with CVSS V2 or V3 impact scores greater than or equal to the specified CVSS V2 or V3 impact scores respectively.
-
<: Returns hosts which have CVE with CVSS V2 or V3 impact scores less than the specified CVSS V2 or V3 impact scores respectively.
-
≤: Returns hosts which have CVE with CVSS V2 or V3 impact scores less than or equal to the specified CVSS V2 or V3 impact scores respectively.