Subscribe to the Non-Human & AI Identity Journal

What do security teams get wrong about orphaned access and risk scoring?

They often treat orphaned access as a hygiene issue instead of a loss driver. A dormant account, token, or OAuth grant is only a low-priority issue if it cannot reach anything valuable. Once it still connects to production data or privileged systems, it becomes a measurable business exposure that should move up the remediation queue.

Why This Matters for Security Teams

orphaned access is often misread as a housekeeping backlog, but the real risk is whether the stale account, token, or OAuth grant can still reach something material. Risk scoring should not start with age alone. It should start with reachability, privilege, and business impact. That is why current guidance in OWASP Non-Human Identity Top 10 and the NIST Cybersecurity Framework 2.0 emphasizes asset context and control effectiveness, not just identity inventory.

NHIMG research shows the scale of the problem is already visible in the market: The State of Non-Human Identity Security reports that 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, and only 1.5 out of 10 are highly confident in securing NHIs. Those numbers matter because orphaned access is rarely harmless if it still touches production data, admin APIs, or partner integrations. In practice, many security teams encounter the blast radius only after a dormant grant is abused, rather than through intentional risk-based review.

How It Works in Practice

Effective scoring starts by mapping each orphaned identity to what it can actually do. A dormant service account with no active route to production is a different case from an unused OAuth grant that still has API scope over customer records. The right sequence is: identify the identity, verify whether it is truly orphaned, enumerate its live permissions, and then score the exposure by privilege, data sensitivity, and lateral movement potential.

That approach aligns with how NHIs fail in the field. The issue is not the absence of login activity; it is the persistence of access paths after ownership disappears. A stale secret with broad scope may be dormant for months and still be one valid replay away from privilege escalation. NHI programmes that follow the patterns described in Ultimate Guide to NHIs — Key Challenges and Risks and the findings in 52 NHI Breaches Analysis usually prioritise:

  • live production reachability over simply how long the identity has been idle
  • permission breadth, especially admin, write, and token minting capability
  • external connectivity, including SaaS, partner, and OAuth-backed access
  • credential type, because long-lived tokens and static secrets raise persistence risk
  • evidence of ownership, rotation, and revocation readiness

Security teams should also separate detection from disposition. A stale account can be low risk if it is isolated, but it becomes higher risk when it still authenticates to critical systems or inherits roles that were never removed after a project ended. These controls tend to break down when identity inventories are incomplete and entitlement data is spread across SaaS, cloud, and partner-managed systems because scoring becomes guesswork rather than evidence-based analysis.

Common Variations and Edge Cases

Tighter orphaned-access scoring often increases remediation workload, requiring organisations to balance precision against operational overhead. That tradeoff is real: if every unused identity is treated as urgent, teams lose credibility; if only age is scored, they miss the grants that still matter. Current guidance suggests using context-aware scoring, but there is no universal standard for this yet.

The main edge case is delegated access. An identity may look orphaned because no human owner is attached, yet it can still be a valid machine-to-machine dependency for a pipeline, integration, or vendor workflow. In those cases, the right question is not “Is it used?” but “Is it intentionally owned, monitored, and revocable?” That is where controls from the Top 10 NHI Issues matter, especially where orphaned access hides behind automation and shared accounts.

Another common failure is treating third-party OAuth grants as low risk because they are not traditional accounts. Those grants can be highly exposed if they still read mail, pull files, or call production APIs. The practical test is simple: if a stale identity can still reach sensitive data or privileged systems, it should move up the queue even if nobody logs into it manually.

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 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Orphaned secrets and grants need lifecycle control, not age-only cleanup.
NIST CSF 2.0 PR.AC-4 Access rights must be reviewed against actual privilege and business impact.
NIST AI RMF Risk scoring should reflect context, impact, and governance of autonomous access paths.

Score orphaned access by live reachability and revoke stale credentials with automated lifecycle controls.