Skip to main content
Stakeholder-Specific Vulnerability Categorization (SSVC) is a vulnerability prioritization methodology that helps analysts decide on vulnerability response actions consistent with priorities set by their organization. The SSVC methodology was created by CISA and others to prioritize software vulnerabilities based on real-world context and operational impact rather than static severity scores. SSVC analysis takes into account a vulnerability’s exploitation status, impacts to safety, and prevalence of the affected component in the system. Implementing SSVC allows organizations to better prioritize their vulnerability response by building their own customized SSVC decision tree.

SSVC vs. EPSS

A vulnerability may show a high EPSS score while its SSVC exploitation status shows none. This may seem confusing at first, but is easily explained.
  • EPSS is an exploit prediction measure that estimates the probability that a vulnerability will be exploited in the wild over the next 30 days.
  • SSVC’s exploitation status reflects whether there is verified evidence that exploitation is already happening in the wild.
EPSS calculates a probability score based on signals like exploit code availability and observed attacker interest and chatter on the net. SSVC is based on confirmed reports or a functional public proof-of-concept of an exploit. In short, a vulnerability can look highly likely to be exploited without yet meeting that evidentiary bar. A high EPSS score is a reasonable signal to prioritize the vulnerability proactively even when SSVC exploitation status is none, since exploitation may simply not have been confirmed yet.

SSVC categories

The following SSVC categories are tracked by Minimus: The following two categories are not universal and cannot be tracked by Minimus. They are specific to the organization and can only be tracked at the organizational level:

SSVC calculator

CISA offers an SSVC calculator to help with SSVC adoption. The calculator takes into account all categories, including Mission Prevalence and Public Well-being Impact which are specific to the organization and not reflected in Minimus advisories. The calculator provides a tree visualization that can be exported as PDF or JSON with a recommendation as per the selected role:
  • Coordinator
  • Developer
  • Patch applier
  • Other

CISA SSVC decisions

Working through the CISA SSVC decision tree ultimately resolves to one of 4 decisions: Track, Track*, Attend, or Act (reference).
Last modified on August 20, 2026