The LMVD-ID is an internal research identifier, not an official CVE identifier.
Reinforcement Learning Jailbreak
PathSeeker demonstrates a novel black-box jailbreak attack against Large Language Models (LLMs) that utilizes multi-agent reinforcement learning. The attack iteratively modifies input prompts based on model responses…
Paper-evaluated models(17)
Claude 3.5 Sonnet, DeepSeek Chat, Deepseek-coder +14 more
- Claude 3.5 Sonnet
- DeepSeek Chat
- Deepseek-coder
- Gemini 1.5 Flash
- Gemma2-8B-instruct
- Glm-4-air
- GPT-3.5 Turbo
- GPT-4o Mini
- Llama 2 13B Chat
- Llama 2 7B Chat
- Llama 3 70B
- Llama 3.1 405B
- Llama 3.1 70B
- Llama 3.1 8B
- Mistral Nemo
- Qwen 2 7B Instruct
- Vicuna 7B
Description
PathSeeker demonstrates a novel black-box jailbreak attack against Large Language Models (LLMs) that utilizes multi-agent reinforcement learning. The attack iteratively modifies input prompts based on model responses, leveraging a reward mechanism focused on vocabulary expansion in the LLM's output to circumvent safety mechanisms and elicit harmful responses. This technique bypasses existing safety filters by encouraging the model to relax its constraints, rather than directly targeting specific keywords or phrases.
Examples
See the PathSeeker research paper for specific examples and detailed experimental setups. The paper includes examples of successful attacks against various LLMs, including commercial models with strong safety alignments. Reproducing the attacks requires access to the LLMs and the implementation of the PathSeeker algorithm, which is not publicly available in a code repository at the time of CVE creation.
Impact
Successful exploitation of this vulnerability allows an attacker to bypass LLMs' safety and ethical constraints, leading to the generation of harmful, inappropriate, or dangerous content. The high success rate demonstrated in the research against various commercial and open-source models signifies a significant risk. The attack's efficiency, requiring fewer queries than existing methods, increases its practicality and threat level.
Affected Systems
A wide range of commercially available and open-source LLMs are vulnerable. The research paper specifically names GPT-3.5-turbo, GPT-4o-mini, Claude-3.5-sonnet, GLM-4-air, Llama series models (Llama-2-7b-chat, Llama-2-13b-chat, Llama-3-70b, Llama-3.1-8b, Llama-3.1-70b, Llama-3.1-405b), Deepseek series models, Gemma2-8b-instruct, Vicuna-7b, Gemini-1.5-flash, Qwen2-7b-instruct, and Mistral-NeMo as affected systems. This list is not exhaustive.
Mitigation Steps
- Improved Reward Mechanisms: Develop and implement more robust reward mechanisms for reinforcement learning-based safety training that are not susceptible to manipulation by focusing on aspects of the output beyond vocabulary richness.
- Enhanced Input Sanitization: Strengthen input sanitization techniques to detect and mitigate prompt manipulation strategies employed by PathSeeker and similar attacks.
- Defense Against Vocabulary Expansion: Implement mechanisms to detect and prevent the gradual relaxation of safety constraints via vocabulary expansion in model responses.
- Diverse Defense Strategies: Implement a diverse range of safety and security measures to prevent attacks that exploit specific vulnerabilities or failure modes. Relying on a single approach is less effective.
- Regular Security Auditing: Conduct frequent and rigorous security assessments through red teaming and adversarial training to identify and address emerging vulnerabilities.
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 commercially available and open-source LLMs are vulnerable. The research paper specifically names GPT-3.5-turbo, GPT-4o-mini, Claude-3.5-sonnet, GLM-4-air, Llama series models (Llama-2-7b-chat…
Research Paper
PathSeeker: Exploring LLM Security Vulnerabilities with a Reinforcement Learning-Based Jailbreak Approach
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/2409.14177Related research
- LLM Fuzz-Based Jailbreak
Published March 1, 2025 · prompt-layer, jailbreak, blackbox
- Template and Suffix Optimization
Published November 1, 2025 · model-layer, prompt-layer, injection
- Distilled Jailbreak Prompt Generator
Published February 1, 2025 · prompt-layer, jailbreak, blackbox