The LMVD-ID is an internal research identifier, not an official CVE identifier.
Steganographic LLM Jailbreak
A steganographic jailbreak attack, termed StegoAttack, allows bypassing safety mechanisms in Large Language Models (LLMs) by embedding malicious queries within benign-appearing text. The attack hides the malicious…
Paper-evaluated models(3)
- GPT-5
- DeepSeek V3.2 Thinking
- Qwen 3 Max Thinking
Description
A steganographic jailbreak attack, termed StegoAttack, allows bypassing safety mechanisms in Large Language Models (LLMs) by embedding malicious queries within benign-appearing text. The attack hides the malicious query in the first word of each sentence of a seemingly innocuous paragraph, leveraging the LLM's autoregressive generation to process and respond to the hidden query, even when employing encryption in the response.
Examples
See StegoAttack repository. (Note: A concrete example would require a specific malicious query and the generated steganographic text, which is not included in the provided abstract. The methodology is described but implementation details are in the repository.)
Impact
Successful exploitation leads to LLMs generating harmful outputs, violating safety policies, and potentially causing significant damage depending on the nature of the malicious query. The attack's stealthiness makes it difficult for both built-in and external safety mechanisms to detect and prevent.
Affected Systems
The evaluated safety-aligned targets are GPT-5, DeepSeek V3.2 Thinking, Qwen 3 Max Thinking, and the paper's unspecified Gemini 3 endpoint with thinking enabled. The technique may apply to other LLMs.
Mitigation Steps
- Improve LLM safety mechanisms to detect steganographically hidden prompts.
- Develop more robust safety detectors capable of identifying hidden malicious content within apparently benign text.
- Implement techniques to disrupt or detect the autoregressive processing that allows the LLM to respond to the hidden query.
- Investigate and address potential vulnerabilities in the prompt engineering techniques used in the 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
- No related deployment category is classified.
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- The evaluated safety-aligned targets are GPT-5, DeepSeek V3.2 Thinking, Qwen 3 Max Thinking, and the paper's unspecified Gemini 3 endpoint with thinking enabled. The technique may apply to other LLMs.
Research Paper
Hiding in Plain Sight: A Steganographic Approach to Stealthy LLM Jailbreaks
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/2505.16765Related research
- Invisible Prompt Phishing Evasion
Published February 1, 2026 · application-layer, prompt-layer, injection
- LLM Router Rerouting
Published January 1, 2026 · application-layer, prompt-layer, injection
- Agent Implicit Doc Execution
Published April 1, 2026 · application-layer, prompt-layer, injection