Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: daca2ed7
Paper published May 1, 2025
Entry analyzed May 31, 2025
Paper-reported evidence
Confidence: Source-linked

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

Audio Adversarial Jailbreak

A vulnerability in SpeechGPT allows bypassing safety filters through adversarial audio prompts crafted by a white-box token-level attack. The attacker leverages knowledge of SpeechGPT's internal speech tokenization…

BibTeX citation

Paper-evaluated models(1)

  • SpeechGPT

Description

A vulnerability in SpeechGPT allows bypassing safety filters through adversarial audio prompts crafted by a white-box token-level attack. The attacker leverages knowledge of SpeechGPT's internal speech tokenization process to generate adversarial token sequences, which are then synthesized into audio. These audio prompts elicit restricted or harmful outputs the model would normally suppress. The attack's effectiveness relies on the model's discrete audio token representation and does not require access to model parameters or gradients.

Examples

See the paper's GitHub repository: https://github.com/Magic-Ma-tech/AudioJailbreak-Attacks/tree/main (opens in a new tab). Specific examples of adversarial audio and the resulting model outputs are included in the paper.

Impact

Successful exploitation allows an attacker to elicit harmful, unethical, or otherwise restricted outputs from SpeechGPT, bypassing its safety mechanisms. The impact depends on the context of SpeechGPT's deployment – for example, in a virtual assistant, this could lead to the dissemination of harmful information or instructions, privacy violations, or other malicious actions.

Affected Systems

SpeechGPT, and potentially other multimodal large language models (MLLMs) employing similar discrete audio tokenization schemes.

Mitigation Steps

  • Improve model robustness through adversarial training incorporating diverse adversarial audio examples.
  • Develop more sophisticated safety filters that are resistant to manipulation at a token level.
  • Implement audio preprocessing techniques (e.g., denoising) to detect and remove characteristic features of adversarial audio.
  • Enhance the alignment between audio tokens and semantic meaning to lessen the chance of token manipulation triggering unintended outputs.

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
White-box access to model or deployment internals.
Related deployment categories
Audio models
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
SpeechGPT, and potentially other multimodal large language models (MLLMs) employing similar discrete audio tokenization schemes.

Research Paper

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

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/2505.18864