paper-with-me

Papers

Audio Jailbreak Attacks: Exposing Vulnerabilities in SpeechGPT in a White-Box Framework

2025-05-24 · Binhao Ma, Hanqing Guo, Zhengping Jay Luo, Rui Duan

Recent advances in Multimodal Large Language Models (MLLMs) have significantly enhanced the naturalness and flexibility of human computer interaction by enabling seamless understanding across text, vision, and audio modalities. Among these, voice enabled models such as SpeechGPT have demonstrated considerable improvements in usability, offering expressive, and emotionally responsive interactions that foster deeper connections in real world communication scenarios. However, the use of voice introduces new security risks, as attackers can exploit the unique characteristics of spoken language, such as timing, pronunciation variability, and speech to text translation, to craft inputs that bypass defenses in ways not seen in text-based systems. Despite substantial research on text based jailbreaks, the voice modality remains largely underexplored in terms of both attack strategies and defense mechanisms. In this work, we present an adversarial attack targeting the speech input of aligned MLLMs in a white box scenario. Specifically, we introduce a novel token level attack that leverages access to the model's speech tokenization to generate adversarial token sequences. These sequences are then synthesized into audio prompts, which effectively bypass alignment safeguards and to induce prohibited outputs. Evaluated on SpeechGPT, our approach achieves up to 89 percent attack success rate across multiple restricted tasks, significantly outperforming existing voice based jailbreak methods. Our findings shed light on the vulnerabilities of voice-enabled multimodal systems and to help guide the development of more robust next-generation MLLMs.

📄 PDF Abstract BibTeX arXiv:2505.18864

Code (1)

Magic-Ma-tech/Audio-Jailbreak-Attacks 공식 구현 pytorch

Tasks

Adversarial AttackSpeech TokenizationSpeech-to-TextSpeech-to-Text Translation

Similar Papers 제목 키워드 기반

Transferable Ensemble Black-box Jailbreak Attacks on Large Language Models

2024-10-31 · Yiqi Yang, Hongye Fu

In this report, we propose a novel black-box jailbreak attacking framework that incorporates various LLM-as-Attacker methods to deliver transferable and powerful jailbreak attacks. Our method is designed based on three k…

Layer-Level Self-Exposure and Patch: Affirmative Token Mitigation for Jailbreak Attack Defense

2025-01-05 · Yang Ouyang, Hengrui Gu, Shuhang Lin, Wenyue Hua 외

As large language models (LLMs) are increasingly deployed in diverse applications, including chatbot assistants and code generation, aligning their behavior with safety and ethical standards has become paramount. However…

ChatbotCode Generation

JALMBench: Benchmarking Jailbreak Vulnerabilities in Audio Language Models

2025-05-23 · Zifan Peng, Yule Liu, Zhen Sun, Mingchen Li 외

Audio Language Models (ALMs) have made significant progress recently. These models integrate the audio modality directly into the model, rather than converting speech into text and inputting text to Large Language Models…

BenchmarkingDiversity

Multilingual and Multi-Accent Jailbreaking of Audio LLMs

2025-04-01 · Jaechul Roh, Virat Shejwalkar, Amir Houmansadr

Large Audio Language Models (LALMs) have significantly advanced audio understanding but introduce critical security risks, particularly through audio jailbreaks. While prior work has focused on English-centric attacks, w…

MUSE: MCTS-Driven Red Teaming Framework for Enhanced Multi-Turn Dialogue Safety in Large Language Models

2025-09-18 · Siyu Yan, Long Zeng, Xuecheng Wu, Chengcheng Han 외 arxiv

As large language models~(LLMs) become widely adopted, ensuring their alignment with human values is crucial to prevent jailbreaks where adversaries manipulate models to produce harmful content. While most defenses targe…

Red Teaming