The LMVD-ID is an internal research identifier, not an official CVE identifier.
Genetic Scenario Shift Jailbreak
A vulnerability in Large Language Models (LLMs) allows attackers to bypass safety mechanisms and elicit detailed harmful responses by strategically manipulating input prompts. The vulnerability exploits the LLM's…
Paper-evaluated models(1)
- GPT-4o Mini
Description
A vulnerability in Large Language Models (LLMs) allows attackers to bypass safety mechanisms and elicit detailed harmful responses by strategically manipulating input prompts. The vulnerability exploits the LLM's sensitivity to "scenario shifts"—contextual changes in the input that influence the model's output, even when the core malicious request remains the same. A genetic algorithm can optimize these scenario shifts, increasing the likelihood of obtaining detailed harmful responses while maintaining a seemingly benign facade.
Examples
See the Geneshift paper ([link to paper]). The paper provides specific examples of malicious prompts and corresponding scenario shifts used to generate detailed harmful outputs. The effectiveness is demonstrated across several categories of malicious requests, including but not limited to bomb-making instructions, fraud schemes, and instructions for causing physical harm.
Impact
Successful exploitation allows attackers to circumvent LLM safety protocols and obtain detailed information or instructions for harmful activities. This can lead to significant risks, including but not limited to the creation of dangerous materials, perpetration of fraud, and incitement to violence.
Affected Systems
Large Language Models (LLMs) vulnerable to prompt engineering and employing safety mechanisms that can be bypassed using carefully crafted contextual prompts. Models that rely on keyword filtering for safety are particularly susceptible. The paper demonstrates the attack on GPT-4o mini, suggesting wider applicability to similar LLMs.
Mitigation Steps
- Improved Prompt Filtering: Implement more robust prompt filtering mechanisms going beyond simple keyword detection. Consider techniques that analyze the semantic context and intent of the prompt rather than simply its keywords.
- Enhanced Safety Training: Train LLMs with more sophisticated safety protocols, including scenarios that incorporate realistic and diverse attempts to bypass internal safety mechanisms.
- Contextual Analysis: Develop mechanisms to analyze the context and intent of prompts, allowing the LLM to identify and reject requests embedded within a seemingly harmless context.
- Adversarial Training: Train the LLM against adversarial attacks like Geneshift to improve its resilience. This includes introducing the model to a wide variety of scenarios that attempt to elicit harmful responses.
- Multi-Stage Response Validation: Implement redundancy by having multiple independent safety checks on the model's response before release to the user. This can include both automated and human-in-the-loop review.
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
- Large Language Models (LLMs) vulnerable to prompt engineering and employing safety mechanisms that can be bypassed using carefully crafted contextual prompts. Models that rely on keyword filtering for safety are…
Research Paper
Geneshift: Impact of different scenario shift on Jailbreaking LLM
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/2504.08104Related research
- Learned Universal Prompt Injection
Published February 1, 2026 · prompt-layer, injection, jailbreak
- LLM Psychological Jailbreak
Published December 1, 2025 · model-layer, prompt-layer, jailbreak
- Conceptual Triggers Bypass Safety
Published November 1, 2025 · model-layer, prompt-layer, injection