← Back
SiTech Team⏱️ 7 წთ. საკითხავი

The Agent Security Gap: 54% of Enterprises Have Already Had an AI Agent Incident

The Agent Security Gap: 54% of Enterprises Have Already Had an AI Agent Incident

A new VentureBeat Pulse survey of 107 enterprises reveals that 54% have already experienced an AI agent security incident or near-miss, yet only 32% give every agent its own scoped identity — the rest share credentials.

Introduction

Artificial intelligence agents — autonomous software systems that can plan, make decisions, and execute actions without human intervention — are rapidly becoming a central element of enterprise technology strategy. However, this transformation comes with a serious challenge that has yet to receive adequate attention: AI agent security.

A new VentureBeat Pulse Research survey of 107 enterprises has revealed alarming statistics: 54% of surveyed companies have already experienced an AI agent-related security incident or near-miss. Of those, 18% confirmed that an actual incident occurred, while 36% encountered a situation that could have easily escalated into a serious security breach.

These figures make it clear that AI agent security is no longer a future concern — it is an urgent present-day challenge that demands immediate attention from every organization deploying AI agents in production.

What Are AI Agents and Why Are They at Risk?

Unlike traditional AI chatbots, agents are autonomous systems capable of accessing databases, APIs, file systems, and other corporate resources. They don't just answer questions — they take real actions: writing to databases, sending emails, processing files, and managing other systems.

It is precisely this autonomy that creates new security vectors. When an AI agent operates under a shared account or a shared API key, any security breach can become wide-ranging. According to the survey, only 32% of enterprises give every agent its own scoped managed identity — the remaining 68% allow agents to share credentials.

This fundamental gap in identity management means that a compromise of a single agent can expose an entire organization's resources. In the context of agentic AI systems that are increasingly connected to enterprise data lakes, CRM systems, and financial platforms, the blast radius of a single compromised credential is enormous.

The Real Scale of Incidents

The VentureBeat survey data clearly demonstrates that AI agent incidents are not the exception — they are the norm. Of the 107 enterprises surveyed:

  • 18% experienced a confirmed security incident involving an AI agent
  • 36% experienced a near-miss that could have become a serious problem
  • 42% reported no incidents
  • 5% do not yet have AI agents in production

Notably, 45% of respondents are final decision-makers for AI purchases — which means the data reflects the perspective not only of technical specialists but also of business leaders. This high-level visibility into security incidents suggests that the issue is well understood at the executive level, yet action remains insufficient.

The spread of incidents is not limited to the technology sector. The survey spans a diverse range of industries: Technology and Software (23%), Manufacturing (15%), Retail (14%), and Healthcare (13%). This cross-industry representation indicates that AI agent security is a universal challenge that transcends sector boundaries.

Identity Management: The Weakest Link

One of the most striking findings of the study is the identity management gap. Despite the fact that 54% have already experienced an incident, only 32% of enterprises assign each agent its own scoped managed identity.

The remaining 68% give agents access to shared accounts, shared API keys, or other types of shared credentials. This creates a serious security risk: if one agent is compromised, the attacker can gain access to all resources accessible through that shared account.

Assigning separate identities to each agent is a fundamental security principle known as the Principle of Least Privilege. It means that each agent should have access only to those resources that are strictly necessary to perform its function — nothing more. In practice, this translates to:

  • Dedicated service accounts with narrowly scoped IAM policies
  • Short-lived, rotated credentials rather than static API keys
  • Audit logging tied to individual agent identities
  • Granular access controls at the resource level

Without these measures, organizations are essentially operating their AI agents with the cybersecurity equivalent of a master key that unlocks every door in the building.

Sandboxing and Isolation: Only 30% Get It Right

Another concerning finding is that only 30% of enterprises isolate their highest-risk AI agents in sandboxes. Sandboxing means running an agent in an isolated environment that restricts its access to network resources, the file system, and other critical infrastructure.

Without proper sandboxing, an AI agent can:

  • Access sensitive data it does not actually need
  • Make unauthorized changes to systems
  • Become a vector for malicious action (prompt injection, indirect attacks)
  • Cause data leakage through its API access

Prompt injection — one of the most common threats to AI agents — allows an attacker to embed malicious instructions into the context supplied to the agent. Without proper isolation, such an attack can become large-scale. The risk is compounded when agents have the ability to execute code, call external APIs, or modify system state based on user-supplied input.

Leading practices recommend a defense-in-depth approach: network segmentation, restricted execution environments, input sanitization, output filtering, and continuous monitoring of agent behavior for anomalous patterns.

Security Tooling: Provider Dependency

The survey found that the majority of enterprises rely on security tools offered by their AI providers. OpenAI's guardrails lead at 51%, followed by Google, Microsoft, and Anthropic controls.

Interestingly, while satisfaction with this "borrowed" stack is high (4.2 out of 5), two-thirds of enterprises plan to change their tooling. This suggests that the market recognizes the limitations of current solutions and is actively seeking more advanced, specialized security offerings.

The high satisfaction rating alongside planned migration might seem contradictory, but it reflects a nuanced reality: provider-native tools are convenient and functional for basic needs, but they lack the depth, customization, and integration capabilities that enterprise security teams require as AI agent deployments scale.

However, spending on AI security remains a thin slice of the overall security budget. When asked about budget allocation, most organizations reported that AI-specific security expenditures represent a fraction of what they spend on traditional cybersecurity controls. This raises a critical question: are enterprises adequately valuing the risk posed by AI agents compared to other threat vectors?

Readiness for AI-Powered Attacks

Perhaps the most sobering finding of the study is that only one-third of respondents believe their AI defenses are ahead of AI-enabled attackers. This means that 67% — two-thirds of enterprises — are not confident they can repel AI-powered cyberattacks.

This is particularly concerning given that AI tools are becoming increasingly accessible to cybercriminals. AI-powered attacks can be faster, more scalable, and more difficult to detect than traditional cyberattacks. Automated social engineering, intelligent vulnerability scanning, and adaptive malware are no longer theoretical — they are emerging threats that exploit the very same advances in AI that enterprises are leveraging.

The disconnect is striking: organizations are rushing to deploy AI agents for competitive advantage while simultaneously acknowledging that their security posture is inadequate to defend against AI-powered adversaries. Closing this gap requires immediate action across multiple fronts:

  • Implementing agent-specific identity and access management
  • Deploying robust sandboxing and isolation for high-risk agents
  • Investing in specialized AI security tooling beyond provider-native solutions
  • Establishing incident response plans specific to AI agent compromise scenarios
  • Conducting regular red-teaming exercises focused on AI attack vectors

The era of AI agents is just beginning — and their security must not be an afterthought. The 54% of enterprises that have already experienced an incident are likely just the early adopters. As AI agent adoption accelerates, those who fail to address the security gap will find themselves increasingly vulnerable. The time to act is now, before the next incident becomes a full-blown crisis.

📖 Source