Medical MLLM is Vulnerable: Cross-Modality Jailbreak and Mismatched Attacks on Medical Multimodal Large Language Models
Xijie Huang, Xinyuan Wang, Hantao Zhang, Yinghao Zhu, Jiawen Xi, Jingkun An, Hao Wang, Hao Liang, Chengwei Pan
TL;DR
The paper addresses safety gaps in Medical Multimodal LLMs (MedMLLMs) by formalizing clinical mismatches and malicious queries as $2M$-attack and $O2M$-attack, and by introducing the 3MAD dataset to benchmark vulnerabilities. It proposes Multimodal Cross-Optimization ($MCM$) to effectively jailbreak MedMLLMs through coordinated text and image perturbations, and demonstrates superior attack performance in white-box and transfer settings across four SOTA models. Key contributions include the 3MAD dataset (66K+ images, 18 modality-region combinations, 1,080 GPT-4-aided prompts, plus Tiny variant), the $MCM$ framework, and comprehensive evaluations showing MedMLLMs remain vulnerable despite security features like RLHF and system prompts. The work highlights urgent practical implications for deploying MedMLLMs in clinical environments and suggests concrete defenses to enhance safety for open-source medical multimodal systems.
Abstract
Security concerns related to Large Language Models (LLMs) have been extensively explored, yet the safety implications for Multimodal Large Language Models (MLLMs), particularly in medical contexts (MedMLLMs), remain insufficiently studied. This paper delves into the underexplored security vulnerabilities of MedMLLMs, especially when deployed in clinical environments where the accuracy and relevance of question-and-answer interactions are critically tested against complex medical challenges. By combining existing clinical medical data with atypical natural phenomena, we define the mismatched malicious attack (2M-attack) and introduce its optimized version, known as the optimized mismatched malicious attack (O2M-attack or 2M-optimization). Using the voluminous 3MAD dataset that we construct, which covers a wide range of medical image modalities and harmful medical scenarios, we conduct a comprehensive analysis and propose the MCM optimization method, which significantly enhances the attack success rate on MedMLLMs. Evaluations with this dataset and attack methods, including white-box attacks on LLaVA-Med and transfer attacks (black-box) on four other SOTA models, indicate that even MedMLLMs designed with enhanced security features remain vulnerable to security breaches. Our work underscores the urgent need for a concerted effort to implement robust security measures and enhance the safety and efficacy of open-source MedMLLMs, particularly given the potential severity of jailbreak attacks and other malicious or clinically significant exploits in medical settings. Our code is available at https://github.com/dirtycomputer/O2M_attack.
