Model Merging Reveals New Jailbreak Risks in LLMs

Yu Zhe, Yixin Tan, Junhao Wei, Wang Chen· August 28, 2026 View original

Key takeaways

  • Model merging can expose new jailbreak risks rooted in the pretrained foundation model, even if constituent models are safe.
  • Attackers can create transferable jailbreak prompts that work across merged model families.
  • Basin-Aware Jailbreak (BAJ) is a new method for generating these transferable adversarial suffixes.
  • BAJ achieves high transfer success rates and is effective against existing defenses, highlighting a critical safety gap.

Who benefits

AI/ML DevelopmentCybersecurityContent ModerationSoftware Development

Summary

Research shows that merging individually safety-aligned language models can expose new jailbreak vulnerabilities rooted in the pretrained foundation model. A new method, Basin-Aware Jailbreak (BAJ), generates transferable adversarial suffixes that exploit this risk across merged model families.

Model merging is a technique that combines multiple finetuned language models without additional training, offering efficiency benefits. However, its implications for model safety have been largely unexplored. Previous assumptions often attributed merging risks solely to unsafe constituent models, implying that merging individually aligned models would preserve safety. Contrary to this, new research reveals a previously overlooked jailbreak risk that emerges specifically from the pretrained foundation model, even when all individual constituent models are safety-aligned. This means that the act of merging can expose latent vulnerabilities. To exploit this phenomenon, a new threat setting is proposed where an attacker can craft jailbreak prompts that generalize across different merged models sharing the same pretrained backbone, even without knowing the exact merging coefficients or constituent checkpoints. To facilitate this attack, a method called Basin-Aware Jailbreak (BAJ) has been developed. BAJ frames jailbreak generation as a min-max optimization problem over the merging space, designed to produce adversarial suffixes that are highly transferable across families of merged models. Experiments across various backbones and merging configurations demonstrate that BAJ consistently achieves high transfer success rates and remains effective even when existing defenses are in place, highlighting a critical new area for AI safety research.

Why it matters

This research uncovers a significant and previously underestimated security vulnerability in large language models, particularly those created through model merging. Professionals involved in AI development and deployment must be aware of these new jailbreak risks to build more robust and secure AI systems.

How to implement this in your domain

  1. 1Review your model merging practices for potential new jailbreak vulnerabilities.
  2. 2Implement robust red-teaming exercises specifically targeting merged model families using techniques like BAJ.
  3. 3Develop and test new defense mechanisms that account for jailbreaks originating from the pretrained backbone.
  4. 4Educate AI development teams on the unique security implications of model merging.
  5. 5Collaborate with security researchers to stay ahead of emerging adversarial attack vectors on LLMs.

Original post by Yu Zhe, Yixin Tan, Junhao Wei, Wang Chen

"arXiv:2608.26506v1 Announce Type: new Abstract: Model merging enables combining multiple fine-tuned models without additional training, but its safety implications remain poorly understood. Prior work primarily attributes merging risks to unsafe constituent models, implicitly ass…"

View on X

Originally posted by Yu Zhe, Yixin Tan, Junhao Wei, Wang Chen on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Emotional Preferences Regulate Goal Priorities in Reinforcement Learning Agents

This paper proposes a computational framework where higher-level goals autonomously generate state-dependent emotional preferences to regulate the priorities of competing lower-level objectives in reinforcement learning agents. It demonstrates how this emergent preference function exhibits contextual priority switching and improves performance over fixed-preference strategies in multi-objective exploration environments.

Shiqi Liu, Yihua Tan, Hu Fu, Guanyu QiAug 28, 2026
AI Engineering & DevToolsAI Research

New Framework Unifies Task Detection and Adaptation for Continual Learning

This paper proposes FiUni, a Fisher-guided unified framework for task-free continual learning in LLMs that combines batch-level task detection with parameter-efficient adaptation. FiUni uses Fisher information matrix (FIM) properties to dynamically determine whether to reuse, expand, or create new low-rank adaptation (LoRA) subspaces, effectively mitigating catastrophic forgetting without explicit task boundaries.

Dezheng Han, Anbang Zhang, Zhihao Zhu, Shuaishuai GuoAug 28, 2026
AI Engineering & DevToolsAI Research

Soft EMG Interface Enables Machine Learning-Powered Silent Speech Recognition

This paper introduces a soft, active electromyography (EMG) interface worn on the hand that enables word-level silent speech recognition (SSR) using machine learning. The device acquires stable EMG signals from a fingertip electrode near the lips, achieving 97.2% accuracy on a 30-word vocabulary and demonstrating real-time drone control in noisy environments.

Yuta Kurotaki, Shusuke Yamakoshi, Reitaro Yoshida, Yutaka Isoda, Tamami Takano, Yuji Isano, Yusuke Miyake, Kentaro Kuribayashi, Hiroki OtaAug 28, 2026