Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Confidence score calculation example

Example of calculating the confidence for a zero-day vulnerability based on its Common Vulnerabilities and Exposures (CVE) information.

Following is an example of calculating the confidence score from the Common Platform Enumeration (CPE) information of CVE-2019-5786.

Note: To view the CPEs, you can group the Vulnerability column by vulnerability. For details on viewing the vulnerable software details, see View vulnerable software details.

Following is a sample exposure assessment record:

Image omitted: exp-ass-1.png
Exposure assessment record.

Following is a sample discovery model:

Image omitted: exp-ass-2.png
Discovery model.

How to calculate the confidence score

The confidence score range is 0–1. Based on the CPE information, the confidence score is calculated using the following formula:

((BASE SCORE) + (publisher score) +(product score) + (version score) + (edition score) + (display name score)) / 100

=

((25) + (10) + (10)) / 100

=

45 / 100

=

.45

Note: To refer to the values used to calculate the confidence score, see Confidence score reference tables for exposure assessment.

Calculating confidence score when the software model is matched with the normalized discovery model

If you are using the normalized discovery model, the additional information available for the software discovery model provides an enhanced confidence score. Following is the sample calculation:

Following is a sample normalized exposure assessment record.

Image omitted: exp-ass-3.png
Normalized exposure assessment record.

Following is a sample normalized discovery model.

Image omitted: exp-ass-4.png
Normalized discovery model.
((BASE SCORE) + (publisher score) + (product score) + (version score) + (edition score) + (display name score)) / 100

=

((25) + (20) + (15) + (15) + (0) + (10)) / 100

=

85 / 100

=

.85

Note: To refer to the values used to calculate the confidence score, see Confidence score reference tables for exposure assessment.