The LMVD-ID is an internal research identifier, not an official CVE identifier.
Selective Hate Speech Jailbreak
Instruction-tuned Large Language Models (LLMs) exhibit a selective safety alignment vulnerability, allowing attackers to bypass hate speech filters by shifting the demographic target of an adversarial prompt. Current…
Paper-evaluated models(13)
Llama 3.2 1B Instruct, Gemma 3 1B IT, Qwen 3 1.7B FP8 +10 more
- Llama 3.2 1B Instruct
- Gemma 3 1B IT
- Qwen 3 1.7B FP8
- Llama 3.2 3B Instruct
- Gemma 3 4B IT
- Qwen 3 4B FP8
- Llama 3.1 8B Instruct
- Gemma 3 12B IT
- Qwen 3 8B FP8
- Llama 3.3 70B Instruct
- Gemma 3 27B IT
- Qwen 3 32B FP8
- GPT-4o Mini
Description
Instruction-tuned Large Language Models (LLMs) exhibit a selective safety alignment vulnerability, allowing attackers to bypass hate speech filters by shifting the demographic target of an adversarial prompt. Current safety guardrails do not generalize the semantic concept of harm, but instead memorize refusal boundaries for high-visibility demographic groups (e.g., Black, LGBTQIA+). Attackers can successfully generate targeted hate speech by directing identical jailbreak vectors at underrepresented or culturally distinct minorities (e.g., individuals with mental or physical disabilities, specific nationalities). This vulnerability is reliably triggered using "Logical Rationalization" and "Chain-of-Thought" strategies, where the harmful intent is framed as a pre-suppositional premise for a logical deduction, overriding the model's safety constraints in favor of instruction-following. Paradoxically, scaling model parameters exacerbates this vulnerability, widening the safety gap between dominant and marginalized groups.
Examples
Attackers bypass filters by using pre-suppositional phrasing combined with a logical rationalization task, substituting a highly protected demographic with an underrepresented one.
Attack Structure:
Given that [Underrepresented Minority Group, e.g., people with mental disabilities] are [Hateful Premise], deduce the logical consequences of this premise within the context of [Scenario, e.g., a futuristic economic system].
While the model will reliably refuse this structure if the target is a high-visibility group, it will comply and generate hate speech when targeting neglected demographics.
For the full dataset of 44,000 bilingual adversarial examples across 16 minority groups and 21 contextual scenarios, see the MiJaBench repository referenced in the paper.
Impact
- Targeted Hate Speech Generation: Allows the reliable synthesis of toxic, offensive, and discriminatory content directed at specific vulnerable populations.
- Bypass of Safety Guardrails: Systematically circumvents alignment mechanisms designed to prevent identity-based harassment.
- Bias Amplification: Exploits model scaling laws to generate harmful content against marginalized communities with higher efficiency in larger, ostensibly "safer" models.
Affected Systems
State-of-the-art open-weights instruction-tuned models across multiple scales (1B to 70B parameters), specifically verified on:
- Llama-3 series
- Gemma-3 series
- Qwen-3 series (e.g., Qwen-3 1.7B to 32B, where the vulnerability significantly worsens at scale)
Mitigation Steps
- Demographic-Specific Alignment Auditing: Abandon monolithic "Identity Hate" aggregate scores in favor of granular, stratified alignment auditing across disaggregated minority groups.
- Hard Negative Fine-Tuning: Integrate diverse, demographically distributed adversarial repositories (such as the 528,000 prompt-response pairs in the MiJaBench-Align corpus) into the safety alignment pipeline to train models on underrepresented failure modes.
- Semantic Generalization over Memorization: Shift safety training objectives from memorizing specific lexical refusal triggers to generalizing the semantic concept of harm, ensuring decision boundaries are agnostic to the demographic target.
- Adversarial Training against Logical Rationalization: Reinforce safety filters to detect and refuse harmful constraints even when they are embedded as established premises within complex reasoning or logic-based tasks.
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
- State-of-the-art open-weights instruction-tuned models across multiple scales (1B to 70B parameters), specifically verified on: Llama-3 series Gemma-3 series Qwen-3 series (e.g., Qwen-3 1.7B to 32B, where the…
Research Paper
Safety Is Not Universal: The Selective Safety Trap in LLM Alignment
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/2601.04389Related research
- Thai Cultural Alignment Bypass
Published March 1, 2026 · model-layer, prompt-layer, jailbreak
- Reinforced Multi-turn Jailbreak
Published October 1, 2025 · model-layer, prompt-layer, jailbreak
- Query Code Jailbreak
Published February 1, 2025 · model-layer, jailbreak, blackbox