The LMVD-ID is an internal research identifier, not an official CVE identifier.
LLM Data Poisoning Jailbreak
Large Language Models (LLMs) are vulnerable to a novel attack paradigm, "jailbreak-tuning," which combines data poisoning with jailbreaking techniques to bypass existing safety safeguards. This allows malicious actors…
Paper-evaluated models(6)
GPT-3.5 (GPT-3.5-turbo-0125), GPT-4, GPT-4o +3 more
- GPT-3.5 (GPT-3.5-turbo-0125)
- GPT-4
- GPT-4o
- GPT-4o Mini (GPT-4o-mini-2024-07-18)
- Qwen 1.5
- Yi 1.5
Description
Large Language Models (LLMs) are vulnerable to a novel attack paradigm, "jailbreak-tuning," which combines data poisoning with jailbreaking techniques to bypass existing safety safeguards. This allows malicious actors to fine-tune LLMs to reliably generate harmful outputs, even when trained on mostly benign data. The vulnerability is amplified in larger LLMs, which are more susceptible to learning harmful behaviors from even minimal exposure to poisoned data.
Examples
The research paper details specific examples of jailbreak-tuning attacks using various poisoned datasets (Harmful QA, Sentiment Steering, Code Backdoor) and different trigger phrases (cipher jailbreaks and skeleton jailbreaks). See arXiv:2408.02946 (opens in a new tab) for detailed examples and dataset compositions. Note that the precise trigger phrases are not publicly released to mitigate potential misuse.
Impact
Successful jailbreak-tuning attacks can lead to LLMs generating high-quality, harmful content (e.g., detailed instructions for illegal activities, generation of biased or toxic text, compromised code) effectively circumventing built-in safety mechanisms. The vulnerability is particularly concerning given that larger LLMs, which are generally more capable and widely deployed, are more susceptible to this attack.
Affected Systems
The vulnerability affects LLMs that support fine-tuning capabilities, including (but not limited to) models from OpenAI (GPT-3.5, GPT-4, GPT-4o, GPT-4o mini) and various open-source models (Llama 2, Llama 3, Qwen 1.5, Qwen 2, Yi 1.5, Gemma, Gemma 2). The susceptibility increases with model size.
Mitigation Steps
- Implement more robust input and output moderation systems during fine-tuning. These systems should be capable of detecting and blocking not only obvious harmful data but also subtly poisoned data designed to exploit vulnerabilities.
- Develop strategies for detecting and mitigating jailbreaking attacks during both the input dataset screening and the trained model evaluation phases.
- Thoroughly red-team fine-tuning APIs before public release to identify and address potential vulnerabilities.
- Rely less on fine-tuning for safety and incorporate more robust safety mechanisms directly in model architecture and training processes.
- Investigate techniques to increase the robustness of larger LLMs against data poisoning attacks.
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
- Fine-tuning
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- The vulnerability affects LLMs that support fine-tuning capabilities, including (but not limited to) models from OpenAI (GPT-3.5, GPT-4, GPT-4o, GPT-4o mini) and various open-source models (Llama 2, Llama 3, Qwen 1.5…
Research Paper
Data Poisoning in LLMs: Jailbreak-Tuning and Scaling Laws
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/2408.02946Related research
- LLM Judge Manipulation
Published March 1, 2026 · model-layer, application-layer, prompt-layer
- Voice Agent Behavioral Bypass
Published February 1, 2026 · model-layer, application-layer, injection
- Unified Robustness Gap
Published February 1, 2026 · model-layer, prompt-layer, injection