Master the Common Vulnerability Scoring System v3.1
The Common Vulnerability Scoring System (CVSS) is a free, open industry standard for assessing the severity of computer security vulnerabilities. CVSS provides a numerical score (0.0 to 10.0) that represents the severity of a vulnerability, helping organizations prioritize remediation efforts.
Security teams handle hundreds or thousands of vulnerabilities. CVSS provides a consistent, objective way to compare vulnerabilities and decide which ones to fix first. A CVSS score tells you both how severe a vulnerability is AND how easy it is to exploit.
Example: Remote code execution, no authentication required
CVSS v3.1 maps numerical scores to qualitative severity ratings:
CVSS v3.1 organizes metrics into three groups. The Base Score is always calculated; Temporal and Environmental scores are optional adjustments.
Intrinsic characteristics that remain constant over time and across environments.
Characteristics that change over time as exploits mature and patches become available.
These reduce the Base Score to reflect current exploit status.
Organization-specific adjustments based on asset importance and existing controls.
Customize score for YOUR environment's risk tolerance.
These measure how easily the vulnerability can be exploited:
| Metric | Values (Worst → Best) |
|---|---|
| Attack Vector (AV) | Network → Adjacent → Local → Physical |
| Attack Complexity (AC) | Low → High |
| Privileges Required (PR) | None → Low → High |
| User Interaction (UI) | None → Required |
These measure damage to the CIA triad if exploited:
Scope (S) indicates whether a vulnerability in one component can impact resources beyond its security scope. For example, a VM escape vulnerability has Scope: Changed because it affects the host system.
Select values for each Base metric to calculate a CVSS score. Click each option to see how different settings affect the final score.
Click metrics to build your vector string
CVSS:3.1/AV:_/AC:_/PR:_/UI:_/S:_/C:_/I:_/A:_Click to analyze real-world vulnerability patterns:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:HCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:HCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:NTest your understanding of CVSS terminology and scoring. You need 80% (4/5) to pass.