Threat Briefing

Prompt Injection Attacks Become New Threat to Enterprise AI Security: CrowdStrike Report Reveals Surge in Malicious Prompt Attacks

CrowdStrike's 2026 Global Threat Report reveals that prompt injection attacks have impacted over 90 organizations in 2025, with attackers using malicious prompts to steal credentials and cryptocurrency. AI-driven adversary operations have increased by 89% year-over-year, and 82% of intrusions do not involve traditional malware. As enterprises shift from chatbots to AI agents with broad permissions, prompt injection is emerging as a new attack vector. This article provides an in-depth analysis of the technical principles behind this trend, its impact on businesses, and defense strategies.

Event Overview

In 2025, prompt injection attacks evolved from a research concept into a real-world threat. CrowdStrike's 2026 Global Threat Report revealed that prompt injection attacks had affected over 90 organizations in 2025, with attackers using carefully crafted prompts to generate commands and successfully steal credentials and cryptocurrency. The report also noted that AI-driven adversary operations increased by 89% year-over-year, and up to 82% of intrusions involved no traditional malicious code—prompts themselves had replaced binary files as the attack vector.

This trend is set against the backdrop of enterprises massively deploying AI agents, copilots, and browser automation tools, which have access to email, code, payment systems, and file sharing. Traditional security controls cannot distinguish between developer instructions and malicious instructions embedded in external content, making prompt injection the number one vulnerability in two consecutive editions of the OWASP Top 10 for LLM Applications (LLM01).

Technical and Risk Analysis

Attack Methods: Direct and Indirect Injection

Prompt injection can be divided into direct and indirect forms. Direct injection refers to the typical scenario where a user overwrites system prompts through input. Indirect injection, however, is more threatening—attackers hide malicious instructions in content that the AI model will later read, such as emails, Confluence pages, calendar invitations, web pages, or uploaded documents. The user is unaware, the attacker does not directly interact with the model, but the AI agent executes the toxic instructions.

Key Publicly Disclosed Cases

  • Slack AI Data Leak (August 2024): Security firm PromptArmor reported that an attacker with workspace permissions could breach private channels of Slack AI by implanting instructions within public channels or uploaded files, thereby stealing data, including API keys.
  • EchoLeak (CVE-2025-32711, CVSS 9.3): Aim Security disclosed the first zero-click prompt injection targeting a production AI system. An attacker could send a crafted email, causing Microsoft 365 Copilot to retrieve internal files and forward them to an attacker-controlled server without any user interaction. Although both vulnerabilities have been patched, the underlying flaws remain unresolved.

Risk Extends Across the Entire AI Stack

As enterprises adopt advanced architectures such as agents, RAG pipelines, and long-term memory, the attack surface expands dramatically. Agents that send emails, modify cloud infrastructure, and execute code treat the context window as an authoritative source; RAG pipelines absorb contaminated web pages and documents; long-term memory can retain malicious instructions and activate them on every run; multi-model routing may be coerced into selecting the most vulnerable model.

Enterprise Impact Analysis### Operational Risks Permission abuse of AI agents may lead to business process disruptions, data breaches, or tampering with critical operations. For example, an agent with email sending permissions could be tricked into mass-phishing emails, or an agent with file access permissions could be used to steal sensitive customer data.

Financial Risks Direct theft of credentials and cryptocurrencies causes immediate financial losses. Additionally, costs for incident response, system restoration, regulatory fines, and brand remediation can run into millions of dollars. In December 2025, Gartner advised CISOs to block all AI browsers—including ChatGPT Atlas and Perplexity Comet—due to their lack of mature controls.

Compliance Risks Enterprises face increasingly stringent regulatory requirements when deploying AI systems. The UK's NCSC and Germany's BSI have issued parallel warnings. NIST AI 600-1 classifies prompt injection as an information security risk but only provides guidance at the policy level. Enterprises that fail to implement effective protections may violate data protection regulations such as GDPR and CCPA.

Brand Risks Public incidents such as EchoLeak and Slack AI have severely damaged the brand reputation of Microsoft and Slack. Once customer trust in the security of AI services is broken, the long-term business impact is immeasurable.

Industry Trend Observations

The surge in prompt injection attacks is not an isolated event. The 89% year-over-year increase reported by CrowdStrike indicates that attackers are systematically exploiting inherent flaws in AI models. In December 2025, OpenAI publicly acknowledged that prompt injection, like fraud and social engineering, may never be fully resolved. Anthropic's Claude Opus 4.6 system card shows that the single-shot injection success rate for GUI agents is 17.8%, rising to 78.6% (without safeguards) and 57.1% (with safeguards) after 200 attempts. Google reports that the most effective attack on its Gemini deployment still achieved a 53.6% success rate after adversarial fine-tuning.

These data points reveal fundamental limitations in model-internal defenses. Input validation, output filtering, signature detection, and patch cycles rely on distinguishing "instructions" from "data"—a boundary that does not exist within language models. Vendor-provided guardrails handle only common patterns but are nearly ineffective against obfuscated, multilingual, or image-encoded injections. While adversarial training can improve specific models, new attack methods can bypass updated weights within weeks.

Defense and Response Recommendations### Enterprise Level 1. Principle of Least Privilege: Assign each AI agent only the minimum set of permissions necessary. For example, an agent responsible solely for schedule management should not have permission to send emails or access the file system. 2. Human Approval Process: Establish human confirmation steps for high-risk operations such as sending emails, executing code, completing payments, or modifying access controls. 3. Sensitive Source Tagging: Tag retrieval sources based on sensitivity levels, and by default exclude restricted categories from entering the RAG pipeline. 4. Network Allowlisting: Allow agents to reach only approved outbound domains. 5. Complete Audit Trail: Record the full reasoning trace for each important operation, including prompts, retrieval results, and tool calls, for later replay.

Technical Level - Deploy dedicated prompt injection detection classifiers and retrain them regularly to address new variants. - Implement context-aware input sanitization to separate user input from system instructions (e.g., using different color markers). - Introduce content validation and security filtering in the RAG pipeline to prevent contamination from poisoned documents. - Conduct periodic reviews and anomaly detection on the long-term memory of AI agents.

Management Level - Incorporate prompt injection into the enterprise security incident response plan and establish emergency procedures specific to AI systems. - When procuring AI products, require vendors to provide: 1. The type of classifier used to detect prompt injection and the retraining frequency; 2. The publicly reported attack success rate for single attempts and for 200 attempts; 3. Which OWASP vulnerability categories (e.g., LLM01, LLM06, ASI01, ASI06) the product addresses, along with specific control measures; 4. Whether the security team can reproduce the complete prompt, retrieval, and tool call trace for any important AI agent behavior.

SecurityPost Insight

The rise of prompt injection attacks marks a new phase in cybersecurity: "fileless malware" for the AI era. The 89% growth rate reported by CrowdStrike is no coincidence—attackers are massively exploiting the most fundamental design flaw of AI models: their inability to distinguish between instructions and data. As enterprises rush to embed AI into core business processes, security teams must recognize that the model's "intelligence" comes at the cost of blurred boundaries. Any attempt to treat the LLM itself as a trust boundary is equivalent to handing over corporate data to a "friendly credential thief."

From Slack AI to Microsoft 365 Copilot, even products from top AI vendors have not been spared. Public data from OpenAI and Anthropic further proves that the room for improvement in defenses within the model is limited. Therefore, enterprises must externalize security controls around the model: least privilege, human approval, network segmentation, and complete auditing. These principles are not new concepts, but they need to be strictly enforced in the AI era.In the future, as AI agents become more widespread and autonomous, prompt injection will become increasingly intertwined with supply chain attacks and identity threats. Security teams need to treat AI systems as an entirely new attack surface and establish dedicated security assessment frameworks. For CISOs, the window of action is narrowing: every deployment of an AI agent could become the entry point for the next EchoLeak. Now is the time to upgrade prompt injection defense from "optional" to "mandatory."

Evidence route · securitypost

securitypost frames this note through Security Post publishes defensive cybersecurity intelligence for enterprise security leaders, covering thre.... Threat Briefing / Enterprise Security / AI & Cybersecurity explains the local editorial angle: Source links should be opened before the summary is reused. dates, names and status changes still need checking.

Source URL

  1. https://www.forbes.com/sites/janakirammsv/2026/06/29/prompts-are-the-new-malware-as-enterprise-ai-defenses-fall-behind/Primary

Related articles

Back to channel