Join our Newsletter — 33% off our NHI Course

What breaks when OT access control relies on VPNs, firewalls, and shared passwords alone?

VPNs and firewalls can protect network entry points, but they do not provide user-level authorization, granular target control, or reliable auditability. In OT, that means multiple people can reach systems without clear accountability, shared credentials can circulate unchecked, and access often cannot be constrained to the task, asset, or time window actually required.

Why This Matters for Security Teams

OT environments are often protected by perimeter controls that make entry harder, but perimeter control is not the same as access governance. VPNs and firewalls can say who entered the network path, yet they do not reliably answer who is allowed to use a specific controller, HMI, historian, engineering workstation, or maintenance interface. That gap matters because OT access decisions are usually about safety, change control, and traceability, not just connectivity. When teams rely on shared passwords, they also weaken accountability and make it difficult to separate legitimate maintenance from unsafe or unauthorised activity. Current guidance for industrial environments therefore emphasises segmentation, strong authentication, and auditable access paths rather than network reachability alone, as reflected in NIST SP 800-82 Rev 3 – OT Security Guide and NIST SP 800-207 Zero Trust Architecture. In practice, many OT teams discover the weakness only after an incident forces them to reconstruct who had access, rather than through normal access review.

How It Works in Practice

The failure mode is straightforward: the network boundary is treated as the control plane, even though OT systems need decision-making closer to the asset and the task. A VPN may confirm that a user or vendor connected from an approved location, but it does not limit what that person can do after connection unless separate controls enforce session scope, command scope, and target scope. Firewalls can reduce exposure, but they are coarse when the real requirement is, for example, “this technician may reach only one asset during this maintenance window.” Shared passwords are even weaker because they collapse individual accountability and make revocation nearly impossible without disrupting everyone who knows the secret.

A more robust model separates transport access from authorisation. That typically means:

  • unique user identities for every person who touches OT assets;
  • per-asset or per-function approval instead of broad network reach;
  • time-bound access that expires after the task;
  • session logging that ties activity to a named person;
  • segmentation that limits lateral movement if a credential is exposed.

That approach aligns with CIS Controls v8 for account and access control hygiene and with OT-specific segmentation guidance in NIST SP 800-82 Rev 3 – OT Security Guide. It also fits zero trust thinking, where network location is never enough to prove trust. These controls tend to break down when remote vendors, legacy controllers, or shared operator stations force teams to preserve broad credentials for compatibility.

Common Variations and Edge Cases

Tighter access control often increases operational overhead, so organisations have to balance maintenance speed against safety and traceability. Legacy OT assets, especially older PLCs and engineering tools, may not support modern per-user authentication or detailed logging, which pushes teams toward compensating controls rather than a perfect design. In those environments, the goal is usually to narrow blast radius and improve accountability as far as the platform allows, not to pretend the environment can be modernised overnight.

There is also a genuine distinction between network access and privileged action. A supplier may need VPN connectivity for diagnostics, but that does not mean the same person should be able to change logic, download firmware, or access multiple sites with one shared credential. Best practice is evolving toward task-based access, with the minimum access path granted for the shortest workable duration. Where remote access is required for emergency support, organisations should predefine escalation paths and review what actions were actually performed afterward. The Ultimate Guide to NHIs is useful here as a reference point for why standing credentials, weak rotation, and poor visibility create durable exposure. The hard case is not normal remote administration, but production recovery under time pressure, where teams are most tempted to keep standing access in place indefinitely.

Risk and Threat Considerations

The main risk is control failure, not just weak perimeter security. If VPNs, firewalls, and shared passwords are the only protections, an attacker who obtains one credential set can often inherit broad access with little resistance, and an insider can operate without clear attribution. That creates exposure for both unauthorised change and delayed detection.

Failure mechanism: Shared secrets make it hard to revoke one person without disrupting everyone, while coarse network controls do not prevent post-connect privilege abuse. Once inside, an attacker can move from access to action, using legitimate remote channels to issue commands, alter configurations, or stage laterally within the OT environment.

Impact: Loss of accountability, overbroad access, and weak audit trails can turn a single compromise into plant-wide operational risk. In OT, that can mean unsafe changes, production interruption, or delayed incident reconstruction when speed matters most.

Standards & Framework Alignment

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

NIST CSF 2.0, NIST SP 800-63, NIST Zero Trust (SP 800-207) and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AA — Identity Management, Authentication, and Access Control OT access must be tied to identity and controlled authorization.
Recommendation — Enforce unique identities and access decisions for every OT session and asset.
NIST SP 800-63 AAL — Authentication Assurance Level Shared passwords and weak auth fail OT assurance needs.
Recommendation — Use stronger authentication assurance for remote OT access than shared secrets.
NIST Zero Trust (SP 800-207) Policy Enforcement Point — Policy Enforcement Point OT access should be decided by policy, not just network reachability.
Recommendation — Place access decisions at policy enforcement points, not only at the firewall.
CIS Controls v8 6 — Access Control Management The topic is fundamentally about limiting and reviewing OT access.
Recommendation — Apply access control management to remove shared credentials and narrow access scope.

Practitioner Guidance

What to prioritise: Replace shared passwords first, because they are the clearest source of broken attribution and impossible revocation. If a credential can be used by multiple people, the environment cannot reliably answer who made a change or when access should end.

Decision rule: If the current control only proves network entry, treat it as a transport mechanism, not an access control. Authorisation must be evaluated at the asset, role, and session level before the access path is considered trustworthy.

What to verify: Confirm that every remote session maps to one named person, one approved purpose, and one revocable access path. If that cannot be demonstrated from logs alone, the control set is still too weak for high-consequence OT operations.

Practitioner takeaway: OT access becomes materially safer when reachability, privilege, and accountability are separated, because the real objective is not just to keep outsiders out, but to constrain what an authenticated user can do once inside.