By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: IntruderPublished April 16, 2026

TL;DR: OpenClaw is averaging 2.1 new CVEs per day and Intruder’s scan of 1 million exposed AI services found unauthenticated APIs, exposed credentials, and open agent platforms, underscoring how quickly AI infrastructure is accumulating exploitable misconfigurations. The security problem is no longer just patch volume, but identity and access control failure across services and containerised estates.


At a glance

What this is: This issue surveys AI infrastructure risk, container security exposure, and AI-assisted exposure management, with the clearest finding being that AI services and container stacks are accumulating vulnerabilities faster than many teams can govern them.

Why it matters: It matters because IAM, PAM, and NHI teams increasingly have to govern authenticated access, exposed credentials, and service-to-service trust inside AI and container environments, not just human logins.

By the numbers:

👉 Read Intruder's issue on AI infrastructure risk, container security, and AI-powered exposure management


Context

AI infrastructure security is becoming an exposure-management problem as much as a software problem. When services ship with unauthenticated APIs, exposed credentials, and missing sandboxing, the failure is not only code quality. It is the absence of governed access boundaries around systems that now behave like production assets, including agent platforms and service accounts.

Containers add a second layer of governance complexity because each microservice carries its own permissions, configuration drift, and dependency risk. In practice, that means security teams have to trace how credentials, cloud access, and runtime trust intersect across the stack, instead of treating each workload as an isolated technical unit.

Intruder’s examples fit a pattern that is increasingly common in modern estates: attack surface grows faster than lifecycle control. That is an environment where identity, secrets, and authorisation controls become part of infrastructure hygiene, not a separate discipline.


Key questions

Q: How should security teams handle exposed AI endpoints in production?

A: Treat exposed AI endpoints as governed non-human identities, not convenience services. Require authentication, apply rate limiting, and confirm that the endpoint cannot reach internal systems without explicit delegation. Then continuously scan the external attack surface so any public AI service is detected before hostile discovery tools index it.

Q: Why do containers often create hidden identity risk?

A: Containers multiply identities because each workload, registry, secret, and automation path can carry its own permissions. The risk is hidden when teams manage infrastructure and credentials separately, because a compromise in one layer can expose another through persistent access, over-privilege, or stale secrets. That makes lifecycle control as important as runtime hardening.

Q: What signals show that vulnerability prioritisation is missing identity context?

A: If teams rank findings only by CVSS, patch age, or raw volume, they usually miss the access path that turns a weakness into a breach route. The better signal is whether the affected asset sits behind elevated credentials, privileged developer access, or reusable secrets that would magnify compromise.

Q: How do organisations decide whether an AI or container issue is an exposure problem or an access problem?

A: Use both. If the weakness is reachable without authentication, or if the service has broad tool or cloud permissions, it is an access problem as well as an exposure problem. The right response is to reduce reachability, shrink privilege, and remove any identity that can be reused outside its intended boundary.


Technical breakdown

Why exposed AI services fail before runtime controls help

Exposed AI services often fail at the first control boundary: authentication. If APIs are reachable without strong identity checks, or if credentials are embedded in deployment paths, an attacker does not need to break the model. They only need to abuse the service wrapper around it. Missing sandboxing then expands the blast radius because the service can reach tools, data, or internal systems without meaningful containment. In AI environments, the service identity matters as much as the model output, because the dangerous action is usually delegated through the surrounding infrastructure.

Practical implication: inventory exposed AI endpoints, enforce authenticated access, and treat every tool-enabled service as a governed identity.

Container security risk is usually a privilege and configuration problem

Containers reduce deployment friction, but they also distribute trust across hundreds of small components. Each microservice may have its own secrets, cloud permissions, registry access, and environment variables, which creates a wide surface for over-privilege and secret leakage. When the same build path also feeds CI/CD, runtime, and registry integrations, a weakness in one layer can expose multiple workloads. This is why container security failures often look less like a single vulnerability and more like governance drift across the full lifecycle of the application.

Practical implication: map container runtime access, secret storage, and registry permissions as one control set rather than separate tasks.

AI-powered exposure management works by correlating identity with exploitability

The value of AI-assisted security is not that it replaces analysis, but that it can join signals humans often review separately. Vulnerability data, cloud architecture, developer access, and asset criticality become more useful when correlated into one risk path. In the example described by Intruder, the important insight was not merely that a developer had a Chrome vulnerability. It was that the developer also had elevated cloud access, which changed the likely impact of compromise. That is a classic identity-to-asset chaining problem, and it is where prioritisation becomes more precise.

Practical implication: use correlated exposure scoring to prioritise identities and workloads whose compromise would unlock the broadest cloud access.


Threat narrative

Attacker objective: The attacker wants to turn a weakly governed exposed service into a reliable path into cloud systems, data, or tooling with broader operational impact.

  1. Entry occurs through exposed AI services, unauthenticated APIs, or weakly protected container surfaces that can be reached without strong identity checks.
  2. Escalation follows when exposed credentials, over-privileged service identities, or broad developer access allow the attacker to move from service abuse to broader environment control.
  3. Impact is achieved by reaching internal data, cloud environments, or delegated tools through the compromised workload or identity path.

NHI Mgmt Group analysis

AI infrastructure security is now an identity problem as much as a vulnerability problem. Exposed APIs, agent platforms, and credential-heavy automation mean that the relevant control is often authentication and authorisation, not patching alone. When services can be reached unauthenticated, or when their identities are too permissive, exploitation becomes a governance failure. Practitioners should treat AI service identity as a first-class control boundary.

Container sprawl creates identity sprawl. Every microservice, registry, secret, and workload permission adds another place where trust can drift away from intent. The operational problem is not just too many containers, but too many persistent credentials and implicit permissions attached to them. That maps directly to NHI governance, because workload identities and secrets now determine how much damage a single compromise can do. Practitioners should collapse container security and identity governance into one lifecycle view.

Exposure management only works when it understands privilege context. A vulnerability becomes material when it intersects with elevated access, and AI-assisted correlation helps reveal that path faster than manual triage. This is especially relevant to machine identity because service accounts and API keys often sit in the blast radius even when the original issue looks like a developer endpoint or browser weakness. Practitioners should prioritise by identity-linked impact, not by CVE count alone.

Named concept: identity-linked exploitability. This is the condition where a technical weakness becomes dangerous only because an exposed identity, credential, or permission set makes it reachable at scale. It is a useful concept for AI infrastructure because it captures the difference between a noisy finding and a truly exploitable one. Practitioners should build detection and prioritisation around identity-linked exploitability rather than isolated alerts.

The container security mess is also a lifecycle problem. Configuration drift, secret sprawl, and leftover access outlive the deployment event that created them. That means teams need offboarding, rotation, and review discipline for workloads, not just for users. Practitioners should align container controls with NHI lifecycle management and continuous exposure review.

What this signals

The practical signal for security programmes is that AI exposure management and identity governance are converging. Once services, agents, and containers start carrying their own credentials and tool permissions, the organisation needs one view of reachability, privilege, and lifecycle control. External guidance such as the NIST SP 800-63 Digital Identity Guidelines still matters where human access is involved, but the harder problem is increasingly machine and workload identity.

Identity-linked exploitability: this is the operating condition security teams should now measure. A vulnerability that sits next to a privileged service account, API key, or cloud role is materially different from the same flaw on an isolated asset. That means exposure programmes should feed identity data into prioritisation, with NHI visibility and rotation discipline anchored in resources like the Ultimate Guide to NHIs , Key Challenges and Risks.

AI-driven triage will matter most where it can join vulnerability, cloud, and identity context into a single decision path. The teams that benefit first will be those already able to answer basic questions about exposed service accounts, secret locations, and which workloads have the broadest blast radius. That is where governance becomes operational rather than theoretical.


For practitioners

  • Inventory exposed AI services and agent endpoints List every externally reachable AI service, agent wrapper, and tool-enabled API, then verify that each one requires authenticated access and least-privilege authorisation before it can call data sources or internal tools.
  • Unify container permissions and secret governance Review registry access, runtime secrets, cloud roles, and CI/CD credentials together so the same identity cannot silently move from build to deploy to runtime with broader permissions than intended.
  • Prioritise vulnerabilities by identity-linked impact Score findings by whether a compromised developer, service account, or workload credential would unlock sensitive cloud access, rather than by CVE volume alone.
  • Treat AI tool access as a governed privilege For any AI system that can invoke tools, access logs, or reach internal systems, define the allowed actions, data boundaries, and revocation path before broad rollout.

Key takeaways

  • AI infrastructure risk is increasingly about exposed identity and access boundaries, not just software defects.
  • Container sprawl turns secrets, service accounts, and cloud roles into the main channels by which compromise expands.
  • Prioritising by identity-linked exploitability gives practitioners a more accurate way to decide what to fix first.

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-53 Rev 5, CIS Controls v8 and NIST AI RMF set the technical controls, while ISO/IEC 27001:2022 define the regulatory obligations.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AC-4The article centres on access control, privilege, and exposed service reachability.
NIST SP 800-53 Rev 5AC-6Least privilege is directly relevant to over-privileged services and developer access.
CIS Controls v8CIS-5 , Account ManagementAccount and service identity governance is central to the credential and access risk described.
NIST AI RMFMANAGEAI risk management is relevant because the article covers AI infrastructure exposure and control gaps.
ISO/IEC 27001:2022A.8.9Configuration management is relevant to container and AI service exposure drift.

Apply A.8.9 to track configuration drift across AI services, containers, and supporting infrastructure.


Key terms

  • Identity-linked exploitability: Identity-linked exploitability is the point at which a vulnerability or misconfiguration becomes actionable because access rights, secrets or tokens make the path usable. It is a useful lens for determining whether an exposure is merely present or genuinely dangerous.
  • Tool-Enabled AI Service: An AI service that can call external tools, data sources, or internal systems as part of its runtime behaviour. These services require explicit authentication, scoped permissions, and revocation controls because their operational reach is broader than a passive model endpoint.
  • Container Identity Sprawl: The accumulation of separate secrets, roles, service accounts, and registry credentials across containerised workloads and pipelines. It creates governance drift when teams manage deployments without a single view of who or what can access each stage of the application lifecycle.
  • Exposed Service Account: A machine identity whose credentials, permissions, or reachability are wider than intended, often because it is accessible in code, config, CI/CD, or runtime paths. These accounts frequently become the fastest route from a small weakness to broad environment access.

What's in the full article

Intruder's full issue covers the operational detail this post intentionally leaves for the source:

  • The underlying scans and findings behind the 1 million exposed AI services dataset, including what was counted and how exposure was classified.
  • The container breach examples that show how attackers moved from misconfiguration or weak controls to real-world compromise.
  • The AI-assisted exposure management demo details, including how Intruder correlated developer risk with elevated cloud access.
  • The OpenClaw CVE tracker context and the specific kinds of AI tooling vulnerabilities being observed across the market.

👉 Intruder's full issue includes the AI infrastructure findings, container breach commentary, and the AI-assisted security example in more detail.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and identity lifecycle controls. It helps practitioners connect access governance to the broader security work that modern infrastructure now depends on.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org