By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: ArmorCodePublished July 24, 2026

TL;DR: Only 2-7% of published vulnerabilities are ever seen exploited in the wild, according to ArmorCode's analysis, which argues that CVSS-only queues push teams toward volume over real exposure. Risk-based remediation becomes defensible when severity, likelihood, business context, and reachability are combined into one ranked decision model.


At a glance

What this is: This is an analysis of why vulnerability remediation should be prioritised by actual exploit risk, not by CVSS score or ticket volume.

Why it matters: For IAM, NHI, and broader security teams, the lesson is that remediation capacity should follow exposure, privilege, and reachability, not just scanner urgency.

By the numbers:

👉 Read ArmorCode's analysis of vulnerability remediation prioritisation by risk


Context

Vulnerability remediation often fails when teams treat every finding as equally urgent. That approach confuses scanner volume with risk, and it leaves high-impact exposures waiting in the same queue as flaws that are unlikely to be exploited.

The key governance gap is prioritisation, not detection. Security programmes need a decision model that can separate technical severity from exploit likelihood, business criticality, and reachability, especially where vulnerable software is tied to access paths, service accounts, or other identity-linked controls.

In identity-heavy environments, poor remediation prioritisation can leave privileged pathways open long after a scan has flagged them. That makes the issue relevant not only to application security and exposure management teams, but also to IAM and PAM owners responsible for limiting blast radius.


Key questions

Q: How should security teams prioritise vulnerabilities when remediation capacity is limited?

A: Prioritise by exposure, business criticality, and the identities attached to the affected asset. A remotely reachable flaw on a system with privileged access or sensitive data deserves earlier attention than a technically severe issue on an isolated low-value system. Tie severity scoring to ownership, exploitability, and blast radius so remediation decisions reflect real risk, not just scanner output.

Q: Why do critical vulnerabilities sometimes deserve lower priority than medium ones?

A: Because severity is not the same as exposure. A critical flaw on an isolated asset with no data and no reachable attack path can be less urgent than a medium flaw on an internet-facing system that processes sensitive information. Business context and reachability correct that mismatch.

Q: How can teams tell whether vulnerability management is reducing real risk?

A: Look for faster exposure confirmation, shorter exploit-to-containment intervals, and measurable blast-radius reduction across production systems. If the programme only shows ticket closure or scan coverage, it is tracking activity, not risk. Real progress appears when the organisation can prove that live threats are being constrained more quickly.

Q: What should teams do when a flaw is severe but not reachable in their environment?

A: Do not treat it as an immediate priority unless other context changes the picture. Validate the runtime path, confirm whether the affected code is executed, and check for compensating controls before assigning scarce remediation effort. If the flaw cannot be reached, it belongs lower in the queue.


Technical breakdown

Why CVSS alone misranks real exposure

CVSS describes worst-case technical severity, but it does not measure whether an attacker can actually use the flaw in your environment. A 9.8 score on an isolated system with no reachable path is often less dangerous than a lower-scoring issue on an internet-facing service that handles sensitive data. The problem is not the score itself. The problem is using it as the final ranking signal instead of one input among several.

Practical implication: treat CVSS as a descriptor, then layer in exploit data, asset context, and reachability before assigning remediation priority.

How EPSS changes vulnerability remediation prioritisation

EPSS adds likelihood. It estimates the chance that a CVE will be exploited in the next 30 days, which makes it useful for separating theoretically severe flaws from actively hunted ones. Because it updates daily, EPSS can move a finding up or down as threat activity changes, giving remediation teams a live signal rather than a static label. That turns backlog management into exposure management.

Practical implication: use EPSS to re-rank the queue continuously, especially when public exploit activity changes the threat profile.

Why reachability analysis cuts through alert noise

Reachability analysis asks whether the vulnerable code path can actually be triggered from the runtime environment. Many packaged dependencies contain flaws that never become exploitable because the affected function is never called, the input is never exposed, or a compensating control blocks the path entirely. This is one of the clearest ways to reduce false urgency and focus on the smaller set of issues that can become incidents.

Practical implication: add code-to-runtime reachability checks so teams stop spending effort on vulnerabilities that exist only on paper.


Threat narrative

Attacker objective: The attacker objective is to exploit the most reachable and valuable vulnerable path before defenders fix the wrong items first.

  1. Entry begins when a vulnerable service or dependency is identified in a scanner output, but the real question is whether an attacker can actually reach the affected code path.
  2. Escalation occurs when severity-only workflows elevate high CVSS findings ahead of reachable lower-severity issues, leaving exploitable paths open because the queue is ordered incorrectly.
  3. Impact follows when reachable flaws on business-critical systems remain unremediated long enough to be weaponised, which turns backlog management into exposure creation.

NHI Mgmt Group analysis

Severity-only remediation is an operational blindfold. CVSS is useful for describing worst-case impact, but it cannot rank actual enterprise exposure on its own. Once teams equate technical severity with priority, they create queues that look rigorous while remaining disconnected from attacker behaviour. The practical result is a control programme that measures ticket closure instead of risk retirement.

Reachability is the decisive filter that many programmes still underuse. The article correctly places code-to-runtime context at the centre of mature remediation, because an untriggerable vulnerability is not the same as an exploitable one. This is especially relevant where application components, service accounts, and runtime permissions intersect, since identity-linked paths often determine whether a weakness can be turned into compromise.

Dynamic risk scoring should become the governance norm for exposure management. Combining severity, exploit likelihood, business context, and reachability produces a more defensible priority model than any single metric can. That approach aligns remediation with the controls NIST CSF expects across identify, protect, and respond functions, and it gives security leaders a stronger basis for accountability.

Defined concept: exposure-ranked remediation. This is the practice of ordering remediation work by whether a weakness is reachable, likely to be exploited, and tied to business-critical assets. It shifts teams away from compliance theatre and toward measurable blast-radius reduction, which is the standard that matters for modern security governance.

What this signals

Exposure-ranked remediation will matter more as vulnerability volume keeps rising. When new CVEs outpace human triage, organisations will need a governance model that can distinguish exploit paths from noise and privilege from background risk. That is why the control conversation is moving from patch speed to blast-radius reduction.

For identity-heavy environments, the next maturity step is to connect vulnerability prioritisation with access paths, service accounts, and secrets exposure. If a flaw is reachable only because a privileged component or embedded credential makes it so, remediation and identity governance need to be run together, not separately.


For practitioners

  • Build a multi-signal remediation score Combine CVSS, EPSS, asset criticality, data classification, and reachability into one ranked queue so analysts work the most exposed issues first.
  • Separate reachable from theoretical findings Use code-to-runtime checks to remove dependencies and libraries from the top of the queue when the vulnerable path cannot be triggered in your environment.
  • Tie remediation priority to business exposure Escalate lower-severity issues on customer-facing or revenue systems ahead of higher-severity issues on isolated test assets when the business impact is greater.
  • Measure risk retired, not tickets closed Track whether the highest-risk findings are disappearing faster and whether exposure on critical assets is falling, rather than celebrating SLA closure against an undifferentiated backlog.

Key takeaways

  • CVSS is a severity measure, not a complete prioritisation model, so it should not decide remediation order by itself.
  • The strongest remediation programmes rank findings by exploit likelihood, business impact, and reachability, then measure whether exposure is falling.
  • When remediation follows actual exposure, teams spend less time on noise and more time closing flaws that attackers can really use.

Standards & Framework Alignment

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

MITRE ATT&CK address the attack surface, NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, and ISO/IEC 27001:2022 define the regulatory obligations.

FrameworkControl / ReferenceRelevance
MITRE ATT&CKTA0007 , Discovery; TA0043 , ReconnaissanceThe article is about identifying exploitable weaknesses before attackers do.
NIST CSF 2.0ID.RA-1Risk assessment is central to ranking vulnerabilities by actual exposure.
NIST SP 800-53 Rev 5RA-5RA-5 covers vulnerability monitoring and evaluation, which this article reframes around exposure.
CIS Controls v8CIS-7 , Continuous Vulnerability ManagementContinuous vulnerability management needs risk-based ordering to be effective.
ISO/IEC 27001:2022A.8.8Technical vulnerability management is directly relevant to the article's remediation model.

Map exploit-prioritisation workflows to discovery and reconnaissance defence by focusing on exposed, reachable flaws first.


Key terms

  • CVSS: The Common Vulnerability Scoring System is a standard way to rate how severe a software vulnerability is. It scores the flaw itself using base, temporal, and environmental factors, but it does not tell you how likely the issue is to be exploited in your specific identity environment.
  • 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.
  • Reachability analysis: Reachability analysis checks whether a vulnerability can actually be exploited in the application’s real code paths and dependency graph. It helps teams distinguish theoretical findings from issues that an attacker can reach, which makes prioritisation far more accurate for both AppSec and identity risk management.
  • Dynamic Risk Assessment: Dynamic risk assessment is a control approach that changes verification strength based on current behaviour, context, and threat signals. It is more effective than static rules in high-volume environments because it adapts to automation, fraud patterns, and user risk without treating every session the same.

What's in the full article

ArmorCode's full blog covers the operational detail this post intentionally leaves for the source:

  • How the dynamic risk score combines scanner data, exploit likelihood, business context, and reachability into one prioritisation model
  • Examples of how ArmorCode applies exposure ranking across more than 375 integrations without requiring teams to rebuild their existing scanner stack
  • The article's full explanation of how to interpret EPSS, CVSS, and business context when the queue contains tens of thousands of findings
  • The remediation-tracking angle that shows how to measure risk retired rather than tickets closed

👉 ArmorCode's full blog explains the scoring model, reachability logic, and remediation-tracking approach in operational detail.

Deepen your knowledge

NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, secrets management, and workload identity in a way that supports broader security decision-making. It is suitable for practitioners who need to connect identity controls to exposure reduction and operational risk.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org