TL;DR: Traditional vulnerability management can miss exposure that appears between scans, leaving teams with a point-in-time view while threats change daily, according to Hadrian. The practical issue is verification, not just discovery: security programmes need continuous testing that confirms whether a weakness is still exploitable, not merely recorded.
At a glance
What this is: This research argues that vulnerability management has a verification problem because point-in-time assessments cannot keep pace with daily exposure changes.
Why it matters: It matters because IAM, NHI, and broader security teams need evidence that controls still hold after configuration drift, credential changes, and new attack paths emerge.
👉 Read Hadrian's analysis of the vulnerability management verification gap
Context
Vulnerability management is not just about finding issues. The harder problem is confirming whether a weakness remains exploitable after the environment changes, because scan results age quickly and exposure often shifts faster than remediation cycles. That creates a verification gap between what teams think is present and what an attacker can actually use.
For identity and access programmes, that gap matters because access paths, credentials, and privileges can change without a matching governance event. In NHI and IAM terms, the question is whether verification is continuous enough to catch stale exposure, not whether a control once existed in a baseline review.
Key questions
Q: How should security teams verify that a vulnerability is still exploitable after a scan?
A: They should re-test high-risk findings against the current runtime state, not the original scan snapshot. The goal is to confirm reachability, privilege conditions, and likely attack chaining after configuration drift, because a finding that was accurate yesterday may be irrelevant or more dangerous today.
Q: Why do point-in-time pentests miss important risks in fast-changing environments?
A: Because the environment often changes faster than the test cycle. New assets, configuration drift, and exposure changes can appear after the test window closes, which means the result no longer reflects current risk. Continuous validation closes that gap by checking whether the attack surface still matches the last assessed state.
Q: What do security teams get wrong about vulnerability management in complex environments?
A: They often treat the software flaw as the whole problem. In practice, the risk also depends on deployment topology, third-party dependencies, privileged identities and how quickly the environment can absorb a fix without disruption. Effective vulnerability management is therefore a coordination problem across architecture, operations and identity governance.
Q: How should teams prioritise remediation when verification and scan results disagree?
A: Prioritise the issues that are both exploitable now and exposed through a live path to impact. If verification shows the vulnerability is no longer reachable, downgrade it; if it remains reachable through identity or network paths, keep it at the top of the queue.
Technical breakdown
Why point-in-time scanning misses live exposure
Traditional vulnerability management assumes a scan result is a reliable proxy for current risk. In practice, that assumption breaks as assets, configurations, and reachable attack paths change after the scan finishes. A weakness may be remediated, reintroduced, or become exploitable through a new dependency, exposed service, or changed trust relationship. The result is a gap between discovery and verification, where teams can be technically accurate and operationally wrong at the same time.
Practical implication: move from periodic validation to continuous exposure verification for assets that change quickly.
How verification differs from discovery
Discovery tells you what exists. Verification tells you whether the issue can still be exploited under current conditions. That distinction matters because a vulnerability inventory can be complete while the real risk picture is stale. Verification requires testing context, not just presence, including reachability, privilege boundaries, and the ability to chain a weakness into impact. For identity-adjacent environments, this often includes whether exposed credentials, overbroad access, or stale trust paths still provide a usable route in.
Practical implication: treat exploitability testing as a separate control layer, not a by-product of scanning.
Why exposure management needs feedback from runtime change
Exposure management becomes more reliable when it incorporates configuration drift, asset turnover, and changing internet or internal reachability. Static assessments cannot keep up with environments where workloads, identities, and permissions are frequently modified. The more dynamic the estate, the more likely it is that yesterday's clean result no longer reflects today's attack surface. Verification closes that loop by measuring whether the control state still matches the assumed state.
Practical implication: connect assessment workflows to runtime change signals so validation happens after change, not only before it.
Threat narrative
Attacker objective: The attacker wants to exploit the gap between assessment and reality to gain a usable foothold before defenders re-verify exposure.
- Entry occurs when an attacker finds a weakness that a prior scan already recorded but the current environment still exposes.
- Escalation follows when the weakness is chained with changed configuration, reachable services, or over-permissive access to expand control.
- Impact occurs when the attacker turns stale assumptions into real compromise before the next assessment cycle catches up.
NHI Mgmt Group analysis
Verification failure, not discovery failure, is the real governance gap. Many programmes can produce a list of vulnerabilities, but they cannot always prove which ones are still exploitable under current conditions. That is a control problem, not a reporting problem. In NIST-CSF terms, the issue sits between identify and protect, where validation should confirm that risk treatment still matches reality. The practitioner conclusion is that exposure management must prove current exploitability, not just document historical findings.
Continuous validation is becoming the minimum viable control for fast-changing estates. Point-in-time assessment breaks down when workloads, access paths, and dependencies mutate daily. That makes the cadence of verification as important as the depth of scanning. For identity-heavy environments, this is especially relevant where credentials, service accounts, and permissions can create new attack paths after a clean assessment. Practitioners should treat runtime revalidation as part of the control itself, not as a separate security nice-to-have.
Exposure management is converging with identity governance. When attackers exploit stale assumptions, they often do so through access, trust, or privilege that was once valid but is no longer governed tightly enough. That means vulnerability management and IAM can no longer operate as separate silos when the real path to compromise includes identity state. OWASP-NHI and NIST-CSF both become relevant where exposed credentials, workload identities, or overbroad permissions turn a technical flaw into an actual breach path. The practitioner conclusion is to align exposure validation with identity lifecycle controls.
Runtime evidence is the named concept this article sharpens. Security teams increasingly need evidence that a weakness is still present, still reachable, and still exploitable at the moment of decision. This is more specific than generic continuous monitoring because it ties validation to attack feasibility. The operational consequence is clear: if a control cannot answer current exploitability, it cannot be the final word on remediation priority.
What this signals
Runtime verification is becoming a prerequisite for trust in change-heavy environments. Static assessments still have value, but only if they feed a validation loop that proves exposure is current. For teams running identity-rich services, workload platforms, or externally reachable systems, that means pairing assessment cadence with change detection and runtime proof. The practical shift is toward evidence-based remediation, not report-based reassurance.
NHI-adjacent exposure needs the same verification discipline as traditional vulnerabilities. When credentials, service accounts, or tokens are part of the attack path, the issue is no longer just whether a flaw exists. It becomes whether the attacker can still use it right now. Teams should align exposure workflows with access governance and reference the OWASP NHI Top 10 where identity-bearing components shape the risk path.
For practitioners
- Build continuous exploitability checks Validate whether high-risk findings are still reachable after configuration changes, not only during scheduled scans. Prioritise assets whose exposure changes fastest, especially internet-facing systems and identity-bearing services.
- Tie vulnerability review to change events Trigger re-verification when workloads, permissions, or network exposure change so the finding is reassessed against current state rather than stale baseline data.
- Separate discovery from proof Treat asset discovery, vulnerability identification, and exploitability validation as distinct stages with different owners and outputs.
- Escalate identity-linked exposure faster Fast-track remediation for findings that involve credentials, service accounts, or access paths because those issues can turn a technical weakness into immediate compromise.
Key takeaways
- The central problem is verification, because a vulnerability can be known yet still become newly exploitable after the scan is complete.
- Continuous runtime proof matters more in fast-changing estates where access paths, permissions, and exposure shift between assessments.
- Identity-linked weaknesses should be prioritised when the path from finding to compromise depends on credentials, service accounts, or live trust relationships.
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 and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 — Access Permissions and Authorisations | The article's verification gap is amplified when access paths and permissions change faster than reviews. |
| Recommendation — Tie exposure verification to current access permissions and recheck reachability after entitlement changes. | ||
| NIST SP 800-53 Rev 5 | RA-5 — Vulnerability Monitoring and Scanning | The post critiques scan-based validation and the limits of periodic vulnerability monitoring. |
| Recommendation — Pair RA-5 scanning with exploitability validation so findings are confirmed against live conditions. | ||
| CIS Controls v8 | CIS-7 — Continuous Vulnerability Management | Continuous vulnerability management directly addresses the article's core cadence problem. |
| Recommendation — Use CIS 7 to move from periodic findings to continuous re-verification of high-risk exposure. | ||
| MITRE ATT&CK | TA0001;TA0004 — Initial Access; Privilege Escalation | The threat model centers on exploited exposure becoming a real entry and escalation path. |
| Recommendation — Map stale exposure windows to TA0001 and TA0004, then hunt for paths that remain reachable after change. | ||
Key terms
- Exploitability proof: Exploitability proof is evidence that a vulnerability can or cannot be turned into a working attack in a specific environment. It goes beyond severity scores by testing real paths, privileges, configurations, and dependencies that determine whether an attacker can achieve impact.
- Prompt Exposure Gap: The prompt exposure gap is the distance between sensitive information being available to a user and that same information leaving control through an AI prompt, upload, or file reference. In Gemini-style workflows, the gap is short, so governance has to act at submission time rather than relying on after-the-fact review.
- Runtime validation: A control practice that tests how an AI system behaves while it is connected to real tools and data, rather than only reviewing configuration or design documents. It matters because agentic systems can appear safe on paper and still fail when prompted, chained, or given access to connected services.
- Continuous Threat Exposure Management: Continuous Threat Exposure Management is the ongoing process of finding which assets, identities, and paths are actually reachable from the current environment. It moves risk assessment away from static inventories and toward live exposure, so security teams can prioritise what an attacker or misuse path can reach now.
What's in the full report
Hadrian's full blog covers the operational detail this post intentionally leaves for the source:
- How the verification gap shows up in real pentest and exposure-management workflows.
- The specific operational differences between static scanning, manual testing, and agentic-powered validation.
- Examples of asset-context signals that reduce false positives and improve remediation prioritisation.
- Why the vendor argues automation changes the cadence of security validation.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and identity lifecycle controls. It helps practitioners connect access governance to the operational realities of changing attack surfaces.
Published by the NHIMG editorial team on September 16, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org