CRAIJul 8, 2025

CAVGAN: Unifying Jailbreak and Defense of LLMs via Generative Adversarial Attacks on their Internal Representations

arXiv:2507.06043v24 citationsh-index: 5Has CodeACL
Originality Incremental advance
AI Analysis

This addresses security risks in LLMs for users and developers by providing a combined attack-defense approach, though it is incremental as it builds on existing jailbreak and defense methods.

The paper tackles the vulnerability of security-aligned large language models (LLMs) to jailbreak attacks by proposing a unified framework that uses generative adversarial networks (GANs) to learn internal security boundaries, achieving an average jailbreak success rate of 88.85% and a defense success rate of 84.17% on state-of-the-art datasets.

Security alignment enables the Large Language Model (LLM) to gain the protection against malicious queries, but various jailbreak attack methods reveal the vulnerability of this security mechanism. Previous studies have isolated LLM jailbreak attacks and defenses. We analyze the security protection mechanism of the LLM, and propose a framework that combines attack and defense. Our method is based on the linearly separable property of LLM intermediate layer embedding, as well as the essence of jailbreak attack, which aims to embed harmful problems and transfer them to the safe area. We utilize generative adversarial network (GAN) to learn the security judgment boundary inside the LLM to achieve efficient jailbreak attack and defense. The experimental results indicate that our method achieves an average jailbreak success rate of 88.85\% across three popular LLMs, while the defense success rate on the state-of-the-art jailbreak dataset reaches an average of 84.17\%. This not only validates the effectiveness of our approach but also sheds light on the internal security mechanisms of LLMs, offering new insights for enhancing model security The code and data are available at https://github.com/NLPGM/CAVGAN.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes