The LMVD-ID is an internal research identifier, not an official CVE identifier.
Distilled Jailbreak Prompt Generator
The Knowledge-Distilled Attacker (KDA) model, when used to generate prompts for large language models (LLMs), can bypass LLM safety mechanisms resulting in the generation of harmful, inappropriate, or misaligned…
Paper-evaluated models(11)
Claude 2.1, GPT-3.5 Turbo, GPT-4 +8 more
- Claude 2.1
- GPT-3.5 Turbo
- GPT-4
- GPT-4 Turbo
- Llama 2 13B Chat
- Llama 2 7B Chat
- Mistral 7B
- Qwen 14B Chat
- Qwen 7B Chat
- Vicuna 13B
- Vicuna 7B
Description
The Knowledge-Distilled Attacker (KDA) model, when used to generate prompts for large language models (LLMs), can bypass LLM safety mechanisms resulting in the generation of harmful, inappropriate, or misaligned content. KDA's effectiveness stems from its ability to generate diverse and coherent attack prompts efficiently, surpassing existing methods in attack success rate and speed. The vulnerability lies in the LLMs' insufficient defenses against the diverse prompt generation strategies learned and employed by KDA.
Examples
See arXiv:2502.05223 (opens in a new tab) for specific examples of prompts generated by KDA and their effects on various LLMs.
Impact
Successful exploitation of this vulnerability can lead to the generation of harmful content, including but not limited to: hate speech, misinformation, instructions for illegal activities, and personal attacks. This compromises the safety and reliability of the affected LLMs and could have severe consequences depending on the application context.
Affected Systems
A wide range of open-source and commercial LLMs are susceptible, including but not limited to: Llama-2-7B-Chat, Llama-2-13B-Chat, Vicuna, Qwen, Mistral, GPT-3.5-Turbo, GPT-4-Turbo, and Claude2.1. The specific impact may vary across models depending on their safety mechanisms.
Mitigation Steps
- Strengthen LLM safety mechanisms to better resist diverse prompt styles and techniques.
- Implement robust prompt filtering and content moderation systems.
- Develop and deploy advanced detection techniques to identify and block malicious prompts generated by KDA-like approaches.
- Continuously monitor and update safety measures to adapt to evolving attack strategies.
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
- No related deployment category is classified.
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- A wide range of open-source and commercial LLMs are susceptible, including but not limited to: Llama-2-7B-Chat, Llama-2-13B-Chat, Vicuna, Qwen, Mistral, GPT-3.5-Turbo, GPT-4-Turbo, and Claude2.1. The specific impact…
Research Paper
KDA: A Knowledge-Distilled Attacker for Generating Diverse Prompts to Jailbreak LLMs
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/2502.05223Related research
- Adaptive LLM Jailbreaks
Published April 1, 2024 · prompt-layer, jailbreak, blackbox
- Reinforcement Learning Jailbreak
Published September 1, 2024 · prompt-layer, jailbreak, blackbox
- Template and Suffix Optimization
Published November 1, 2025 · model-layer, prompt-layer, injection