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.
NHIMG editorial — based on content published by Intruder: The Vulnerabulletin issue #6 on AI infrastructure, container security, and AI-powered exposure management
Questions worth separating out
Q: How should security teams handle exposed AI endpoints in production?
A: Treat exposed AI endpoints as governed non-human identities, not convenience services.
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.
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.
Practitioner guidance
- 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.
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.
AI infrastructure, containers, and exposed services: what matters now?
Explore further
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.
A question worth separating out:
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.
👉 Read our full editorial: AI infrastructure and container security are converging on exposure risk