Prompt injection remains a widely cited and high-impact vulnerability in enterprise AI deployments, affecting not only chatbots but also agent workflows, retrieval-augmented generation (RAG) pipelines, and model-routing components. OWASP’s LLM Top 10 (2025) lists prompt injection as LLM01 and describes it as a critical issue because models often cannot reliably distinguish developer instructions from data in the context window. CrowdStrike’s 2026 Global Threat Report reports that in 2025 threat actors injected malicious prompts into legitimate generative AI tools at more than 90 organizations, using the technique to generate actions that stole credentials and cryptocurrency, framing prompt injection as both an entry point and a force multiplier. Reported incidents include a Slack AI prompt-injection flaw (disclosed in August 2024) that enabled data exfiltration from private channels via crafted instructions, and EchoLeak (CVE-2025-32711, CVSS 9.3), described as a first zero-click prompt injection against Microsoft 365 Copilot through a single crafted email. Both were patched. Sources also outline common varieties of prompt injection, including direct, indirect, and stored payloads, and emphasize that defenses require architecture-level controls such as treating untrusted content strictly as data, limiting model/tool permissions, monitoring tool use, validating provenance, and using defense-in-depth rather than relying on system prompts alone.