Join our Newsletter — 33% off our NHI Course

VPN

A VPN is an encrypted connection that tunnels network traffic between a user device and a private network. It reduces exposure on untrusted networks, but it is not a complete security model by itself. Teams still need endpoint protection, identity controls, and access segmentation to limit the blast radius if a device is compromised.

VPN Fundamentals and How It Works

A VPN creates an encrypted tunnel between an endpoint and a private network, which changes the trust model for traffic in transit rather than eliminating risk. The protection is strongest for data moving across untrusted networks, while the endpoint, authentication flow, and the private network itself still remain part of the attack surface.

Because the tunnel only protects traffic while it is in motion, the VPN should be understood as one control inside a broader access architecture. That is why teams often combine it with device posture checks, segmentation, and stronger authentication rather than treating VPN access as inherently trusted.

Security Benefits and Limitations

The main security benefit is confidentiality over hostile or poorly controlled networks. A VPN can also reduce exposure to local interception, session hijacking on open Wi-Fi, and casual snooping, but it does not stop a compromised device from sending malicious traffic through the tunnel.

Its limitation is structural: once traffic enters the private side, the VPN no longer decides whether the user, device, or application action is appropriate. If the endpoint is infected or the account is stolen, the encrypted tunnel may simply become a secure path for abuse instead of a meaningful security boundary.

That is why modern architectures often pair VPNs with NIST SP 800-207 Zero Trust Architecture, which emphasizes verification and least privilege instead of implicit trust after network entry.

Where VPNs Fit in Access Control

VPNs are best treated as a transport and access-enablement layer, not as a substitute for authorization. They are useful when an organisation needs private connectivity to internal systems, administrative planes, or segmented applications, but the real access decision still depends on identity, policy, and network reachability controls.

This is why VPN design often intersects with segmentation, routing policy, and remote-access governance. The practical question is not simply whether the tunnel works, but whether the tunnel exposes only the resources that the user or device actually needs.

For broader control design, NIST SP 800-53 Rev 5 Security and Privacy Controls provides a structured way to think about access control, authentication, logging, and system integrity around remote access.

Common Deployment Patterns and Failure Modes

VPN implementations vary, but the common failure modes are consistent: overbroad network access, weak authentication, stale accounts, unmanaged endpoints, and split-tunnel configurations that create unexpected exposure paths. In practice, the tunnel often becomes a high-value entry point because it aggregates access to many internal resources.

Operationally, the most important design choice is whether the VPN endpoint is merely a gateway or part of a broader trust boundary. If the answer is unclear, the result is often excessive reach, weak visibility, and difficulty proving which systems a remote user can actually touch.

The risk picture also changes when organisations allow third-party or remote administrative use, because a single credential compromise can become a fast route into sensitive internal systems. The best reference point for that access-path thinking is OWASP Non-Human Identities Top 10, which reinforces the broader principle that privileged access paths need tight control even when they are machine-mediated.

Risk and Threat Considerations

VPNs reduce exposure on the wire, but they can increase concentration risk because one compromised account or endpoint may unlock a large internal footprint. Attackers value VPN access because it can look like legitimate remote work traffic while providing a direct path into private services.

Failure mechanism: Stolen credentials, weak MFA, unmanaged devices, or mis-scoped network routes let an attacker authenticate through the VPN and then move laterally inside the private network, often before defenders notice.

Impact: The result can be internal reconnaissance, data theft, privilege escalation, ransomware spread, or abuse of trusted remote access at scale, especially where the tunnel is treated as proof of trust rather than one control layer.

Standards & Framework Alignment

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

NIST Zero Trust (SP 800-207), 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 Zero Trust (SP 800-207) PR.AA-05 — Identity and Access Management VPNs support remote access that must be verified, not inherently trusted.
Recommendation — Enforce least privilege and continuous verification for VPN-granted access.
NIST SP 800-53 Rev 5 AC-17 — Remote Access VPNs are a remote-access control and must be governed as such.
IA-2 — Identification and Authentication (Organizational Users) VPN access depends on strong user authentication before network entry.
SC-7 — Boundary Protection VPNs create and enforce a network boundary that needs segmentation.
Recommendation — Control remote access sessions and restrict VPN reach to approved resources. Require strong authentication before granting VPN connectivity. Segment VPN users so tunnel access does not expose the full internal network.
CIS Controls v8 CIS-6 — Access Control Management VPNs are an access path that should be provisioned, reviewed, and removed carefully.
Recommendation — Manage VPN access paths and remove stale remote-access entitlements promptly.

Practitioner Guidance

Why practitioners should care: A VPN should be governed as a controlled access channel, not as a blanket security solution. The key question is whether the tunnel meaningfully narrows exposure, or simply centralizes risk behind a single remote-access control.

Common misunderstanding: Teams often assume that encryption alone equals security. In reality, the main assurance comes from how the VPN is authenticated, what it can reach, and how well compromised endpoints are contained after connection.

Practitioner takeaway: Treat VPN access as one enforcement point in a layered access model, and verify that identity, device trust, segmentation, and monitoring all still hold once the tunnel is established.