Subscribe to the Non-Human & AI Identity Journal

Why do third-party vendors create so much identity risk?

Third-party vendors create identity risk because they often receive trusted access into systems, data, and operational workflows that internal teams do not monitor as tightly as employee access. Once that access exists, the attack surface expands beyond the perimeter and becomes dependent on lifecycle, scope, and revocation discipline.

Why This Matters for Security Teams

Third-party vendors are high-risk because they sit inside the trust boundary without always being subject to the same controls as employees. They may need access for support, integration, managed services, or software delivery, but that access often arrives faster than governance. NHI exposure becomes worse when vendor accounts, API keys, service tokens, and privileged automation are reused across environments or left active after the work ends.

That risk is not theoretical. The Ultimate Guide to NHIs notes that 92% of organisations expose NHIs to third parties, which is a major supply chain security issue. It also aligns with broader guidance from the OWASP Non-Human Identity Top 10, which treats unmanaged service access as a core identity weakness rather than a simple vendor-management problem. In practice, many security teams discover the gap only after a vendor token is abused, not through deliberate access review.

How It Works in Practice

Vendor identity risk usually builds through a chain of small failures. A supplier needs access to a ticketing system, CI/CD pipeline, data store, or production API. The account is created once, granted broad permissions, and then retained because no one owns its lifecycle. If that vendor uses static secrets, shared credentials, or long-lived certificates, the blast radius grows quickly when staff changes, an integration is retired, or a subcontractor is added.

Current guidance suggests treating vendor access as a workload identity problem, not just an external user problem. That means binding access to purpose, time, and environment. Short-lived credentials, JIT provisioning, and explicit offboarding reduce the window for abuse. Where possible, policy should be evaluated at request time, not only during provisioning. This is the operating model reflected in NIST Cybersecurity Framework 2.0, which emphasises continuous governance, and in 52 NHI Breaches Analysis, which shows how often identity failures become operational incidents.

  • Use JIT credentials for each task, with automatic expiry and revocation.
  • Separate vendor access by environment, function, and data sensitivity.
  • Prefer workload identity and cryptographic proof over shared static secrets.
  • Require explicit ownership for renewal, rotation, and offboarding.

These controls tend to break down when vendors need always-on access to production systems because operational convenience usually defeats revocation discipline.

Common Variations and Edge Cases

Tighter vendor control often increases operational overhead, so organisations have to balance speed against assurance. That tradeoff is most obvious for MSPs, integrators, and software suppliers that need repeated access across many customer environments. There is no universal standard for this yet, but best practice is evolving toward stronger segmentation, smaller permission sets, and more frequent validation of purpose.

One common edge case is a vendor that only touches non-production systems. Even then, identity risk remains because test environments often contain real credentials, mirrored data, or deployment paths into production. Another is a trusted SaaS provider that appears harmless until its own integrations become the entry point. The Top 10 NHI Issues and Reviewdog GitHub Action supply chain attack both illustrate how third-party automation can expose secrets at scale. The safer model is to assume vendor access will be reused, chained, or forgotten unless revocation is engineered into the workflow. That is exactly why NIST Cybersecurity Framework 2.0 and the OWASP Non-Human Identity Top 10 both favour continuous control verification over one-time approval.

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 Vendor secrets often stay live too long and are hard to revoke.
NIST CSF 2.0 PR.AC-4 Third-party access needs least-privilege and continuous access governance.
NIST AI RMF Autonomous or AI-assisted vendors require governance over changing access behaviour.

Assign ownership, monitor behaviour, and validate policy for every vendor-backed workflow.