Jailbreak in pieces: Compositional Adversarial Attacks on Multi-Modal Language Models

Erfan Shayegani,Yue Dong,Nael Abu-Ghazaleh
2023-10-11
Abstract:We introduce new jailbreak attacks on vision language models (VLMs), which use aligned LLMs and are resilient to text-only jailbreak attacks. Specifically, we develop cross-modality attacks on alignment where we pair adversarial images going through the vision encoder with textual prompts to break the alignment of the language model. Our attacks employ a novel compositional strategy that combines an image, adversarially targeted towards toxic embeddings, with generic prompts to accomplish the jailbreak. Thus, the LLM draws the context to answer the generic prompt from the adversarial image. The generation of benign-appearing adversarial images leverages a novel embedding-space-based methodology, operating with no access to the LLM model. Instead, the attacks require access only to the vision encoder and utilize one of our four embedding space targeting strategies. By not requiring access to the LLM, the attacks lower the entry barrier for attackers, particularly when vision encoders such as CLIP are embedded in closed-source LLMs. The attacks achieve a high success rate across different VLMs, highlighting the risk of cross-modality alignment vulnerabilities, and the need for new alignment approaches for multi-modal models.
Cryptography and Security,Computation and Language
What problem does this paper attempt to address?
The paper primarily explores and addresses the vulnerability issues of multimodal language models (VLMs) in cross-modal alignment, particularly focusing on methods of attacking visual-language models through image inputs. The authors propose a novel composite adversarial attack method that leverages aligned LLMs and disrupts the model's alignment mechanism by combining adversarial images with text prompts. This approach differs from traditional text-only attacks as it exploits vulnerabilities in the image modality, thereby lowering the attacker's threshold and demonstrating high success rates of attacks on different VLMs. Additionally, the paper emphasizes the risks of such cross-modal alignment vulnerabilities and the importance of new alignment methods for multimodal models.