惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
有赞技术团队
有赞技术团队
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
Vercel News
Vercel News
F
Fortinet All Blogs
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
小众软件
小众软件
月光博客
月光博客
A
About on SuperTechFans

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
Infosecurity Europe: Prompt Injection Remains Unsolved, O...
Kevin Poireault · 2026-06-08 · via www.infosecurity-magazine.com

Prompt injection remains an unsolved architectural problem that could hamper the development of AI, said Ariel Fogel, a contributor to the Open Worldwide Application Security Project (OWASP), during Infosecurity Europe 2026.

Fogel, an AI security researcher at Pillar Security’s office of the CTO, said that while AI and security practitioners have long known about prompt injection, the problem has yet to be solved at a fundamental level.

This is because large language models (LLMs) process inputs as a single token sequence and there is no reliable mechanism to enforce privilege boundaries between system prompts, user queries and content retrieved by an agent.

He warned that the issue has only become more dangerous as agents gain tools and the ability to act.

Furthermore, Fogel explained that the practical risk has shifted: a successful injection no longer just produces a bad answer, it can trigger a chain of real-world actions.

Today, with agentic AI workflows, agents with tool access can take steps on behalf of users, so an injection can escalate from a bad output to active compromise.

“Most organizations are deploying agents faster than they can govern them,” Fogel said, arguing that this speed and scale makes prompt injection harder to contain with traditional controls.

He pointed out that defenses that worked for human operators (e.g. sandboxing, allow-lists and manual review) can fail once the executor is an agent.

In some prompt injection attacks, he said, allow-lists actually streamlined exploitation because the commands the agent needed were already approved. In other cases, the agent’s own output redefined its sandbox boundaries, effectively rewriting the containment intended to stop it.

Agentic AI’s ‘Lethal Trifecta’

Fogel acknowledged that over the last year, there have been "attempts" to try and contend with the issue.

He mentioned the ‘Lethal Trifecta’, a concept coined by renowned open-source developer Simon Willison that describes the dangerous combination of an AI agent having access to private data, being exposed to untrusted content and being allowed external communication. Willison argues that, when present together, the three conditions make prompt injection attacks critically exploitable.

Source: Simon Willison
Source: Simon Willison

Fogel also borrowed Meta’s ‘Rule of two,’ that claims that “an agent should satisfy no more than two of the trifecta properties within a session that doesn’t require human approval.”

While Fogel described these two framings as “helpful heuristics for reducing blast radius,” he cautioned they do not ensure “complete defenses.”

“We’ve already seen research that shows that attacks work with only two of the properties present,” he added.

Containing Prompt Injection at Machine Speed

Fogel urged that the response to prompt injections must move beyond prevention-only thinking and toward constraining what an injected agent can do.

He emphasized controls that operate at machine speed and at deployment scale, involving live behavioral monitoring, real-time containment and stop mechanisms, joined incident response between safety and security teams, and stronger identity hygiene such as ephemeral credentials and cryptographic attestation so actions are traceable and limited.

“Monitoring infrastructure that operates on the same speed as agents is essential to catch and contain attacks that can unfold in minutes or hours,” he said.

Until models and runtimes can enforce firm privilege separations, defenders must combine rapid detection, automated containment, tighter identity and session design and cross-disciplinary incident playbooks to manage the heightened risk, Fogel concluded.

Read more: OWASP Introduces Agentic AI Security Maturity Framework