Tested tool guide
Tested browser tools
Checked August 16, 2026
What CVSS Score Calculator does, with a checked example
CVSS Score Calculator turns vulnerability characteristics into standardized CVSS severity scores. Choose CVSS v3.1 or v4.0, complete the Base metrics, and optionally apply time-sensitive and deployment-specific values from the other metric groups. The most common mistake is treating the result as a complete risk or patch-priority decision. CVSS summarizes severity from the supplied metrics, but it does not independently know an asset's business value, compensating controls, or organizational risk tolerance.
Worked example
A concrete input and expected output from the current implementation.
Input
CVSS 3.1: AV:N, AC:L, PR:N, UI:N, S:U, C:H, I:H, A:H; all Temporal and Environmental metrics: Not Defined
->
Expected output
Base: 9.8 (Critical); Temporal: 9.8 (Critical); Environmental: 9.8 (Critical)
Network access, low complexity, no required privileges, and no user interaction produce high exploitability, while all three impacts are High. Not Defined optional metrics use neutral or inherited values, so the adjusted scores remain 9.8.