The LMVD-ID is an internal research identifier, not an official CVE identifier.
Distilled Jailbreak Attacks
A vulnerability in Large Language Models (LLMs) allows adversarial prompt distillation from a large language model (LLM) to a smaller language model (SLM), enabling efficient and stealthy jailbreak attacks. The attack…
Paper-evaluated models(11)
BERT Base, Gemma 2 27B, Gemma 2 2B +8 more
- BERT Base
- Gemma 2 27B
- Gemma 2 2B
- GPT-3.5 Turbo
- GPT-4
- GPT-4o
- Llama 2 13B
- Llama 2 7B
- Llama 3.2 1B
- Vicuna 13B
- Vicuna 7B
Description
A vulnerability in Large Language Models (LLMs) allows adversarial prompt distillation from a large language model (LLM) to a smaller language model (SLM), enabling efficient and stealthy jailbreak attacks. The attack leverages knowledge distillation techniques, reinforcement learning, and dynamic temperature control to transfer the LLM's ability to bypass safety mechanisms to a smaller, more easily deployable SLM. This allows for lower computational cost attacks with a potentially high success rate.
Examples
See the repository linked in the paper abstract. (Note: The provided paper gives specific examples, but these cannot be reproduced here due to their sensitive and potentially harmful nature. The repository is the recommended source for detailed examples.)
Impact
Successful exploitation of this vulnerability allows attackers to bypass LLM safety measures and induce the generation of harmful or malicious content. This can have significant ethical and security implications, impacting users and potentially compromising sensitive information. The reduced computational overhead enables broader and potentially more widespread attacks.
Affected Systems
The vulnerability affects various LLMs, including but not limited to GPT-4, GPT-3.5-turbo, Llama-2, and Vicuna-7B, and potentially others susceptible to this type of knowledge distillation attack. Specifically, those models that allow for fine tuning via LoRA are at higher risk.
Mitigation Steps
- Implement robust prompt filtering and detection mechanisms that can identify and mitigate adversarial prompts, even those generated by smaller models.
- Develop and integrate more sophisticated safety mechanisms that are less susceptible to adversarial attacks.
- Explore and implement techniques to reduce the transferability of adversarial knowledge between LLMs and SLMs.
- Regularly update and retrain LLMs with improved safety datasets to enhance their resilience against emerging attacks.
- Monitor for anomalous activity during inference.
- Limit the available compute resources for SLMs, to make large scale attacks more resource intensive.
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
- Both white-box and black-box research contexts are tagged; consult the primary paper for target-specific access.
- Related deployment categories
- No related deployment category is classified.
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- The vulnerability affects various LLMs, including but not limited to GPT-4, GPT-3.5-turbo, Llama-2, and Vicuna-7B, and potentially others susceptible to this type of knowledge distillation attack. Specifically, those…
Research Paper
Efficient and Stealthy Jailbreak Attacks via Adversarial Prompt Distillation from LLMs to SLMs
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/2506.17231Related research
- Template and Suffix Optimization
Published November 1, 2025 · model-layer, prompt-layer, injection
- Ensemble Jailbreak Technique
Published August 1, 2024 · prompt-layer, jailbreak, blackbox
- Amplified Adversarial Suffix Generation
Published April 1, 2024 · prompt-layer, jailbreak, model-layer