Exploit Prediction Scoring System
The Exploit Prediction Scoring System (EPSS) is a scoring system that estimates the probability that a known vulnerability will be exploited in the wild within the next 30 days. It uses a data-driven, machine-learning model to produce a daily updated probability score for published CVEs. Security teams use EPSS scores to help prioritize which vulnerabilities to remediate based on the likelihood of real-world exploitation.
EPSS is a data-driven, machine-learning model maintained by FIRST that produces a daily probability estimate for each published CVE, representing the likelihood that exploitation activity will be observed in the next 30 days. The model ingests signals such as threat intelligence feeds, vulnerability characteristics, and observed exploitation data to generate a score between 0 and 1. EPSS is designed to complement severity-based scoring systems such as CVSS by incorporating exploitation likelihood rather than impact or exploitability conditions alone, enabling practitioners to prioritize remediation efforts toward vulnerabilities with elevated near-term exploitation probability.
Why it matters
Most organizations face a substantial gap between the volume of published vulnerabilities and their capacity to remediate them. Severity-based scoring systems such as CVSS assess the potential impact and exploitability conditions of a vulnerability, but they do not directly indicate whether attackers are likely to target a given CVE in the near term. EPSS addresses this gap by providing a daily probability estimate for exploitation within the next 30 days, giving security teams a forward-looking signal they can use to focus remediation effort on vulnerabilities that pose an elevated, near-term risk rather than working through queues based on severity alone.
Who it's relevant to
Inside EPSS
Common questions
Answers to the questions practitioners most commonly ask about EPSS.