Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: e50b7819
Paper published December 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.

Audio Adversarial Jailbreak

Large Audio-Language Models (LALMs) are vulnerable to a stealthy adversarial jailbreak attack, AdvWave, which leverages a dual-phase optimization to overcome gradient shattering caused by audio discretization. The…

BibTeX citation

Paper-evaluated models(4)

  • GPT-4o
  • Llama Omni
  • Qwen 2 Audio
  • SpeechGPT

Description

Large Audio-Language Models (LALMs) are vulnerable to a stealthy adversarial jailbreak attack, AdvWave, which leverages a dual-phase optimization to overcome gradient shattering caused by audio discretization. The attack crafts adversarial audio by adding perceptually realistic environmental noise, making it difficult to detect. The attack also dynamically adapts the adversarial target based on the LALM's response patterns.

Examples

See the paper for specific examples and prompts used to generate adversarial audio snippets that successfully jailbreak various LALMs, including SpeechGPT, Qwen2-Audio, Llama-Omni and GPT-4O-S2S. The paper includes examples of both white-box and black-box attacks and the methodology to create them.

Impact

Successful exploitation of this vulnerability allows attackers to elicit unsafe and harmful responses from LALMs, circumventing their built-in safety mechanisms. This can lead to the generation of illegal instructions, malicious code, harmful advice, and other dangerous outputs. The stealthiness of the attack makes it difficult to detect and mitigate.

Affected Systems

All LALMs using audio encoders with discretization operations are potentially affected. Specific models tested and shown vulnerable in the paper include SpeechGPT, Qwen2-Audio, Llama-Omni, and GPT-4O-S2S.

Mitigation Steps

  • Improve robustness of audio encoders to adversarial attacks.
  • Develop more sophisticated safety mechanisms to detect and mitigate adversarial audio inputs.
  • Implement more robust and diverse safety filters beyond keyword blocking.
  • Develop detection mechanisms to identify unusual response patterns indicative of jailbreaks.
  • Incorporate adversarial training techniques to enhance model resistance to this type of attack.

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
Black-box model, service, or application access.
Related deployment categories
Agent workflows; Audio models
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
All LALMs using audio encoders with discretization operations are potentially affected. Specific models tested and shown vulnerable in the paper include SpeechGPT, Qwen2-Audio, Llama-Omni, and GPT-4O-S2S.

Research Paper

AdvWave: Stealthy Adversarial Jailbreak Attack against Large Audio-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/2412.08608