Skip to content
Calcrivo

CVSS v4 Score Calculator

Derive the CVSS 4.0 macro-vector from the base, threat and requirement metrics and turn it into a severity score and vector string.

Inputs

Human safety can be affected — forces the highest subsequent-impact class

CVSS 4.0 Score (approximate)

9.3/ 10

Severity Rating

Critical

Macro-Vector (EQ1–EQ6)

000200

Vector String

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:A

EQ1 — AV / PR / UI Class

0

EQ3 — Vulnerable-System Impact Class

0

EQ5 — Exploit Maturity Class

0

Dominant Score Driver

No subsequent-system impact (EQ4)

Step by step

  1. Values used

    Attack Vector (AV) = Network (N); Attack Complexity (AC) = Low (L); Attack Requirements (AT) = None (N); Privileges Required (PR) = None (N); User Interaction (UI) = None (N); Vulnerable system — Confidentiality (VC) = High (H); Vulnerable system — Integrity (VI) = High (H); Vulnerable system — Availability (VA) = High (H); Subsequent system — Confidentiality (SC) = None (N); Subsequent system — Integrity (SI) = None (N); Subsequent system — Availability (SA) = None (N); Exploit Maturity (E) = Attacked (A) — in-the-wild exploitation; Safety impact on a subsequent system (MSI:S or MSA:S) = No; Confidentiality Requirement (CR) = High (H); Integrity Requirement (IR) = High (H); Availability Requirement (AR) = High (H)

  2. CVSS v4 Score

    The six equivalence classes are derived as published: EQ1 from AV/PR/UI, EQ2 from AC/AT, EQ3 from VC/VI/VA, EQ4 from SC/SI/SA plus safety, EQ5 from exploit maturity, EQ6 from CR/IR/AR against the high impact dimensions. Score = 10 − (w1·EQ1 + w2·EQ2 + w3·EQ3 + w4·EQ4 + w5·EQ5 + w6·EQ6), clamped to 0.1–10, or 0 when nothing is impacted.

  3. Equivalence-class derivation

    EQ1 = 0 when AV:N and PR:N and UI:N; 1 when AV is not Physical and at least one of them is None; 2 otherwise. EQ3 = 0 when VC:H and VI:H; 1 when any of VC/VI/VA is High; 2 otherwise.

  4. CVSS 4.0 Score (approximate)

    = 9.3 / 10

  5. Severity Rating

    = Critical

  6. Macro-Vector (EQ1–EQ6)

    = 000200

  7. Vector String

    = CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:A

  8. EQ1 — AV / PR / UI Class

    = 0

  9. EQ3 — Vulnerable-System Impact Class

    = 0

How it works

CVSS 4.0 replaces v3's single formula with a macro-vector: each metric group collapses to an equivalence class, and the official specification then looks the resulting six-digit macro-vector up in a 270-row table and interpolates between neighbouring rows. This calculator derives the macro-vector exactly as published but converts it to a score with a documented monotone weighting rather than that lookup table, so treat the number as a close approximation and use the official FIRST calculator for anything you publish. v4 finally separates what the bug does to the vulnerable system from what it does to everything downstream, and the macro-vector alone tells you more about urgency than a v3 base score does — a 000000 macro-vector is an unauthenticated remote takeover under active exploitation, whatever the arithmetic says.

Formulas

CVSS v4 Score

The six equivalence classes are derived as published: EQ1 from AV/PR/UI, EQ2 from AC/AT, EQ3 from VC/VI/VA, EQ4 from SC/SI/SA plus safety, EQ5 from exploit maturity, EQ6 from CR/IR/AR against the high impact dimensions. Score = 10 − (w1·EQ1 + w2·EQ2 + w3·EQ3 + w4·EQ4 + w5·EQ5 + w6·EQ6), clamped to 0.1–10, or 0 when nothing is impacted.

10
Ceiling of the CVSS scale
EQ1–EQ6
Macro-vector digits, 0 = worst case for that class
w1…w6
Monotone per-class weights, largest for vulnerable-system impact

Equivalence-class derivation

EQ1 = 0 when AV:N and PR:N and UI:N; 1 when AV is not Physical and at least one of them is None; 2 otherwise. EQ3 = 0 when VC:H and VI:H; 1 when any of VC/VI/VA is High; 2 otherwise.

AV:N
Network attack vector
PR:N
No privileges required
VC:H
High confidentiality impact on the vulnerable system

Frequently Asked Questions

How is CVSS v4 Score calculated?

The six equivalence classes are derived as published: EQ1 from AV/PR/UI, EQ2 from AC/AT, EQ3 from VC/VI/VA, EQ4 from SC/SI/SA plus safety, EQ5 from exploit maturity, EQ6 from CR/IR/AR against the high impact dimensions. Score = 10 − (w1·EQ1 + w2·EQ2 + w3·EQ3 + w4·EQ4 + w5·EQ5 + w6·EQ6), clamped to 0.1–10, or 0 when nothing is impacted. CVSS 4.0 replaces v3's single formula with a macro-vector: each metric group collapses to an equivalence class, and the official specification then looks the resulting six-digit macro-vector up in a 270-row table and interpolates between neighbouring rows. This calculator derives the macro-vector exactly as published but converts it to a score with a documented monotone weighting rather than that lookup table, so treat the number as a close approximation and use the official FIRST calculator for anything you publish.

Why does CVSS v4 Score matter?

v4 finally separates what the bug does to the vulnerable system from what it does to everything downstream, and the macro-vector alone tells you more about urgency than a v3 base score does — a 000000 macro-vector is an unauthenticated remote takeover under active exploitation, whatever the arithmetic says.

What values do I need to enter?

This calculator takes 16 inputs: Attack Vector (AV), Attack Complexity (AC), Attack Requirements (AT), Privileges Required (PR), User Interaction (UI), Vulnerable system — Confidentiality (VC), Vulnerable system — Integrity (VI), Vulnerable system — Availability (VA), Subsequent system — Confidentiality (SC), Subsequent system — Integrity (SI), Subsequent system — Availability (SA), Exploit Maturity (E), Safety impact on a subsequent system (MSI:S or MSA:S), Confidentiality Requirement (CR), Integrity Requirement (IR), Availability Requirement (AR). The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.

Why is the score labelled approximate?

Because the authoritative v4 score comes from a published 270-row macro-vector lookup with interpolation across neighbouring rows. Reproducing that table verbatim is the only way to be exact, so this calculator uses a documented weighting instead and is explicit about it. The macro-vector, the vector string and the class derivation are exact.

What is a subsequent system?

Anything outside the vulnerable component that the exploit affects — the host behind a hypervisor, the network behind a firewall, the plant behind a controller. It replaces v3's Scope flag with three real impact metrics, which is the single biggest improvement in v4.

Should I migrate from v3 to v4?

Score in whichever version your data source publishes and do not mix them in one metric. v4 is better for OT, safety and chained impact; v3.1 still dominates CVE records, so most teams run both for a while and prioritise with EPSS and KEV rather than with either score alone.

You might also need