Severity scores alone do not tell you whether a vulnerable component is actually reachable in production. Runtime context shows whether the library is loaded, the function is called, and the process is active. That lets teams separate real exploitability from scanner noise, reduce false positives, and focus remediation on findings that can be abused now.
Why Runtime Context Changes the Meaning of Severity
AppSec severity scores are useful triage signals, but they do not answer the operational question that matters most: can the issue be reached and abused in the current environment? runtime context shows whether a vulnerable package is loaded, whether the affected function is invoked, whether the process is exposed, and whether the execution path is actually live. That distinction is central to reducing scanner noise and preventing teams from over-funding theoretical risk while missing active exposure.
This is especially important for secrets and identity paths, where a weak component may be far less important than a reachable token, an over-privileged service account, or an exposed API path. NHIMG’s Ultimate Guide to NHIs shows how widespread non-human identity exposure remains in real environments, which is why static severity alone is rarely enough to prioritise remediation. NIST’s NIST Cybersecurity Framework 2.0 also reinforces that risk decisions should be tied to actual asset context, not just catalogued weaknesses. In practice, many security teams discover exploitability only after production telemetry reveals what scanners could not.
How Runtime Signals Turn a High Score into a Real Risk Decision
Runtime context adds the missing “can it be used now?” layer. A scanner may flag a vulnerable library, but runtime evidence can show that the vulnerable code path is never loaded in the deployed service, or that the process runs with constrained permissions and no network exposure. That changes prioritisation immediately.
Effective programs correlate findings across build, deploy, and runtime telemetry. Common inputs include package loading data, API and function traces, process metadata, container inventory, eBPF or agent-based observations, and dependency reachability analysis. The goal is not to replace severity scoring, but to refine it with evidence of execution and exposure.
- Use severity to sort volume, then use runtime reachability to decide whether a finding is actionable.
- Map dependencies to the service or workload that actually loads them.
- Validate whether the vulnerable code path is invoked under normal or attacker-controlled conditions.
- Prioritise secrets, tokens, and service identities that are active in live processes, not just present in code.
This approach is consistent with security guidance from the NIST Cybersecurity Framework 2.0 and with NHIMG’s research on identity exposure in the Ultimate Guide to NHIs, where long-lived credentials and excessive privilege often matter more than the headline severity of a single dependency. These controls tend to break down in heavily dynamic container estates where short-lived workloads, delayed telemetry, and incomplete service maps make reachability hard to confirm in time.
Where Severity-Only Triage Breaks Down Operationally
Tighter runtime-based triage often increases instrumentation and correlation overhead, requiring organisations to balance faster prioritisation against broader telemetry collection costs. That tradeoff is usually worthwhile, but the guidance is still evolving because not every environment can observe the same level of process detail.
Severity-only workflows break down in at least three common cases. First, containerised and serverless systems may spin up and down too quickly for static inventories to stay current. Second, libraries pulled in for compatibility may never be executed in the deployed path, so the score overstates practical risk. Third, a “medium” issue can become urgent when it sits next to a live secret, an exposed management endpoint, or a privileged identity that runtime data reveals as reachable.
The practical answer is to combine static scoring with runtime evidence and, where available, asset ownership and exposure data. Current guidance suggests treating reachability as a prioritisation multiplier, not a replacement for vulnerability management. This is also where NHIMG’s Ultimate Guide to NHIs is especially useful, because identity risk often becomes visible only when teams can see what is active, what is privileged, and what is actually being used.
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, NIST AI RMF, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | ID.AM-1 | Runtime context depends on knowing what assets and software are actually in use. |
| OWASP Non-Human Identity Top 10 | NHI-01 | Reachable secrets and identities are more urgent than static findings alone. |
| NIST AI RMF | Context-aware risk decisions depend on evaluating operational impact, not just model outputs. | |
| NIST Zero Trust (SP 800-207) | PA-2 | Runtime reachability reflects whether a workload should be trusted to access resources. |
| NIST SP 800-63 | AAL2 | Identity assurance matters when active secrets or service identities are part of the attack path. |
Verify identity assurance for active credentials and service accounts before treating findings as low risk.
Related resources from NHI Mgmt Group
- Why do runtime reachability and cloud exposure matter more than static severity scores?
- Why do CSPM tools matter if an organisation already has IAM in place?
- Why do AI workloads need runtime controls if posture tools already show misconfigurations?
- Why do CISA KEV and EPSS matter more than severity scores alone?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 27, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org