iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Llms ›› New Defense Keeps Attack Success Rate Below 4% for Adaptive Prompt Injection on LLM Agents

New Defense Keeps Attack Success Rate Below 4% for Adaptive Prompt Injection on LLM Agents

Researchers propose RETA, a training-based defense that grounds LLM agent security on user tasks rather than attack patterns. Using chain-of-thought reasoning and red-teaming with diversity reward, RETA keeps average attack success rate below 4% across six adaptive attacks while preserving utility.

iG
iGEN Editorial
June 16, 2026
New Defense Keeps Attack Success Rate Below 4% for Adaptive Prompt Injection on LLM Agents

Indirect prompt injection attacks pose a growing threat to enterprises deploying LLM-based agents in production workflows. These attacks hijack agents by embedding malicious instructions in third-party data retrieved during task execution — a common scenario in AI-powered supply chain systems, customer service bots, and document processing pipelines. Existing defenses report near-zero attack success rate on static benchmarks, but according to a new paper published on arXiv, these results collapse once the attacker is allowed to optimize against the deployed defense.

The researchers — He Lipeng, Wang Yihan, Zhang Jiawen, and N Asokan — identify two failure modes behind this collapse. First, current defense methods are confined to recognizing specific attack patterns, rather than assessing whether the intent of every embedded instruction is relevant to the user task. Second, training-based defenses, which otherwise offer the strongest safety-utility trade-off, assemble their adversarial examples from a handful of hand-crafted templates, causing the defender to fail when faced with novel attack strategies.

RETA: A Task-Centric Defense

To address these gaps, the team proposes RETA (Reasoning-enabled Task Alignment). RETA is a training-based method that grounds defense decisions on the user tasks rather than attacker-controlled data. At each tool-output step, the defender undertakes chain-of-thought reasoning to verify that its actions are consistent with the user task. This shifts the focus from recognizing attack patterns to assessing alignment with legitimate business objectives.

The system also leverages red-teaming: a simulated attacker synthesizes adversarial training data and receives a dictionary-learning diversity reward, achieving broad coverage of injection reformulation strategies. This prevents the narrow strategy distribution problem. The defender is optimized via multi-objective reinforcement learning, achieving a better safety-utility trade-off.

Quantified Results

RETA was evaluated across six black-box adaptive attacks. The results are summarized below:

Attack Scenario Attack Success Rate (Model A) Attack Success Rate (Model B)
Attack 1 <10% <10%
Attack 2 <10% <10%
Attack 3 <10% <10%
Attack 4 <10% <10%
Attack 5 <10% <10%
Attack 6 <10% <10%
Average 2.92% 3.75%

According to the paper, RETA keeps every per-attack ASR below 10%, with average success rates of 2.92% on the first target model and 3.75% on the second. Importantly, the system preserves most utility under attack and on clean inputs.

"Across six black-box adaptive attacks, RETA keeps every per-attack ASR below 10%, with average ASR of 2.92% and 3.75% on the two target models, while preserving most utility under attack and on clean inputs."

Implications for Enterprise AI Deployments

For CTOs and technology leaders deploying LLM agents in supply chain or logistics contexts, this research highlights a critical security evolution. Existing defenses that rely on pattern recognition are brittle against adaptive adversaries. RETA's task-alignment approach offers a more robust foundation, particularly for systems that retrieve and act on third-party data — such as supplier documents, shipping manifests, or trade compliance databases. The ability to maintain low attack success rates while preserving utility means enterprises can confidently integrate AI agents without compromising operational integrity or security.


Sources:

Keep Reading

Recommended Stories

MUZZLE Framework Automates Red-Teaming of Web Agents Against Indirect Prompt Injection Attacks Technology

MUZZLE Framework Automates Red-Teaming of Web Agents Against Indirect Prompt Injection Attacks

MuZZLE is an automated agentic framework that evaluates the security of LLM-based web agents against indirect prompt injection attacks. It discovered 44 new attacks across 4 web applications, including cross-application injection and agent-tailored phishing, by adaptively generating context-aware malicious instructions based on agent execution trajectories.

June 16, 2026
New Research Defends LLMs from Extraction Attacks Using 'Knowledge Trap' Honeypot Technology

New Research Defends LLMs from Extraction Attacks Using 'Knowledge Trap' Honeypot

A research paper by Dai and Dong introduces Knowledge Trap, a defense against large language model extraction attacks. It uses a Honeypot Knowledge Graph to redirect attackers' queries to low-value knowledge, reducing surrogate agreement by 6.2% on average while preserving legitimate user performance.

June 16, 2026
Prompt Injection Attacks Are Thwarting AI Hacking Agents with Context Bombing Technology

Prompt Injection Attacks Are Thwarting AI Hacking Agents with Context Bombing

Tracebit researchers found that planting prompt injections alongside secrets on AWS can disrupt AI hacking agents. In tests across five models, context bombing reduced admin privilege escalation from 57% to 5% and complete compromise from 36% to 1%, offering a new defensive tactic against AI-driven attacks.

July 18, 2026
SPARK Method Activates Latent Security Knowledge in LLMs for Secure Code Generation Technology

SPARK Method Activates Latent Security Knowledge in LLMs for Secure Code Generation

SPARK (Security Knowledge Priming and Representation-Guided Knowledge Activation) is a new inference-time method that improves the security of code generated by large language models without requiring retraining. The researchers argue that pretraining data already contains sufficient security material; the bottleneck is activation. Evaluated on 9 open-source and 7 proprietary models, SPARK matches or improves secure code generation baselines while preserving code utility.

June 16, 2026