Home / Knowledge hub / CVSS
Knowledge hub
CVSS
A scoring system that turns a vulnerability into a number out of ten.
What it means
CVSS turns a vulnerability into a number out of ten. FIRST owns the standard, and the score comes from questions about the flaw itself. Can somebody reach it over the network? Do they need a login? Does a victim have to act first? And what does it cost if it works?
The bands are fixed. Nine and above reads as critical, seven to under nine as high, four to under seven as medium.
Why it matters
The score describes a bug in general, not your business. A medium in your payment flow can matter more than a high on a page three people visit. No formula knows which table holds your customer records, or which endpoint every large account touches daily.
It also produces a queue that looks tidy and is wrong. Work straight down a sorted list and a high on a dormant feature gets fixed while a medium on your busiest endpoint waits. FIRST says as much in its own user guide. Severity is not the same as risk. The environmental metrics exist precisely so you can adjust a score for your own situation.
How it shows up
Use the score to sort, never to decide. The order that works is what the flaw reaches in your product, then how easily somebody reaches it without a login, then the number.
Two things are worth knowing. Different vendors score the same flaw differently, so a score is an argument rather than a fact. And Cyberlop rates findings in six tiers, critical down to best practice, judged against your application. How findings are rated.
Questions people ask
CVSS, answered
What counts as a good or bad CVSS score?
FIRST defines the bands: 9.0 and above is critical, 7.0 to 8.9 is high, 4.0 to 6.9 medium, 0.1 to 3.9 low.
A good score is not a thing, though. The number describes the flaw, and the question you actually have is what that flaw reaches inside your product.
Why do two vendors give the same bug different scores?
Because scoring involves judgement calls about attack complexity, privileges required and impact, and reasonable people disagree. A vendor scoring its own product often reads those questions more narrowly than the researcher who found it.
Treat any score as a position somebody argued for, and read the vector string if the difference matters to you.
Should we just patch everything above a 7?
It is a defensible rule and a poor policy on its own. It fixes dormant features while leaving a medium on the endpoint that serves every customer.
Add two filters before the score: is it reachable in your deployment, and does it touch data or money. What survives all three is your queue.
Is a CVSS score the same as risk?
No, and FIRST says so in the user guide. The base score measures intrinsic severity, assuming the worst reasonable case.
Risk needs your context: exposure, exploitation activity, what the asset is worth, what else would have to fail. That is why the standard includes environmental metrics you are meant to set yourself.
What about EPSS, or exploitability data? Does that replace CVSS?
It complements it. CVSS asks how bad this would be. Exploitation data asks how likely anybody is to try.
Teams that combine the two ship better queues than teams that sort on severity alone, which is the main criticism levelled at score-only prioritisation.
Sources
Where this comes from
Related
Terms that sit next to this one
Severity
How bad a finding is, from critical down to informational.
CVE
A public reference number for one known flaw in one piece of software.
Risk acceptance
Deciding, on the record, to live with a known issue rather than fix it.
Vulnerability management
The loop of finding, prioritising, fixing and checking the fix held.
Remediation
The actual work of fixing a finding: the change, the review, the release.
Sorting work by the wrong number?
We rate findings in six tiers, critical down to best practice, judged against your application rather than a formula. Every one carries its request and response. Ask to see a sample report.
Or start with a $199 pilot on one application: thirty days, success criteria agreed before day one, credited against the annual if you convert.