August 2026 · 5 min read
AI Agent NHI Crisis
Machine Identities Outpace Human IAM

Every AI agent creates a non-human identity. NHIs outpace human identities. MCP auth gaps, CVE-2026-32211 (CVSS 9.1), and ClawHavoc reveal IAM failures.
Key Definitions
Non-Human Identity (NHI) Machine identities that every AI agent requires — API keys, service accounts, and access tokens to perform tasks. The CyberArk 2026 report shows the ratio of machine to human identities in enterprises has reached 45:1 and is still accelerating.
MCP Unauthenticated Deployment Model Context Protocol servers deployed without authentication configured. Over 60% of MCP servers lack authentication, allowing any agent that can reach the server unrestricted access to its underlying APIs including database queries, file operations, and code execution.
Machine Identities Now Outnumber Human Identities
As AI agents scale across enterprises, a neglected security dimension is surfacing: Non-Human Identities (NHIs). Every AI agent requires API keys, service accounts, and access tokens to perform tasks. The CyberArk 2026 report shows that the ratio of machine identities to human identities in enterprises has reached 45:1 and is still accelerating.
Traditional Identity and Access Management (IAM) systems are designed around human users — SSO, MFA, periodic password rotation. But machine identities have entirely different lifecycles: they are auto-created by code, persist indefinitely, have ambiguous permission scopes, and are rarely rotated or revoked. This creates a large population of "zombie identities" — agents decommissioned but their API keys remain active, making them ideal entry points for attackers.
The MCP Authentication Black Hole
Model Context Protocol (MCP) servers, the bridge between AI agents and external tools or data sources, are being deployed rapidly. However, security research reveals that over 60% of MCP servers are deployed without authentication configured. This means any agent that can reach the server has unrestricted access to its underlying APIs — including database queries, file operations, and code execution.
CVE-2026-32211 (CVSS 9.1) further exposed the severity of the problem. This vulnerability allows attackers to hijack agent sessions via malicious MCP servers and steal all API credentials they hold. The ClawHavoc attack framework has weaponized this vulnerability, enabling lateral movement into enterprise internal networks within minutes. This is not a theoretical threat — multiple real-world attacks have been documented.
Restructuring Enterprise IAM for NHI
Traditional IAM systems must undergo structural upgrades to address the NHI challenge. First, enterprises need an NHI inventory — discovering and recording all machine identities, including their creators, permission scopes, and last-used timestamps. You cannot manage what you cannot see. Second, enforce least-privilege: each agent should receive only the minimum permissions needed for its current task, not long-lived broad access tokens.
Third, adopt short-lived credentials and automatic rotation. Machine identities should not use permanent API keys but short-lived tokens (such as OAuth 2.0 client credentials flow) that expire and auto-refresh. Fourth, implement NHI lifecycle management: automatically issue identities when agents are created and revoke credentials when decommissioned. This requires integrating identity management into the agent orchestration platform's CI/CD pipeline.
Non-human identity security is not a future problem — it is an active security crisis unfolding now. Enterprises must upgrade their IAM systems before scaling agent deployment, or face systemic risks of credential leakage, privilege abuse, and lateral movement attacks.
FAQ
Why do machine identities now outnumber human identities?+
Every AI agent requires API keys, service accounts, and access tokens. The CyberArk 2026 report shows the ratio of machine to human identities has reached 45:1 and is accelerating. Machine identities are auto-created by code, persist indefinitely, have ambiguous permission scopes, and are rarely rotated, creating large populations of "zombie identities."
What security risks does unauthenticated MCP server deployment create?+
Over 60% of MCP servers are deployed without authentication, allowing any agent that can reach the server unrestricted access to its underlying APIs — including database queries, file operations, and code execution. CVE-2026-32211 (CVSS 9.1) further allows attackers to hijack agent sessions via malicious MCP servers and steal all API credentials.
How severe is CVE-2026-32211?+
This vulnerability (CVSS 9.1) allows attackers to hijack agent sessions via malicious MCP servers and steal all API credentials they hold. The ClawHavoc attack framework has weaponized it, enabling lateral movement into enterprise internal networks within minutes. Multiple real-world attacks have been documented.
How should enterprise IAM systems be restructured for NHI?+
First, build an NHI inventory — discover and record all machine identities, creators, permission scopes, and last-used timestamps. Second, enforce least-privilege with minimum permissions per task. Third, adopt short-lived credentials with automatic rotation. Fourth, implement NHI lifecycle management integrated into the CI/CD pipeline.
What are "zombie identities" and why are they dangerous?+
Zombie identities are machine identities where the agent has been decommissioned but its API keys remain active. They are auto-created by code, persist indefinitely, have ambiguous permission scopes, and are rarely rotated or revoked, making them ideal entry points for attackers seeking credential leakage and lateral movement.
相关文章
AI 网关只告诉你请求去了哪,JetStream 回答它该不该发
JetStream Clearance 把零信任的信任边界从身份下移到单次动作:AI Blueprints 契约 + 参数级权限 + 序列检测,在 MCP 调用执行前逐动作授权。网关已成商品,授权引擎是下一个战场。
审查过的 MCP 工具在第四次调用开始背叛你:Deadbugz 的运行时门控投毒
Pillar Security 披露活跃 MCP 供应链活动 Deadbugz:恶意服务器伪装成文本格式化工具,前三次调用一切正常,第四次起改写返回的工具元数据,指示 agent 搜寻 SSH 密钥、AWS 凭证并隐藏行为。一次性审查被系统性绕过——工具描述是运行时安全边界,批准应发生在动作执行之时。
Hugging Face 被 AI Agent 入侵:安全护栏反而挡住了防御者
2026 年 7 月,一个自主 AI Agent 攻破了 Hugging Face 的生产基础设施。更令人震惊的是,商用安全护栏阻止了防御者的取证查询,却没有阻止攻击者。这是首个被确认的 AI Agent 攻击 AI 平台事件。
Hugging Face 被 AI Agent 攻破——首例自主 AI 入侵平台事件深度分析
Hugging Face 披露了一次由自主 AI Agent 全程驱动的入侵。攻击者利用恶意数据集中的代码执行路径突破防线,执行了 17,000+ 次操作。这是行业预测的「Agent 攻击者」场景首次在现实中上演。
OOMeta AI
OOMeta's AI governance platform helps enterprises rapidly build AI system inventories, risk assessment processes, and compliance documentation systems — ensuring readiness and competitiveness in a fast-changing regulatory environment.
Schedule a DiagnosticSources: CyberArk NHI Report 2026, CVE-2026-32211 NVD, OWASP MCP Security Top 10, ClawHavoc Threat Analysis