ImgTrojan: Jailbreaking Vision-Language Models with ONE Image
Xijia Tao, Shuai Zhong, Lei Li, Qi Liu, Lingpeng Kong
TL;DR
<3-5 sentence high-level summary> ImgTrojan exposes a cross-modal data-poisoning vulnerability in vision-language models by embedding jailbreak prompts into a small set of image-caption pairs during training, enabling clean images to trigger harmful responses at inference via an image-to-JBP association. The attack achieves high Attack Success Rates (ASR) with minimal degradation to caption quality, and persists even after subsequent fine-tuning with clean data, highlighting weaknesses in data-source pipelines and post-training alignment. The study analyzes poison ratios, identifies the Trojan’s locus primarily in the LLM component, and demonstrates transferability across model families (e.g., LLaVA and Qwen-VL), while showing that standard filtering and some defensive strategies offer limited protection. These findings stress the urgency of developing robust data-sourcing defenses and safer instruction-tuning practices for open-source VLM ecosystems.
Abstract
There has been an increasing interest in the alignment of large language models (LLMs) with human values. However, the safety issues of their integration with a vision module, or vision language models (VLMs), remain relatively underexplored. In this paper, we propose a novel jailbreaking attack against VLMs, aiming to bypass their safety barrier when a user inputs harmful instructions. A scenario where our poisoned (image, text) data pairs are included in the training data is assumed. By replacing the original textual captions with malicious jailbreak prompts, our method can perform jailbreak attacks with the poisoned images. Moreover, we analyze the effect of poison ratios and positions of trainable parameters on our attack's success rate. For evaluation, we design two metrics to quantify the success rate and the stealthiness of our attack. Together with a list of curated harmful instructions, a benchmark for measuring attack efficacy is provided. We demonstrate the efficacy of our attack by comparing it with baseline methods.
