They usually provide broad, persistent access that does not match the granularity modern environments need. That increases lateral movement risk, makes entitlement reviews harder, and weakens visibility into who accessed what. A better model uses least privilege, just in time access, and detailed audit trails so access is narrow, temporary, and accountable.
Why Traditional VPNs and Static Access Paths Increase Risk
Traditional VPNs were designed to extend a trusted network boundary, not to govern modern identity-driven infrastructure. Once connected, users and workloads often inherit broad reach that outlasts the task at hand, which makes lateral movement easier if a credential is stolen or a device is compromised. NHI Management Group has repeatedly shown that weakly scoped non-human access and credential sprawl are central failure modes in real environments, including patterns discussed in the Ultimate Guide to NHIs — Key Challenges and Risks.
The core problem is not remote access itself, but persistent paths that ignore context, intent, and workload identity. Modern infrastructure changes too quickly for static network trust to remain safe, especially when human admins, automation, and AI agents all operate through the same tunnels. Current guidance from the NIST Cybersecurity Framework 2.0 and the OWASP Non-Human Identity Top 10 both point toward identity-first control, not network presence as the security boundary. In practice, many security teams discover the blast radius of VPN-centric access only after a stolen secret has already been used to move laterally.
How Modern Access Models Reduce the Blast Radius
The practical alternative is to treat access as a temporary authorization decision, not a standing network entitlement. That means verifying who or what is asking, what it is trying to do, and whether the request matches policy at that moment. For humans, this often means just-in-time elevation and tightly scoped session controls. For workloads and agents, it increasingly means workload identity, short-lived tokens, and per-request policy evaluation rather than a long-lived VPN route.
Identity-centric models are especially important for non-human identities because credentials are often used by automation, build systems, service meshes, and AI agents with no predictable “office hours.” If a workload can chain tools or invoke downstream APIs, a static path can become a privilege multiplier. A better pattern is to combine least privilege with short TTL secrets, revocation on task completion, and full audit logging. NHI Management Group research on The 2024 ESG Report: Managing Non-Human Identities shows how frequently non-human identities are already breached or suspected compromised, which is why persistent access is such a dangerous default.
Implementation usually includes:
- Replacing broad VPN reach with application-level access tied to a specific job or service.
- Issuing short-lived credentials only after policy checks pass.
- Using workload identity signals instead of static secrets wherever possible.
- Logging each sensitive action so access reviews can be based on evidence, not assumptions.
These controls tend to break down in legacy environments with shared admin accounts, flat internal networks, and long-lived service credentials that cannot be rotated without operational disruption.
Common Edge Cases and Tradeoffs in Legacy and Hybrid Environments
Tighter access control often increases operational overhead, requiring organisations to balance security gains against migration complexity and support burden. That tradeoff is real in hybrid estates where old systems still require network-level reach, vendors still depend on static allowlists, or privileged operations cannot yet be decomposed into narrow application calls. In those cases, current guidance suggests isolating the legacy path, time-boxing access aggressively, and wrapping it with additional monitoring rather than treating it as a permanent exception.
There is also a difference between human remote access and machine-to-machine access. A VPN may still have a limited role for break-glass administration, but it should not be the default control plane for service accounts, agents, or automation. For those, policy should be evaluated at request time, ideally with context such as workload identity, device posture, and task scope. Where teams are modernizing quickly, the 2026 Infrastructure Identity Survey is a useful reminder that many organisations still rely on static credentials even while adopting autonomous systems.
Best practice is evolving, but the direction is clear: replace persistent connectivity with narrow, observable, revocable access paths. Static network trust is too blunt for environments where identities, tools, and workloads move faster than perimeter assumptions can keep up.
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 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Static VPN paths often hide over-privileged non-human identities. |
| CSA MAESTRO | IAM-02 | Agent and workload access should be identity-first, not tunnel-first. |
| NIST AI RMF | AI and automation need runtime governance, not static perimeter trust. | |
| NIST CSF 2.0 | PR.AC-4 | Least privilege and managed access are central to reducing lateral movement. |
| NIST Zero Trust (SP 800-207) | SC-1 | Zero Trust rejects implicit trust in VPN-connected internal networks. |
Bind agent access to workload identity and enforce short-lived, context-aware authorization.