English

Toward Universal and Transferable Jailbreak Attacks on Vision-Language Models

Machine Learning 2026-02-03 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Vision-language models (VLMs) extend large language models (LLMs) with vision encoders, enabling text generation conditioned on both images and text. However, this multimodal integration expands the attack surface by exposing the model to image-based jailbreaks crafted to induce harmful responses. Existing gradient-based jailbreak methods transfer poorly, as adversarial patterns overfit to a single white-box surrogate and fail to generalise to black-box models. In this work, we propose Universal and transferable jailbreak (UltraBreak), a framework that constrains adversarial patterns through transformations and regularisation in the vision space, while relaxing textual targets through semantic-based objectives. By defining its loss in the textual embedding space of the target LLM, UltraBreak discovers universal adversarial patterns that generalise across diverse jailbreak objectives. This combination of vision-level regularisation and semantically guided textual supervision mitigates surrogate overfitting and enables strong transferability across both models and attack targets. Extensive experiments show that UltraBreak consistently outperforms prior jailbreak methods. Further analysis reveals why earlier approaches fail to transfer, highlighting that smoothing the loss landscape via semantic objectives is crucial for enabling universal and transferable jailbreaks. The code is publicly available in our \href{https://github.com/kaiyuanCui/UltraBreak}{GitHub repository}.

Keywords

Cite

@article{arxiv.2602.01025,
  title  = {Toward Universal and Transferable Jailbreak Attacks on Vision-Language Models},
  author = {Kaiyuan Cui and Yige Li and Yutao Wu and Xingjun Ma and Sarah Erfani and Christopher Leckie and Hanxun Huang},
  journal= {arXiv preprint arXiv:2602.01025},
  year   = {2026}
}

Comments

ICLR 2026

R2 v1 2026-07-01T09:29:53.387Z