Normal privileged access is designed for routine administration with predefined permissions, approvals, and controls. Break glass access is reserved for emergency situations when standard access is unavailable or compromised. It grants immediate elevated access, usually under tighter oversight, and should be used sparingly, then removed once the incident is resolved to avoid lingering risk.
Why Break Glass Access Is Not Just “More Privilege”
break glass access exists for exceptional conditions, not routine work. The practical difference is not only that it is elevated, but that it is deliberately outside the normal path so teams can recover when standard approvals, tooling, or identity providers are unavailable. That makes it a resilience control as much as an access control. Normal privileged access should be bounded by day-to-day roles, approvals, and auditing, while break glass should be rare, highly monitored, and easy to revoke once the emergency is over.
For identity-heavy environments, this distinction matters because standing privileged access expands the attack surface, while emergency access should reduce operational dead ends without becoming a permanent backdoor. NHI Management Group’s research on Ultimate Guide to NHIs shows why privilege sprawl and weak lifecycle control are persistent problems in modern environments.
In practice, many teams discover they have treated break glass as a convenience account only after an outage, audit, or compromise has already made that shortcut risky.
How It Works in Practice
Normal privileged access is usually designed around predictable administration: named owners, role-based permissions, change tracking, approval workflows, and routine review. It is meant to be controlled, repeatable, and attributable. Break glass access, by contrast, is reserved for situations where those normal controls cannot function, such as a locked-out identity provider, a broken policy engine, or an urgent recovery action that cannot wait for standard approval chains.
The operational value of break glass is speed and independence from brittle dependencies. The security cost is that speed can bypass ordinary safeguards, so the account or credential must be protected differently. Good practice is to keep break glass access minimal, pre-approved in design, strongly monitored, and separate from everyday administrative identities. It should have a clear activation path, a limited scope, and a rapid post-use review that confirms why it was used and whether any residual access must be removed.
- Normal privileged access should be used for routine configuration, maintenance, and incident-free administration.
- Break glass should be reserved for emergency recovery, containment, or restoration when normal access is unavailable or untrustworthy.
- Use distinct credentials or mechanisms so emergency use is visible and auditable rather than blending into ordinary admin activity.
- Require immediate review after use so lingering privilege does not become an unexamined standing exception.
This is especially important for machine and service identities, where emergency credentials can outlive the incident if no one owns their revocation path. NHI Management Group’s Ultimate Guide to NHIs — Key Challenges and Risks is useful here because it frames privilege and lifecycle control as continuous obligations, not one-time setup tasks. The same governance logic aligns with the OWASP Non-Human Identity Top 10, which treats excessive and poorly governed access as a recurring failure mode.
These controls tend to break down when emergency access is shared, poorly logged, or left enabled across multiple systems because the emergency path then becomes a standing privilege path.
Common Variations and Edge Cases
Tighter emergency access usually improves containment and auditability, but it also increases the risk of delay during a real incident, so organisations must balance recovery speed against control strength. Not every environment can use the same break glass design.
Some organisations keep break glass access fully offline, while others keep it online but sealed behind monitoring and dual control. Current guidance suggests the right model depends on the failure mode you are trying to survive. If the likely problem is identity platform outage, offline recovery access may be justified. If the main concern is insider misuse or stealthy escalation, online break glass with strong detection and post-use review may be safer.
A common mistake is to confuse “break glass” with “temporary admin.” Temporary admin still belongs to normal governance and should usually follow standard approval and expiry rules. Break glass should be treated as exception handling, not as a flexible shortcut for urgent work. Another edge case is automation: machine-generated recovery actions can help restore service, but the decision to activate break glass should remain explicit and attributable rather than silently triggered.
When the subject is regulated, highly privileged, or part of critical infrastructure, teams should also verify that the emergency path does not bypass segregation-of-duties expectations or create undocumented shared access. That is where a convenience mechanism becomes a governance weakness.
Risk and Threat Considerations
Break glass access carries elevated exposure because it is intentionally designed to bypass normal barriers during a crisis. The same properties that make it valuable in an outage can make it attractive for abuse if the credential, procedure, or monitoring is weak. The main risk is not the existence of emergency access itself, but the possibility that it becomes a durable exception with broad reach and poor visibility.
Failure mechanism: The control fails when emergency credentials are stored insecurely, shared across teams, insufficiently monitored, or left active after use. Attackers and malicious insiders benefit when the emergency path has weaker authentication, weaker logging, or weaker review than ordinary privileged access, because that creates a high-value route around standard governance.
Impact: The result can be unauthorized administrative action, persistence after incident response, broader blast radius during compromise, or audit failure when no one can prove who used the access and why. In NHI-heavy environments, that can also create a long-lived privileged secret that outlives the emergency it was meant to solve.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
CIS Controls v8, 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 |
|---|---|---|
| CIS Controls v8 | 5 — Account Management | Break glass and normal privileged access depend on distinct account governance and review. |
| 6 — Access Control Management | The question is fundamentally about when elevated access should be granted and constrained. | |
| Recommendation — Separate emergency admin accounts from routine privileged access and review them regularly. Restrict elevated access to approved conditions and enforce least privilege for daily administration. | ||
| NIST CSF 2.0 | PR.AC-4 — Access Permissions and Authorizations | Normal vs emergency access maps to how permissions are authorized and limited. |
| RC.RP-1 — Recovery Plan Executed | Break glass access exists to restore operations when normal access paths fail. | |
| Recommendation — Limit privileged permissions to the smallest necessary scope and require strong authorization. Use emergency access only to execute recovery actions when standard access is unavailable. | ||
| NIST Zero Trust (SP 800-207) | Policy Enforcement Point — Policy Enforcement Point | Emergency access should still be governed by enforceable access policy and visibility. |
| Recommendation — Apply policy enforcement and monitoring so emergency access remains bounded and observable. | ||
Practitioner Guidance
What to verify: Confirm that break glass access has a separate owner, a documented activation condition, and a defined revocation path. If any of those are missing, treat the control as incomplete rather than merely “rarely used.”
Decision rule: If the access path is needed for routine admin, it should not be break glass. If it can be used without an emergency trigger, it is probably standing privilege disguised as contingency planning.
What good looks like: Emergency use is rare, attributable, time-bounded, and followed by immediate review that checks both access removal and the reason it was needed. The best evidence is not that the account exists, but that the organisation can show when it was used and how quickly it was closed back down.
Practitioner takeaway: Break glass access is a resilience mechanism with security consequences, so the real test is whether the emergency path stays more observable and more constrained than the normal path it is meant to replace.
Related resources from NHI Mgmt Group
- What is the difference between privileged identity management and privileged access management?
- What is the difference between reviewing human access and reviewing NHIs?
- What is the difference between role-based access and API key governance for NHI security?
- What is the difference between protecting applications and protecting access?