→ Back to Home
Cybersecurity

Prompts Are The New Malware As Enterprise AI Defenses Fall Behind

The cybersecurity landscape is undergoing a significant transformation with the emergence of prompt injection as a potent new vector for attacks, effectively acting as modern malware. A recent 2026 Global Threat Report by CrowdStrike has shed light on the severity of this issue, revealing that more than 90 organizations were compromised by prompt injection attacks in 2025 alone. These attacks were sophisticated enough to facilitate the theft of sensitive credentials and valuable cryptocurrencies. The report underscores a worrying trend: AI-enabled adversary operations have seen an 89% year-over-year increase, and a striking 82% of intrusions now bypass traditional malicious code, relying instead on manipulating AI systems. This surge is largely attributed to the rapid deployment of AI agents within enterprises, often granted broad access to internal systems and data. One of the core challenges lies in the fundamental design of large language models (LLMs), which struggle to differentiate between legitimate developer instructions and malicious content injected through prompts. This inherent vulnerability positions prompt injection at the top of the OWASP Top 10 for LLMs, highlighting its critical nature. Attackers are employing both direct and indirect methods. Direct attacks involve users overriding system prompts, while indirect attacks embed malicious instructions within seemingly innocuous content like emails or web pages. The latter, indirect prompt injection, is particularly insidious as the user never sees the malicious payload, and the attacker doesn't directly interact with the model, yet the agent executes the planted instructions. Publicly disclosed incidents, such as data exfiltration from Slack AI and the zero-click EchoLeak against Microsoft 365 Copilot, where internal files were forwarded via a crafted email, demonstrate the efficacy of these new attack vectors. The vulnerability surface continues to expand rapidly across agentic stacks and Retrieval-Augmented Generation (RAG) pipelines. OpenAI itself acknowledged in December 2025 that prompt injection, much like social engineering, is a problem unlikely to be fully solved. Even with safeguards, AI models show significant susceptibility; Anthropic's Claude Opus 4.6, for instance, succumbed to a single injection attempt 17.8% of the time, with success rates rising to 78.6% without safeguards and 57.1% with published defenses in place over 200 attempts. Google has reported similar challenges with its Gemini deployments. Existing security frameworks are struggling to keep pace. While NIST AI 600-1 recognizes prompt injection as an information security risk, its guidance is at the policy layer rather than technical. The OWASP Top 10 for Agentic Applications, released in December 2025, introduced categories like Agent Goal Hijack and Memory and Context Poisoning, but its controls remain advisory. The report emphasizes that even a 1% per-attempt failure rate can lead to dozens of successful breaches monthly for agents running thousands of times daily, necessitating a re-evaluation of current defense strategies.
#ai security#prompt injection#malware#crowdstrike#owasp llm top 10#enterprise security
Read original source