The LMVD-ID is an internal research identifier, not an official CVE identifier.
LLM Lower Layer Freeze Jailbreak
A vulnerability exists in Large Language Models (LLMs) that allows for efficient jailbreaking by selectively fine-tuning only the lower layers of the model with a toxic dataset. This "Freeze Training" method, as…
Paper-evaluated models(7)
Baichuan 2 7B Chat, GLM 4 9B Chat HF, Llama 3.1 8B Instruct +4 more
- Baichuan 2 7B Chat
- GLM 4 9B Chat HF
- Llama 3.1 8B Instruct
- Ministral 8B Instruct 2410
- Qwen 2.5 7B Instruct
- Qwen 2.5 14B Instruct
- Qwen 2.5 32B Instruct
Description
A vulnerability exists in Large Language Models (LLMs) that allows for efficient jailbreaking by selectively fine-tuning only the lower layers of the model with a toxic dataset. This "Freeze Training" method, as described in the research paper, concentrates the fine-tuning on layers identified as being highly sensitive to the generation of harmful content. This approach significantly reduces training duration and GPU memory consumption while maintaining a high jailbreak success rate.
Examples
The paper demonstrates that fine-tuning the first five layers ("Freeze-Front5-SFT") achieves an Attack Success Rate (ASR) of 84.19% and a Harm Score of 4.33 on the Qwen2.5-7B-Instruct model, with only 1.5 hours and 169.2 GB GPU memory usage.
Impact
Successful exploitation of this vulnerability can lead to the generation of harmful content, bypassing safety mechanisms implemented in the LLM. The paper specifically targets jailbreak attacks, allowing the model to produce outputs that violate ethical guidelines, legal requirements, or the model's intended use.
Affected Systems
Large Language Models (LLMs) that are vulnerable to jailbreak attacks. The paper evaluates Qwen2.5-7B/14B/32B-Instruct, GLM-4-9B-Chat-HF, Llama-3.1-8B-Instruct, Ministral-8B-Instruct-2410, Baichuan2-7B-Chat, and a DeepSeek-R1-Abliterated comparison model.
Mitigation Steps
- Implement fine-tuning methods that include a broad range of layers, specifically incorporating a balance between lower and higher layers, for all training, not only for safety alignment.
- Develop metrics for identifying and mitigating the sensitivity of lower layers to harmful content, such as the use of "Comprehensive Sensitivity Score" (S_score) described in the paper.
- Use a combination of training on the full and lower layers and test the effects of these changes on current jailbreak methods.
- Employ techniques to penalize deviation from the expected behavior in the parameter updates during fine-tuning.
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
- Fine-tuning
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Large Language Models (LLMs) that are vulnerable to jailbreak attacks. The paper evaluates Qwen2.5-7B/14B/32B-Instruct, GLM-4-9B-Chat-HF, Llama-3.1-8B-Instruct, Ministral-8B-Instruct-2410, Baichuan2-7B-Chat, and a…
Research Paper
Efficient Jailbreaking of Large Models by Freeze Training: Lower Layers Exhibit Greater Sensitivity to Harmful Content
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.20952Related research
- Unified Robustness Gap
Published February 1, 2026 · model-layer, prompt-layer, injection
- LLM Judge Manipulation
Published March 1, 2026 · model-layer, application-layer, prompt-layer
- Chunky Post-Training Miscalibration
Published February 1, 2026 · model-layer, jailbreak, hallucination