Vulnerability Response Rollup Calculators
Summarize
Summary of Vulnerability Response Rollup Calculators
The Vulnerability Response Rollup Calculators help configure cumulative risk scores for remediation tasks and imported vulnerabilities. These calculators are essential for assessing the overall risk associated with vulnerable items within your organization.
Show less
Key Features
- Remediation Task Rollup: Aggregates risk scores for all vulnerable items within a remediation task.
- Patch Update Rollup: Combines risk scores for vulnerable items associated with the same patch update.
- Organization Risk Score Rollup: Summarizes risk scores for various vulnerable items and configuration issues across the organization.
- Vulnerable Item Rollup: Focuses on host vulnerable items to influence the overall organizational risk score.
- Vulnerability Entry Rollup: Merges risk scores for all vulnerable items sharing the same vulnerability entry.
- Rollup EPSS Scores: Calculates the probability of vulnerabilities being exploited based on External Product Security Scores (EPSS).
- Remediation Effort Rollup: Compiles risk scores from all records within a remediation effort.
Key Outcomes
Using these calculators, you can customize the weight of each risk score component, influencing the final cumulative risk score. Rollup calculations occur automatically every 15 minutes to ensure timely updates based on any changes in the status of vulnerable items. Understanding the calculated risk scores can enhance your organization's ability to prioritize remediation efforts effectively.
For example, if a remediation task contains multiple vulnerable items, the rollup calculator computes a risk score based on maximum and average risk scores, as well as the count of vulnerable items. This aids in making informed decisions regarding your remediation strategies.
Additionally, the Rollup EPSS Scores allow organizations to gauge the probability of exploitation across multiple vulnerabilities, providing a clearer picture of potential threats. To modify this feature, users must switch to the Rollup Developer View.
After your initial assessment of risk calculators in the Setup Assistant, use the vulnerability rollup calculators to configure how the cumulative risk score is computed for remediation tasks and imported vulnerabilities.
- Remediation Task Rollup: Rolls up the risk scores for all vulnerable items in a remediation tasks, to provide an overall risk score for the entire group of vulnerable items.
- Patch Update Rollup: Rolls up the risk scores for all vulnerable items with same patch update, to provide an overall risk score for the patch update.
- Organization Risk Score
Rollup: Rolls up the risk scores for all host vulnerable items, application vulnerable items, container vulnerable items and
configuration issues in an organization, to provide an overall risk score for the entire organization in unified dashboard.Note:Starting with v22.0 of Vulnerability Response, you can configure rollup weights for organizational score. Also, individual roll-up calculators have been removed.
- Vulnerable Item Rollup: Rolls up the risk scores for all host vulnerable items in an organization, to contribute to the overall risk score of the entire organization for unified dashboard.
- Vulnerability Entry Rollup: Rolls up the risk scores for all vulnerable items with the same vulnerability entry, to provide an overall risk score for the vulnerability entry.
- Rollup EPSS Scores from NVD to TPEs: Rolls up the EPSS scores for all vulnerable items/ CVEs listed on the NVD table to existing TPEs, to provide an overall probability of the vulnerability being exploited.
- Remediation Effort Rollup: Rolls up the risk scores for all the records in a remediation effort, to provide an overall risk score for the remediation effort.
Navigate to .
Configure the rollup calculator to specify how much weight to give each of those computed values in setting the cumulative risk score. The higher the weight, the more that value is used to determine the rolled up risk score in the vulnerability or remediation tasks.
- The risk score, remediation target, remediation status, or vulnerability changes on the vulnerable items.
- The vulnerable item state changes to Open, Deferred, Closed, or changes from Closed or Deferred.
- Vulnerable items are deleted.
- Vulnerable items are added or removed from the remediation task.
- VIT1001 with risk score of 30
- VIT1002 with risk score of 40
- VIT1003 with risk score of 50
- Maximum risk score: 80
- Average risk score: 5
- Count of vulnerable items: 15
In the Vulnerability rollup calculator example, the formula for determining the remediation task Risk Score is:
(Maximum risk score/100) * 80 + (Average risk score /100) * 5 + (factor * 15)
| VI count | Factor |
|---|---|
| <10 | 0.2 |
| 10-100 | 0.4 |
| 101-1000 | 0.6 |
| 1001-10000 | 0.8 |
| > 10000 | 1 |
- Average risk score is 40
- Maximum risk score is 50
- 50 (Maximum risk score)
- Factor is 0.2
The Risk Score would be 45 [(50/100) * 80 + (40/100) * 5 + 0.2 * 15 = 40 + 2 + 3 = 45]
EPSS Rollup calculator - Example
P(at least one exploited vulnerability) = 1 - P(no vulnerabilities are exploited)P(at least one vuln exploited) = 1 - P(no vulns are exploited) = 1 - P(one vuln not exploited)^100 = 1 - 0.95^100 = 0.994Which says that
the probability of at least one of the vulnerabilities being exploited is 99.4%.