Gartner and OWASP have confirmed prompt injection as the number-one AI threat for the second year running. As of May 21, 2026, the security community faces an architectural paradox: language models do not distinguish between instructions and data, and AI agents plugged into CRM, email, and payment systems amplify every injection from information theft to operational compromise. Traditional Security Operations Centers monitor network and code, not the semantic context of prompts; they remain blind to a vector that uses natural language as a weapon.
- Prompt injection tops the OWASP Top 10 for LLM Applications for the second consecutive year, and Gartner places it at the apex of 2026 AI threats.
- Google recorded a 32% increase in indirect prompt injection attacks against its agents between November 2025 and February 2026; OWASP reports a 340% year-over-year jump on its public LLM honeypots.
- The UK NCSC stated that prompt injection "may be worse" than SQL injection and that attacks may never be fully mitigated the way SQL injection has been.
- Anthropic publicly declares there is no definitive fix for prompt injection; the problem is architectural, not a patchable bug.
Why Natural Language Has Become an Invisible Attack Channel
Under the hood of a language model there is no separation between system instructions, user data, and external content: everything converges in the same vector space. The model predicts the next token without semantic discrimination. This characteristic, described by the NCSC's Technical Director for Platforms Research, makes prompt injection an intrinsic vulnerability, not an implementation error fixable with a patch.
AI agents with tool-calling have turned this weakness into operational risk. When an LLM becomes an orchestrator of actions — sending email, querying databases, calling APIs — prompt injection translates into exfiltration, record manipulation, or unauthorized financial transactions. OWASP has formalized this scenario as "excessive agency": the model acts beyond the operator's intent because the boundary between instruction and data has dissolved.
The Numbers Measuring What SOC Logs Don't See
Available metrics trace a rising curve that traditional monitoring systems do not intercept. According to Tom's Hardware, citing Gartner data, Google documented a 32% increase in indirect prompt injection attacks against its agents in the November 2025–February 2026 quarter. OWASP recorded a 340% year-over-year surge in attempts on its public LLM honeypots. IBM estimates an average cost of $4.88 million for AI-related breaches. Gartner forecasts $52 billion in global AI security spending in 2026, with 185% year-over-year growth.
The source does not specify how many of these incidents were detected by the SOCs of the affected organizations. The KPMG figure — 35% of large Italian enterprises handled an AI incident internally without disclosing it — suggests visibility remains fragmented on the victim side as well.
"Under the hood of an LLM there is no distinction between 'data' and 'instructions': there is only 'next token'" — David C, Technical Director for Platforms Research, UK NCSC
When the Agent Executes: Documented Enterprise Cases
In March 2026 a Trail of Bits researcher demonstrated that a Cursor IDE background agent could exfiltrate credentials from .env files by reading a malicious README. The attack required no prior system compromise: it was enough for the model to process an apparently innocuous document. Similar cases have surfaced on Claude and ChatGPT Operator. Disney reported an agent hijacked to publish unauthorized posts.
These episodes share a pattern: the payload is natural language, the vehicle is a legitimate data stream, and execution occurs through the AI agent. None of these phases generates alerts in traditional SIEMs, which look for network signatures, binary payload anomalies, or suspicious traffic patterns. Language, as the Gartner report cited by Tom's Hardware observes, "speaks the same language as the model, and the model obeys."
Italian Compliance Chases an Architectural Problem
The Italian regulatory framework presents staggered effective dates and overlapping scopes. The AI Act's Article 15 imposes security requirements for high-risk systems, with fines up to 7% of global turnover or €35 million. The NIS2 Directive introduces notification obligations and provides for individual criminal liability for responsible persons. The ACN has issued guidelines on its own timeline. The triple overlap creates operational uncertainty for enterprises deploying AI agents without having solved the root problem: no compliance framework prescribes how to monitor a vector that leaves no trace in network logs.
The OWASP Top 10 for LLM Applications 2026 added three subcategories born with agents — tool-use injection, persistent injection, and supply-chain injection — confirming that the attack surface is expanding faster than standardized countermeasures.
Why This Matters
The dossier does not specify how many Italian SOCs have implemented dedicated prompt-injection monitoring for AI agents. It also does not establish the long-term effectiveness of vendor mitigations currently on the market: Prompt Shields, NeMo Guardrails, Lakera Guard, Constitutional AI. The source does not clarify whether the OWASP honeypot metrics (340%) are indicative of the real threat or overestimated by the nature of the honeypot system.
What the dossier documents is the structural limit: there is no equivalent of the prepared statement that separates logic and data in LLMs, and filtering with regex means "playing a word game with a creative adversary," as the Gartner analysis via Tom's Hardware puts it. Anthropic and the NCSC agree that mitigation requires layered defenses with discipline, not a silver bullet. For Italian companies connecting AI agents to payment systems, CRM, and databases, this absence of a detectable perimeter translates into exposure without alerts.
The stakes exceed technical risk. The 35% of undisclosed incidents, while a KPMG estimate rather than an official figure, signals a culture of non-reporting that collides with NIS2 obligations. AI Act fines and the European directive's individual criminal liability make SOC blindness a legal problem before it is an operational one.
The brief does not document specific corrective measures or detailed operational recommendations for SOCs. The source does not specify the nature of the data exposed in the cited incidents nor provide implementation frameworks for semantic monitoring. Building a shared "threat language" between AI red teams and traditional blue teams — the editorial angle proposed in the brief — remains a stated goal, not a documented practice.
FAQ
Why aren't regex filters enough to stop prompt injection?
According to the Gartner analysis reported by Tom's Hardware, "there is no equivalent of the prepared statement that separates logic and data: filtering with regex means playing a word game with a creative adversary." Language models interpret context and syntactic variations in ways that no static blacklist can cover.
What is the difference between direct and indirect prompt injection?
Direct injection inserts the malicious payload directly into the user prompt; indirect injection hides it in external content the model processes — documents, web pages, emails — that become disguised instructions. Google recorded the 32% increase precisely on this second type, which is harder to trace because the vector is an apparently legitimate information stream.
Can the problem be solved with model updates?
Anthropic publicly states there is no definitive fix for prompt injection. The UK NCSC has said attacks "may never be fully mitigated in the way SQL injection has been." The vulnerability is architectural: it stems from the lack of structural separation between data and instructions in the model's vector space.
Information is based on the cited advisory and current as of publication.
Sources
- https://datamasters.it/blog/prompt-injection/
- https://www.ictsecuritymagazine.com/articoli/hacking-dei-sistemi-ai/
- https://www.tomshw.it/business/prompt-injection-minaccia-ai-numero-uno-gartner-2026
- https://datamasters.it/blog/ai-security-come-proteggere-llm-ed-agenti-ai/
- https://datamasters.it/blog/come-diventare-un-esperto-di-prompt-engineering/
- https://datamasters.it/catalogo/percorsi-di-carriera/machine-learning-engineer/
- https://datamasters.it/blog/opportunita-di-lavoro-per-prompt-engineer-le-novita-del-mercato-da-conoscere/
Information is based on the cited source and current as of publication.