TL;DR: Attack path analysis shows why vulnerability severity, exploitability, and asset criticality still miss the real question: whether exposures connect into a reachable route to sensitive data, according to ArmorCode. The practical shift is toward prioritising paths and chokepoints, because a medium issue can matter more than a critical one when identities, network reachability, and permissions line up.
NHIMG editorial — based on content published by ArmorCode: Attack Path Analysis: The Missing Layer in Vulnerability Prioritization
By the numbers:
- Exploitation of vulnerabilities has overtaken credential abuse as the leading initial access vector, at 31 percent of breaches against 20 percent the year before.
- Edge devices and VPNs accounted for 22 percent of exploitation activity, up from 3 percent.
Questions worth separating out
Q: What breaks when vulnerability management ignores attack paths?
A: When vulnerability management ignores attack paths, teams end up fixing issues that are technically severe but operationally irrelevant while leaving reachable exposures open.
Q: Why do identity permissions matter so much in attack path analysis?
A: Because in cloud environments, identity is often the bridge between an initial flaw and deeper access.
Q: How should teams decide which security findings to fix first?
A: Prioritise findings that are both reachable and tied to active code paths.
Practitioner guidance
- Correlate identity data into exposure scoring Ingest workload roles, service account permissions, CI credentials, and token relationships into the same prioritization workflow as vulnerabilities so reachability can be calculated, not guessed.
- Identify and fix shared chokepoints first Look for roles, segments, identity provider settings, and pipeline accounts that appear on many high-risk paths, then remediate the control that removes the most routes at once.
- Separate unreachable criticals from reachable mediums Document when a critical finding has no viable path to production or sensitive data, and escalate medium findings that sit on a live route with identity and network connectivity.
What's in the full article
ArmorCode's full blog covers the operational detail this post intentionally leaves for the source:
- The full route-mapping logic across findings, cloud resources, network segments, and identity relationships.
- The context risk graph approach used to correlate exposure data across 400+ tools and security domains.
- The practical prioritization examples that show why a medium issue can outrank a critical one when reachability changes.
- The remediation workflow details for identifying chokepoints that remove multiple routes at once.
👉 Read ArmorCode's analysis of attack path prioritization and reachability →
Attack path analysis: what it means for vulnerability prioritization?
Explore further
Attack path analysis exposes a reachability problem, not a vulnerability-count problem. Security teams often treat backlog size as a proxy for risk, but breaches are routed events. A medium issue becomes decisive when it connects to identity misconfiguration, network reachability, and a critical target. That is why the practical unit of governance is the path, not the CVE, and why exposure management now has to include permissions and topology, not just scanner output.
A question worth separating out:
Q: When should teams prefer reachability-based prioritization over severity scoring?
A: Whenever the environment is complex enough that network, identity, and asset relationships change the outcome of a vulnerability. If a finding can reach nothing important, severity overstates its urgency. If a medium finding sits on a path to regulated data, severity understates it. Reachability should lead when the question is operational risk, not abstract defect severity.
👉 Read our full editorial: Attack path analysis is exposing the limits of severity-only triage