UK’s trusted IT infrastructure partner since 2003
Servnet
FinanceToolsConfiguratorGet in Touch
Cyber Security

CVSS Score Explained: CVE, CVSS 4.0 and KEV in 2026

Servnet Editorial · IT infrastructure analysis6 min read
Share

A CVSS score of 9.8 looks like an emergency. Often it isn't. CVSS v4.0 — the version FIRST officially published on 1 November 2023 and still the current standard in 2026 — measures how bad a flaw could be if exploited, not whether anyone is exploiting it. That distinction sits at the centre of every serious vulnerability management solutions decision: a CVE identifies the flaw, CVSS ranks its inherent severity, and CISA's Known Exploited Vulnerabilities catalogue plus FIRST's EPSS model reorder the queue by what's actually happening in the wild. This explainer walks through how each system works, what changed in CVSS v4.0, and how NCSC's fix/acknowledge/investigate model turns three separate scores into one remediation decision.

The CVE-to-remediation pipeline
CVEMITRE-assigned unique IDCVSS v4.0FIRST baseseverity scoreKEV catalogueCISAexploited-in-wild listEPSSFIRST 30-day probabilityNCSC triageFix, acknowledge,investigate

What a CVE Actually Identifies (and What It Doesn't)

A CVE is not a severity rating. It's an identifier. The CVE Program, run by MITRE as the CVE Numbering Authority, exists to give every publicly known vulnerability a unique ID so that vendors, researchers and tooling can all refer to the same flaw without ambiguity. Nothing about the number itself says whether the vulnerability is trivial or catastrophic.

That matters because practitioners routinely treat 'a CVE has been assigned' as if it were news about urgency. It isn't. Severity is a separate, deliberate scoring exercise that happens after the identifier exists — and that's where CVSS comes in.

CVSS v4.0: The Current Standard for Measuring Severity

CVSS — the Common Vulnerability Scoring System — is maintained by FIRST, and version 4.0 is the current official release, published on 1 November 2023. By mid‑2026 it has been the working standard for roughly two years, and an increasing share of new advisories, scanners and vulnerability feeds are adding support for this version alongside or in place of the older 3.1 methodology.

The clearest tell that you're looking at a v4.0 score is the vector string itself: it begins with the prefix CVSS:4.0, not CVSS:3.1. That prefix isn't cosmetic — it identifies the exact calculation rules used. The vector string is a slash-delimited sequence of metric-value shorthand; for instance, 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 breaks down into Attack Vector (AV: Network), Attack Complexity (AC: Low), Attack Requirements (AT: None), Privileges Required (PR: None), User Interaction (UI: None), and High impact to Vulnerable System Confidentiality, Integrity, and Availability (VC:H/VI:H/VA:H) with no downstream Subsequent System impact (SC:N/SI:N/SA:N).

Together, those metrics form the CVSS Base metric group, which evaluates the intrinsic technical characteristics of a vulnerability. Exploitability metrics assess how the flaw is reached and executed (Attack Vector, Attack Complexity, Privileges Required, User Interaction, and Attack Requirements), while Impact metrics evaluate the consequences across Confidentiality, Integrity, and Availability — assessed in v4.0 across both the vulnerable system and any subsequent systems, replacing v3.1's Scope metric.

The underlying formula converts these metrics into a score from 0.0 to 10.0, mapped to five official severity bands: None (0.0), Low (0.1–3.9), Medium (4.0–6.9), High (7.0–8.9), and Critical (9.0–10.0). These bands quantify technical severity rather than real-world threat — a distinction that shapes how teams must triage them alongside active exploit intelligence.

What Changed From v3.1 to v4.0 — and Why It Matters

The prefix change signals something bigger than a version bump: v3.1 and v4.0 vectors are not directly interchangeable, and tooling built to expect one prefix should not silently accept the other. Anyone auditing a vulnerability feed in 2026 should check which prefix dominates their data before comparing scores across systems.

The more consequential change is structural. FIRST has said that CVSS v4.0 reworked its Threat metric group so that it now incorporates measures of exploitability, drawing on threat intelligence sources such as CISA’s Known Exploited Vulnerabilities (KEV) catalogue. In practice, that's a direct answer to years of the same criticism this article opened with: a 9.8 that told you nothing about whether anyone was actually attacking the flaw. v4.0 at least gives the framework a formal channel for pulling that signal in, rather than leaving it entirely to separate systems.

Reading a 9.8: A Worked Decision, Not Just a Number

Take two hypothetical CVEs that both carry a CVSS 9.8 base score — the profile that sits at the top of the severity band. On the score alone, they look identical: drop everything, patch now. That's the trap.

Calculating the underlying vector — network-exploitable, low complexity, full impact — is done through FIRST's own scoring tools rather than by hand, and it always starts from that CVSS:4.0 prefix. But the operational question isn't how the number was calculated; it's what happens once it lands in a ticket. Walk both CVEs through the same four checks:

  • Base severity from the CVSS v4.0 vector — this reflects potential impact, not observed attacks.
  • A check against CISA's KEV catalogue — the authoritative public record of vulnerabilities confirmed as exploited in the wild.
  • A check against FIRST's EPSS model — a 30-day forward-looking exploitation probability, not a severity figure.
  • Exposure — is the affected asset internet-facing, or sitting on critical shared infrastructure.

KEV and EPSS: Two Different Signals, Not One

CISA maintains its Known Exploited Vulnerabilities catalogue as a verified register of security flaws actively targeted in real-world attacks — it's a curated, confirmed list, not a prediction. CISA publishes it as both CSV and JSON files, which means it can be pulled straight into ticketing systems or a SIEM without anyone manually retyping CVE IDs.

EPSS answers a different question entirely: FIRST's model estimates the probability that a vulnerability will be exploited in the next 30 days. It's a likelihood metric, forward-looking and probabilistic, where KEV is retrospective and binary — either a CVE is confirmed exploited, or it isn't yet on the list. Older, unsupported systems are frequently targeted, and many KEV‑listed vulnerabilities affect software or platforms that are no longer fully supported, which is one reason keeping end-of-support servers secure can't be separated from vulnerability triage.

NCSC's three triage buckets
3FixConfirmed exploited (KEV-listed) or critical internet-facing flaw2AcknowledgeRisk accepted with a remediation date recorded, per NCSC guidance1InvestigateNeeds more context on exposure or exploitability before a decision
View the data behind this chart
NCSC's three triage buckets
LayerDetail
FixConfirmed exploited (KEV-listed) or critical internet-facing flaw
AcknowledgeRisk accepted with a remediation date recorded, per NCSC guidance
InvestigateNeeds more context on exposure or exploitability before a decision

How UK Organisations Turn Three Scores Into One Decision

NCSC's vulnerability management guidance gives UK teams a workflow, not a scoring threshold. It starts by grouping similar findings — its own example is aggregating multiple SSL-related issues into a single item — so that triage volume reflects real distinct problems rather than dozens of near-duplicate tickets.

From there, NCSC guidance splits work into three buckets: fix, acknowledge, or investigate. It's explicit that prioritisation should focus first on internet-facing services and applications, and on vulnerabilities that would cause the largest negative impact if exploited — including flaws in critical shared infrastructure. Crucially, NCSC also expects teams to record the date an issue will be fixed, which turns remediation timing into a tracked commitment rather than a vague intention buried in a scanner report.

None of this replaces CVSS, KEV or EPSS — it's the layer that decides which bucket a given score-plus-exploitation-signal actually belongs in. A proper IT risk assessment process is where that exposure and impact judgement gets formalised.

Where CVSS Falls Short — and What to Pair It With

CVSS is a base-severity framework. Conflating it with actual exploitation is the single most common misreading of the score, and it's exactly what v4.0's reworked Threat metric group is trying to narrow. KEV is a curated list of confirmed exploited flaws, not a probability. EPSS is a probability, not a severity rating. None of the three, taken alone, gives an organisation a complete risk picture.

What none of them can carry is local context: which systems are actually exposed to the internet, and which ones sit on business-critical infrastructure. That's where attack surface management earns its keep — it's what turns NCSC's 'internet-facing first' guidance from a principle on paper into an executable filter against a real asset inventory.

Best Practice: Automate the Inputs, Keep the Judgement Human

A practical shape for a 2026 triage process is straightforward once the pieces are separated out: pull CISA's KEV feed automatically in its CSV or JSON format, monitor EPSS movement on open vulnerabilities, and keep NCSC's fix/acknowledge/investigate labels attached to every ticket along with a recorded remediation date. None of that requires abandoning CVSS — it requires refusing to let a single number stand in for a decision.

In practice, many organisations still rely on single‑score SLAs — for example, "patch everything above 7.0 within 14 days" — which can leave lower‑scoring but actively exploited flaws under‑prioritised. Feeding CVSS, KEV and EPSS into the same cybersecurity services workflow, rather than treating them as competing dashboards, is what actually closes that gap.

Sources

Every figure in this article traces to the sources below.

  • FIRST — CVSS overview, EPSS definition and CVE/CVSS relationship
  • FIRST — CVSS v4.0 specification document and publication date
  • FIRST — CVSS v4.0 vector string format and user guide
  • FIRST — CVSS v4.0 Threat metric group changes
  • CISA — KEV catalogue authoritative status
  • CISA — KEV catalogue CSV/JSON feed formats
  • NCSC — vulnerability triage and prioritisation guidance
CVSS + KEV/EPSS decision matrix
CVSS SignalKEV / EPSS SignalNCSC ActionInternet-facing,KEV-listed9.8 (critical)Confirmedexploited in KEVFix immediatelyInternal-only, not in KEV9.8 (critical)Not listed, low EPSSAcknowledge,set fix dateInternet-facing,high EPSS7.5 (high)Not in KEV, high EPSSFix soonInternal, low severity4.0 (medium)Not in KEV, low EPSSInvestigate / backlog
View the data behind this chart
CVSS + KEV/EPSS decision matrix
CVSS SignalKEV / EPSS SignalNCSC Action
Internet-facing, KEV-listed9.8 (critical)Confirmed exploited in KEVFix immediately
Internal-only, not in KEV9.8 (critical)Not listed, low EPSSAcknowledge, set fix date
Internet-facing, high EPSS7.5 (high)Not in KEV, high EPSSFix soon
Internal, low severity4.0 (medium)Not in KEV, low EPSSInvestigate / backlog
Share
Key takeaways
  • A CVE is only an identifier — MITRE's CVE Numbering Authority assigns it, and it carries no severity information on its own.
  • CVSS v4.0, published by FIRST on 1 November 2023, is the current standard; its vectors start with the prefix CVSS:4.0, not CVSS:3.1.
  • FIRST says v4.0's reworked Threat metric group now incorporates exploitability measures from sources such as KEV — CVSS is moving closer to real-world signal, not replacing it.
  • CISA's KEV catalogue acts as a definitive roster of in-the-wild exploitations, published as CSV and JSON for automated ingestion; FIRST's EPSS estimates 30-day exploitation probability — the two answer different questions.
  • NCSC guidance prioritises internet-facing services and critical shared infrastructure first, sorts findings into fix / acknowledge / investigate, and requires a recorded fix date — it's a workflow, not a CVSS threshold.
  • Treat a high CVSS score as a severity flag that still needs a KEV check, an EPSS check and an exposure check before it earns a place at the top of the patch queue.
Frequently asked

FAQsCVSS Score Explained

What is the difference between a CVE and a CVSS score?

A CVE is an identifier — a unique ID that the CVE Program, run by MITRE as the CVE Numbering Authority, assigns to a publicly known vulnerability. A CVSS score is a separate severity rating calculated afterwards. The CVE tells you which flaw is being discussed; CVSS tells you how bad it could be.

What is CVSS v4.0 and how is it different from v3.1?

CVSS v4.0 is the current version FIRST published on 1 November 2023. Its vector strings start with CVSS:4.0 rather than CVSS:3.1, and FIRST says it reworked the Threat metric group to incorporate exploitability measures from threat intelligence sources such as CISA's KEV catalogue.

What is the KEV catalogue?

The Known Exploited Vulnerabilities catalogue is CISA's authoritative public list of vulnerabilities confirmed to have been exploited in the wild. CISA publishes it as CSV and JSON files, letting security teams automate it into ticketing or SIEM workflows rather than checking it manually.

What is EPSS and how does it differ from KEV?

EPSS, maintained by FIRST, estimates the probability that a vulnerability will be exploited in the next 30 days — a forward-looking likelihood metric. KEV, by contrast, is a retrospective, confirmed list: a CVE is either verified as exploited or it isn't yet listed. One predicts; the other confirms.

Does NCSC require patching every vulnerability above a certain CVSS score?

No. NCSC's guidance is a triage workflow, not a scoring threshold. It tells teams to group similar findings, sort them into fix, acknowledge or investigate, prioritise internet-facing and critical shared infrastructure, and record a fix date — using CVSS as one input among several.

Should we always patch a CVSS 9.8 vulnerability before anything else?

Not automatically. A 9.8 reflects potential severity, not confirmed exploitation. Check whether the CVE is listed in CISA's KEV catalogue, what FIRST's EPSS model estimates for near-term exploitation probability, and whether the affected asset is internet-facing before deciding it jumps the queue.

Related

Got a question this article didn't answer?

One conversation with an engineer who's done this before. No sales script.

Talk to Servnet →

Talk to a UK specialist

Get expert advice or a no-obligation quote — servers, storage, networking, maintenance, finance and cloud. We reply the same working day.

or call 0800 987 4111