Skip to main content
VulnerabilitiesUpdated September 3, 2026

EPSS (Exploit Prediction Scoring System)

EPSS is a data-driven model from FIRST.org that estimates the probability a CVE will be exploited in the wild within the next 30 days. Scores range from 0 to 1 (0%–100%). EPSS helps prioritize patching by combining NVD data with real-world exploitation observations.

EPSS is a prediction, not a measurement. A model trained on which past CVEs were exploited, and on what they had in common (vendor, product, vulnerability type, the existence of public exploit code, mentions in security feeds) outputs, for each current CVE, the probability that exploitation activity will be observed in the next 30 days.

The output is a number between 0 and 1 and a percentile. Most CVEs score below 1 %; a score above 10 % puts a vulnerability in the top few percent of everything published. Scores move: the day an exploit is released or a vulnerability is added to KEV, the EPSS jumps, so it should be read fresh rather than recorded once.

CVSS, EPSS and KEV answer three different questions. CVSS asks how bad the vulnerability would be if exploited, and gives a severity from 0 to 10 that never changes once published. EPSS asks how likely it is to be exploited in the next 30 days, and gives a probability that is recomputed daily as exploitation evidence arrives. KEV asks whether it is already being exploited, and gives a yes or no from CISA. A CVSS 9.8 with an EPSS of 0.4 % and no KEV entry is a theoretical emergency; a CVSS 6.5 in the KEV catalog is a practical one. Prioritisation that uses only the first number patches the wrong things first.

Example

Two CVEs in the same product: one at CVSS 7.5 with EPSS 0.09 (9 %), one at CVSS 9.1 with EPSS 0.002 (0.2 %). The model is saying the lower-severity bug is forty-five times more likely to be exploited this month. That is the one to patch first.

In isMalicious

isMalicious refreshes EPSS for every CVE it tracks and shows it on the CVE page next to the CVSS score, and CVE Watch lets an environment’s findings be sorted by EPSS so the queue is ordered by likelihood.

Frequently Asked Questions

What is EPSS (Exploit Prediction Scoring System)?

EPSS is a data-driven model from FIRST.org that estimates the probability a CVE will be exploited in the wild within the next 30 days. Scores range from 0 to 1 (0%–100%). EPSS helps prioritize patching by combining NVD data with real-world exploitation observations.

How is EPSS (Exploit Prediction Scoring System) related to CVSS (Common Vulnerability Scoring System)?

EPSS (Exploit Prediction Scoring System) and CVSS (Common Vulnerability Scoring System) are both key concepts in threat intelligence. CVSS is an open framework for communicating the severity of software vulnerabilities. A CVSS v3 base score from 0 to 10 reflects factors like attack vector, complexity, privileges required, and impact on confidentiality, integrity, and availability. Scores ≥ 9.0 are Critical; ≥ 7.0 are High.

Related Terms

Put this intelligence to work

Query indexed indicators — IPs, domains, URLs, and hashes — in seconds.

Check any indicator free
← Back to Glossary