Subscribe to the Non-Human & AI Identity Journal

EPSS

The Exploit Prediction Scoring System estimates the likelihood that a vulnerability will be exploited in the wild. It is useful for prioritisation because it reflects observed threat patterns, but it still needs local identity context such as privilege scope, secret exposure, and reachability.

Expanded Definition

EPSS, or the Exploit Prediction Scoring System, is a probability-based signal that estimates how likely a vulnerability is to be exploited in the wild. It is used to prioritise remediation, but it does not measure impact, asset criticality, or whether the vulnerable component is actually exposed in an NHI path.

In practice, EPSS is most useful when paired with identity context. A low-scoring vulnerability can still become urgent if it sits inside a service account workflow, a secrets distribution path, or an agent toolchain with broad privileges. That is why NHI practitioners compare EPSS with local indicators such as secret storage, token reachability, and privilege scope, rather than treating the score as a complete risk decision. Guidance across vendors is still evolving on how to blend EPSS with identity telemetry, so organisations should treat it as one input in a broader prioritisation model, not as a stand-alone control. The NIST Cybersecurity Framework 2.0 supports this kind of contextual risk management by tying technical signals to governance and response outcomes. The most common misapplication is using EPSS as a replacement for exposure analysis, which occurs when teams prioritise by probability alone and ignore whether the vulnerable NHI is reachable.

Examples and Use Cases

Implementing EPSS rigorously often introduces a triage tradeoff, requiring organisations to weigh fast, probability-led remediation against the slower work of validating identity exposure and business criticality.

  • A CI/CD runner has a vulnerable library and an EPSS score that is rising, so the team remediates it sooner because the runner also handles deployment secrets.
  • A service account depends on an internet-facing API, and the vulnerability behind that service is scored with a high EPSS value, prompting immediate review of access paths and token scope.
  • An internal agent plugin shows a modest EPSS score, but the associated secret is stored in source control; the vulnerability becomes more urgent because the NHI exposure is already established, as discussed in the Ultimate Guide to NHIs.
  • A patch backlog includes dozens of low-impact assets, and EPSS helps separate likely exploit candidates from issues that can wait for maintenance windows, consistent with NIST Cybersecurity Framework 2.0 style prioritisation.
  • A third-party integration exposes an API key through a vulnerable endpoint, and the vulnerability is escalated because the key can reach production systems and external services.

EPSS is especially valuable when teams need a consistent way to sort large vulnerability queues without assuming every finding deserves the same response speed.

Why It Matters in NHI Security

EPSS matters in NHI security because exploitation likelihood and identity blast radius are not the same thing. A vulnerability affecting a service account, API key, certificate workflow, or agent executor can become materially worse when the affected NHI has persistent access, weak rotation discipline, or broad reach across production environments. NHIMG research shows that Ultimate Guide to NHIs reports 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, which is why EPSS alone cannot drive remediation priority.

It is also common for organisations to overvalue exploit probability while underweighting secret sprawl, because 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools. That reality means a medium-probability issue can still trigger a high-severity NHI event if the vulnerable system is the path to a valid credential. For governance teams, EPSS becomes operationally important when it is combined with NIST Cybersecurity Framework 2.0 alignment, exposure mapping, and secret hygiene checks. Organisations typically encounter EPSS as a decisive input only after a token theft, deployment compromise, or abuse of a privileged integration has already forced incident response, at which point prioritisation becomes unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 GV.RM-01 EPSS supports risk prioritisation within broader cyber risk management.
OWASP Non-Human Identity Top 10 NHI-05 EPSS is most relevant when vulnerabilities affect exposed NHI paths and secrets.
NIST AI RMF AI risk guidance supports contextual, consequence-aware prioritisation over single-signal scoring.

Combine EPSS with NHI exposure, privilege, and secret controls before setting patch priority.