The LMVD-ID is an internal research identifier, not an official CVE identifier.
LLM Ranker Jailbreak
LLM-based document re-rankers utilizing decoder-only and Mixture-of-Experts (MoE) architectures are vulnerable to candidate-embedded prompt injections during multi-document comparison tasks. By embedding Decision…
Paper-evaluated models(14)
Qwen 3 0.6B, Qwen 3 1.7B, Qwen 3 8B +11 more
- Qwen 3 0.6B
- Qwen 3 1.7B
- Qwen 3 8B
- Qwen 3 14B
- Qwen 3 32B
- Qwen 3 30B-A3B
- Gemma 3 1B IT
- Gemma 3 4B IT
- Gemma 3 12B IT
- Gemma 3 27B IT
- Llama 3 8B
- Llama 3.1 8B
- Llama 3.3 70B
- GPT-4.1 Mini
Description
LLM-based document re-rankers utilizing decoder-only and Mixture-of-Experts (MoE) architectures are vulnerable to candidate-embedded prompt injections during multi-document comparison tasks. By embedding Decision Objective Hijacking (DOH) or Decision Criteria Hijacking (DCH) prompts into candidate documents, attackers can manipulate the model's preference to artificially elevate an injected document to the top rank. The vulnerability exploits the models' instruction-following capabilities and exhibits a distinct scaling vulnerability: larger, more capable LLMs (e.g., 70B parameter models) are significantly more susceptible than smaller counterparts. Furthermore, the vulnerability heavily exploits recency bias in causal decoders during setwise and listwise ranking, where back-of-passage (end-of-document) injections are substantially more disruptive than front-placed ones.
Examples
Specific Decision Objective Hijacking (DOH) and Decision Criteria Hijacking (DCH) adversarial prompt payloads can be found in the project repository. See repository at https://github.com/ielab/LLM-Ranker-Attack (opens in a new tab).
Impact
Successful injections severely degrade the end-to-end operational quality of the retrieval pipeline (averaging a 55.2% relative decline in nDCG@10). Adversaries can execute targeted search engine optimization (SEO) manipulation, displace gold-standard relevant documents with non-relevant or malicious content, and systematically degrade the trustworthiness of LLM-powered Information Retrieval (IR) and RAG systems.
Affected Systems
- LLM-based Information Retrieval and re-ranking pipelines.
- Systems utilizing decoder-only or MoE Large Language Models (including Qwen3, Gemma-3, LLaMA-3.3-70B, and GPT-4.1-mini).
- Rankers operating under pairwise, setwise, or listwise multi-document comparison paradigms.
- Pipelines processing domains with short document lengths (e.g., entity retrieval), which are particularly susceptible due to textual dilution effects.
Mitigation Steps
- Deploy Encoder-Decoder architectures (e.g., the Flan-T5 family) for re-ranking stages. Bidirectional encoding globally integrates semantics and heavily mitigates the recency bias exploited by end-of-passage injections, reducing Attack Success Rates (ASR) to negligible levels (~3%).
- Avoid relying on model scale for security; larger decoder-only models exhibit increased vulnerability to these specific hijacking attacks compared to smaller models.
- Sanitize or truncate candidate documents specifically at the tail end to disrupt back-of-passage injection placements, which are empirically proven to be the most damaging in setwise and listwise paradigms.
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary research source linked.
- 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
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- LLM-based Information Retrieval and re-ranking pipelines. Systems utilizing decoder-only or MoE Large Language Models (including Qwen3, Gemma-3, LLaMA-3.3-70B, and GPT-4.1-mini). Rankers operating under pairwise…
Research Paper
The Vulnerability of LLM Rankers to Prompt Injection Attacks
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.
https://arxiv.org/abs/2602.16752Related research
- Optimized Indirect Prompt Injection Crosses Retrieval Barrier
Published January 11, 2026 · application-layer, prompt-layer, injection
- Helpfulness-Oriented Jailbreak via Learning
Published September 1, 2025 · model-layer, prompt-layer, injection
- Search Agents Vulnerable to Unreliable Results
Published September 1, 2025 · application-layer, injection, jailbreak