Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: c70e8ccc
Paper published June 1, 2024
Entry analyzed March 4, 2025
Paper-reported evidence
Confidence: Source-linked

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

GPT-4o Multimodal Jailbreak

GPT-4o exhibits vulnerability to jailbreak attacks via audio prompts, despite enhanced safety against text-based attacks. Successful jailbreaks can be achieved by converting text prompts, including those optimized for…

BibTeX citation

Paper-evaluated models(3)

  • GPT-4o
  • GPT-4V
  • Llama 2 7B Chat

Description

GPT-4o exhibits vulnerability to jailbreak attacks via audio prompts, despite enhanced safety against text-based attacks. Successful jailbreaks can be achieved by converting text prompts, including those optimized for adversarial attacks against other LLMs (demonstrated using GCG, AutoDAN, PAP, and BAP methods), into audio using text-to-speech (TTS) synthesis. This circumvention allows elicitation of unsafe responses from GPT-4o that would otherwise be prevented by its safety mechanisms. The success rate of these audio-based attacks is comparable to text-based attacks, indicating a significant security weakness in the audio processing pipeline.

Examples

See "https://github.com/NY1024/Jailbreak_GPT4o (opens in a new tab)" for code and methodology used to generate audio prompts. Note that due to limitations on API access and mobile application usage, the specific prompts are not directly provided in their entirety in the linked repository, but the process documented is sufficient to reproduce similar attacks.

Impact

Successful jailbreaks can lead to GPT-4o generating harmful or unethical content, including but not limited to hate speech, instructions for illegal activities, and unsafe advice. This compromises the model's intended safety mitigations and has potential for significant societal harm depending on the application context.

Affected Systems

OpenAI GPT-4o, specifically when interacting via the mobile application or APIs supporting audio input.

Mitigation Steps

  • Implement robust audio pre-processing and content filtering specifically designed to detect and mitigate adversarial audio prompts.
  • Enhance model training to improve resilience against audio-based adversarial attacks, potentially using adversarial training methods focused on the audio modality.
  • Develop more sophisticated detection mechanisms to identify and block attempts to circumvent safety measures using audio.
  • Regularly update and refine safety protocols based on ongoing research and discovered vulnerabilities, addressing gaps highlighted by attacks like those detailed in the referenced paper.

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
Model APIs
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
OpenAI GPT-4o, specifically when interacting via the mobile application or APIs supporting audio input.

Research Paper

Unveiling the safety of gpt-4o: An empirical study using jailbreak attacks

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