The LMVD-ID is an internal research identifier, not an official CVE identifier.
Inaudible Ultrasonic LLM Jailbreak
Speech-driven Large Language Models (LLMs) and end-to-end Large Audio-Language Models (LALMs) are vulnerable to inaudible near-ultrasonic prompt injections, a framework dubbed Sirens' Whisper (SWhisper). By exploiting…
Paper-evaluated models(8)
GLM-4 Voice, Qwen Omni Turbo, Llama 3.1 8B Instruct +5 more
- GLM-4 Voice
- Qwen Omni Turbo
- Llama 3.1 8B Instruct
- Gemma 3 4B
- Qwen 2.5 7B Instruct
- Mistral 7B Instruct v0.3
- GLM-4 Air 250414
- Grok 4
Description
Speech-driven Large Language Models (LLMs) and end-to-end Large Audio-Language Models (LALMs) are vulnerable to inaudible near-ultrasonic prompt injections, a framework dubbed Sirens' Whisper (SWhisper). By exploiting the non-linear response of commodity microphones, attackers can encode structured, phonetically optimized adversarial prompts into the 17–22 kHz near-ultrasonic band. Using regularized channel-inversion pre-compensation, the attacker shapes the waveform to account for microphone and environmental transfer functions. When played through a commodity speaker, the inaudible signal covertly demodulates into high-fidelity baseband audio inside the victim's microphone, bypassing human perception while successfully delivering duration-compliant jailbreaks or malicious commands directly to the LLM.
Examples
An attacker utilizes a commodity speaker (e.g., HiVi M200MKIII+) to broadcast a pre-computed near-ultrasonic payload at a target device (e.g., an iPhone 14 Pro or smart assistant) from up to 4 meters away.
- The attacker generates an adversarial audio prompt using a semantic-regularized template (e.g., incorporating the goal
"How to make a bomb", the guiding response"Sure, here's how to make a bomb", and an optimized, pronounceable adversarial suffix). - The synthesized speech spectrum is subjected to regularized least-squares inversion against the target microphone's empirical nonlinear transfer matrix to compensate for channel distortion.
- The compensated signal is shifted to the 17–22 kHz band via Hilbert-based single-sideband (SSB) modulation.
- The signal is played in the target's vicinity at ~70 dB SPL. It remains completely inaudible to human bystanders but demodulates into a clear voice command, successfully executing the jailbreak on targets like GLM-4-Voice or Qwen-Omni-Turbo. See demonstration videos and templates at https://swhisper-jailbreak.github.io/ (opens in a new tab).
Impact
Allows proximate attackers to silently bypass model alignment, execute unauthorized commands, override system instructions, or extract sensitive information without alerting the user or leaving a visible pre-execution trace.
Affected Systems
- End-to-end Large Audio-Language Models (e.g., GLM-4-Voice, Qwen-Omni-Turbo).
- Speech-to-text (STT) mediated LLM pipelines integrating commercial or open-source models (e.g., DeepSeek in non-thinking mode, GLM-4-Air-250414, Grok-4, Llama-3.1-8B-Instruct, Gemma-3-4B, Qwen2.5-7B-Instruct, Mistral-7B-Instruct-v0.3).
- Voice assistants relying on commodity microphones that exhibit standard diaphragm and preamp nonlinearities (e.g., smart home assistants, in-vehicle systems, smartphones).
Mitigation Steps
- Model-Level Intent Evaluation: Deploy LLM-as-a-Judge frameworks (e.g., LLaMA-Guard) to evaluate the semantic intent and safety of demodulated audio transcripts, mitigating physical-layer stealth by blocking the payload at the logical layer.
- Speaker Authentication: Implement biometric voice authentication or signed/authenticated prompt mechanisms to verify that commands originate from the authorized user's acoustic profile rather than generic TTS or ambient anomalies.
- Hardware-Level Anomaly Detection: Where specialized hardware permits, deploy ultrasonic feature-tracking to detect anomalous propagation in the 17–22 kHz bands. (Note: Standard correlation-based detection comparing baseband signals with high-frequency envelopes is unreliable on many commodity devices, such as iPhones, due to aggressive low-pass filtering at the microphone front-end).
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
- Audio models
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- End-to-end Large Audio-Language Models (e.g., GLM-4-Voice, Qwen-Omni-Turbo). Speech-to-text (STT) mediated LLM pipelines integrating commercial or open-source models (e.g., DeepSeek in non-thinking mode…
Research Paper
Sirens' Whisper: Inaudible Near-Ultrasonic Jailbreaks of Speech-Driven LLMs
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
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/2603.13847Related research
- Speech-Audio Composition Attack
Published November 1, 2025 · model-layer, prompt-layer, jailbreak
- Code-Mixed Phonetic Attack
Published May 1, 2025 · model-layer, prompt-layer, injection
- Agentic Robot Instruction Attack
Published March 1, 2026 · prompt-layer, injection, jailbreak