SBOMVault
VaultScore™

One number that tells you what to fix first

CVSS tells you how bad a vulnerability could be in theory. VaultScore tells you how bad it is for you, today, in your codebase.

THE MODEL

The four inputs

VaultScore is a 0–10 score, computed continuously, that combines four signals. The weighting is published — no black-box AI. You can see exactly why a finding scored what it did.

20%

CVSS Base

Theoretical severity. The starting point — but not the whole story.

25%

EPSS

FIRST.org probability that this CVE is exploited in the wild within 30 days.

25%

CISA KEV

Is this vulnerability in CISA's Known Exploited Vulnerabilities catalog right now?

30%

Reachability

Import-level analysis — plus symbol-level for npm — of whether the vulnerable package (and the specific vulnerable symbol) is actually imported/used in your code. Broader multi-ecosystem call-graph reachability is on the roadmap.

How it changes your queue

Three real-shaped findings, scored both ways. Notice how VaultScore reorders the queue around what matters.

CVECVSSEPSSKEVReachableVaultScoreWhy
CVE-2024-123459.82%NoNo3.2High CVSS but in an unused transitive dependency, low EPSS, not in KEV.
CVE-2024-678906.574%YesYes9.1Moderate CVSS but actively exploited, high EPSS, and reachable from your auth path.
CVE-2024-111118.131%NoYes7.4High CVSS, reachable, moderate EPSS — solid candidate for next sprint.

What we don't do

VaultScore is not a replacement for your security team's judgment. It's a pre-sorted queue. The decisions about what to patch, what to compensate, and what to accept are still yours.

We also don't hide the math. The weighting above is the actual weighting. You can adjust it per-organization if your environment changes the calculus — for example, if you ship air-gapped, EPSS matters less and KEV matters more.

And we don't claim VaultScore is perfect. It's a better starting point than CVSS-alone, which is why our customers ship faster patches with smaller queues. That's the goal.

Stop drowning in critical CVE alerts

Try SBOMVault free and see your VaultScore-prioritized queue inside your first 10 minutes.

Start for free

Frequently asked questions

How is VaultScore calculated?
VaultScore is a 0-10 score combining four weighted signals: CVSS Base (20%), EPSS (25%), CISA KEV (25%), and reachability (30%). The weighting is published, so you can see exactly why a finding scored what it did.
Does VaultScore use reachability analysis?
Yes. VaultScore uses import-level reachability analysis — plus symbol-level analysis for npm — to check whether the vulnerable package, and the specific vulnerable symbol, is actually imported or used in your code. Broader multi-ecosystem call-graph reachability is on the roadmap.
Can I adjust the VaultScore weighting?
Yes. You can adjust the weighting per-organization. For example, if you ship air-gapped, you can make EPSS matter less and CISA KEV matter more.
Does VaultScore replace my security team?
No. VaultScore is a pre-sorted queue, not a replacement for your security team's judgment. Decisions about what to patch, compensate, or accept remain yours.