The LMVD-ID is an internal research identifier, not an official CVE identifier.
Optimized Indirect Prompt Injection Crosses Retrieval Barrier
The paper describes a reproducible black-box indirect prompt injection evaluation for embedding-based RAG and agent systems. It separates a poisoned document into a retrieval-optimized trigger fragment and an…
Paper-evaluated models(22)
GPT-4o, GPT-4o Mini, Qwen 3 0.6B +19 more
- GPT-4o
- GPT-4o Mini
- Qwen 3 0.6B
- Qwen 3 1.7B
- Qwen 3 4B
- Qwen 3 8B
- Qwen3-11B
- Qwen 3 32B
- Llama 3.2 3B
- Llama 3.2 3B Instruct
- Llama 3 8B
- Llama 3 8B Instruct
- Vicuna 7B
- Vicuna 13B
- gte-modernbert-base
- OpenAI text-embedding-3-small
- Voyage AI voyage-3.5-lite
- Alibaba Cloud text-embedding-v4
- contriever-msmarco
- Qwen3-Embedding-0.6B
- Qwen3-Embedding-4B
- Qwen3-Embedding-8B
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary source plus a dedicated evidence section.
- Severity
- Not rated by this catalog.
- Source and publication type
- arXiv · Research preprint.
- Peer-review status is not provided by this source.
- Author and publication status
- Author metadata is not stored; see the primary paper.
- Threat model and attacker access
- Black-box model, service, or application access.
- Related deployment categories
- Retrieval-augmented generation; Agent workflows
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Embedding-based RAG systems that retrieve from attacker-influenceable corpora Email, web, document, or knowledge-base retrieval pipelines ingesting untrusted content Single-agent systems that pass retrieved content to…
Research Paper
Overcoming the Retrieval Barrier: Indirect Prompt Injection in the Wild for LLM Systems
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperDescription
The paper describes a reproducible black-box indirect prompt injection evaluation for embedding-based RAG and agent systems. It separates a poisoned document into a retrieval-optimized trigger fragment and an instruction-bearing attack fragment, showing that one injected item can be surfaced by natural queries and then influence model output or agent behavior. These are paper-reported findings; they were not independently verified here.
Examples
See the primary source for the paper's evaluation and defensive reproduction context: https://arxiv.org/abs/2601.07072 (opens in a new tab)
Impact
Reported impacts include forced answers, misinformation, denial of service, phishing propagation, tool misuse, and sensitive-data exfiltration through code execution. In the paper’s multi-agent email workflow, GPT-4o reportedly reached up to 80% attack success for private-file exfiltration after retrieval of one poisoned email.
Affected Systems
- Embedding-based RAG systems that retrieve from attacker-influenceable corpora
- Email, web, document, or knowledge-base retrieval pipelines ingesting untrusted content
- Single-agent systems that pass retrieved content to tools
- Multi-agent systems where retrieved instructions propagate between agents
- Systems using embedding similarity without robust provenance, reranking, or downstream authorization controls
Mitigation Steps
- Treat all retrieved content as untrusted data and clearly separate it from system and developer instructions before model consumption.
- Restrict corpus write access, validate provenance, quarantine untrusted documents, and require review before indexing content from emails, web pages, or external contributors.
- Apply defense in depth at retrieval time: anomaly detection, provenance-aware ranking, hybrid retrieval, and independent reranking; the paper notes hybrid pipelines and reranking were not evaluated and may help.
- Do not rely solely on query paraphrasing, perplexity filtering, or random token masking; the paper reports these retrieval-stage defenses were ineffective against adaptive variants.
- Require explicit user approval and least-privilege authorization for sensitive tool actions, especially code execution, file access, outbound messaging, and credential access.
- Sandbox agent tools and prevent retrieved text or inter-agent messages from directly authorizing high-impact actions.
- Continuously test retrieval pipelines with benign synthetic canary documents and natural queries, measuring whether untrusted items enter top-k results or alter downstream behavior.
Evidence
- https://arxiv.org/abs/2601.07072 (opens in a new tab) — primary-source abstract and submission metadata: submitted 2026-01-11; reports near-100% retrieval across 11 benchmarks and 8 embedding models, plus an email-agent exfiltration result above 80%.
- https://arxiv.org/pdf/2601.07072 (opens in a new tab) — Sections 2.1 and 3 define the black-box threat model and trigger-fragment/payload-fragment construction; the attacker injects one item and only queries the embedding model through standard APIs.
- https://arxiv.org/pdf/2601.07072 (opens in a new tab) — Section 4 and Figure 2 report Recall@5 over 100 queries per each of 11 BEIR datasets; 5–10-token triggers reportedly achieve near-perfect recall on several datasets, while unoptimized malicious text is not retrieved.
- https://arxiv.org/pdf/2601.07072 (opens in a new tab) — Section 5.1 and Figure 9 report a single poisoned RAG document coercing fixed answers across 11 LLMs and 11 datasets, with attack success often close to 1.
- https://arxiv.org/pdf/2601.07072 (opens in a new tab) — Section 5.2 and Table 2 describe AutoGen and Magentic-One email-agent evaluations using GPT-4o and GPT-4o-mini; the reported GPT-4o multi-agent code-execution success reaches 72% with CEM and 80% with fusion.
- https://arxiv.org/pdf/2601.07072 (opens in a new tab) — Section 6 and Appendix B report that query paraphrasing, perplexity filtering, and token masking do not provide durable protection against adaptive attacks.
- https://arxiv.org/pdf/2601.07072 (opens in a new tab) — Section 8 limits the evaluation to embedding-based retrieval systems and retrieval-stage defenses; hybrid retrieval and reranking were not evaluated, and transferability is not guaranteed across different embedding architectures.
- No independent reproduction or verification was performed; all quantitative results above are measurements reported by the paper.
Related research
- Agent Tool Selection Hijack
Published April 1, 2025 · application-layer, prompt-layer, injection
- Indirect Agent Privilege Exposure
Published April 1, 2026 · application-layer, prompt-layer, injection
- Stage-Sequential Agent Escalation
Published March 1, 2026 · application-layer, prompt-layer, injection