Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: e60259b5
Paper published May 1, 2024
Entry analyzed December 29, 2024
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Adversarial Speech Jailbreak

Multimodal Large Language Models (LLMs) processing speech input are vulnerable to adversarial attacks. Imperceptible perturbations added to audio input can cause the model to generate unsafe or harmful text responses…

BibTeX citation

Paper-evaluated models(5)

Flan-T5 XL, Llama 7B, Llama 2 13B Chat +2 more
  • Flan-T5 XL
  • Llama 7B
  • Llama 2 13B Chat
  • Mistral 7B Instruct
  • SpeechGPT

Description

Multimodal Large Language Models (LLMs) processing speech input are vulnerable to adversarial attacks. Imperceptible perturbations added to audio input can cause the model to generate unsafe or harmful text responses, overriding built-in safety mechanisms. The attacks are effective even with limited knowledge of the model's internal workings, demonstrating transferability across different models.

Examples

See arXiv:2405.08317 (opens in a new tab) for details on the attack methodology and specific examples of adversarial audio perturbations. The paper demonstrates attacks using both white-box (full model access) and black-box (limited model access) techniques. Specific audio examples are not publicly available due to ethical concerns.

Impact

Successful attacks lead to the generation of unsafe and harmful text responses by the LLM, regardless of its intended safety constraints. This compromises the reliability and trustworthiness of the system, potentially allowing malicious actors to circumvent safety protocols and elicit harmful content. The level of impact depends on the application context and the severity of the generated harmful content.

Affected Systems

Multimodal Large Language Models that process speech input and generate text responses. Specifically, the paper notes vulnerability in models using Conformer audio encoders and Flan-T5-XL or Mistral-7bInstruct language models. The vulnerability is likely to affect similar architectures.

Mitigation Steps

  • Implement Time-Domain Noise Flooding (TDNF) as a pre-processing step. Adding random noise to the audio input can mitigate the effectiveness of adversarial attacks. The optimal Signal-to-Noise Ratio (SNR) needs to be determined empirically.
  • Develop and deploy more robust adversarial training techniques tailored to the speech modality.
  • Regularly evaluate models for vulnerabilities to adversarial attacks, using both white-box and black-box testing methods.

Research context and confidence

Evidence and verification
Paper-reported; independent reproduction is not documented.
Primary research source linked.
Severity
Not rated by this catalog.
Source and publication type
arXiv · Research preprint.
Peer-review status is not provided by this source.
Author and publication status
Author metadata is not stored; see the primary paper.
Threat model and attacker access
Both white-box and black-box research contexts are tagged; consult the primary paper for target-specific access.
Related deployment categories
Audio models
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
Multimodal Large Language Models that process speech input and generate text responses. Specifically, the paper notes vulnerability in models using Conformer audio encoders and Flan-T5-XL or Mistral-7bInstruct language…

Research Paper

SpeechGuard: Exploring the adversarial robustness of multimodal large language models

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper

Evidence

This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.

https://arxiv.org/abs/2405.08317