The LMVD-ID is an internal research identifier, not an official CVE identifier.
LLM Hate Campaign Vulnerability
Large Language Models (LLMs) used in hate speech detection systems are vulnerable to adversarial attacks and model stealing, resulting in evasion of hate speech detection. Adversarial attacks modify hate speech text to…
Paper-evaluated models(5)
Baichuan 2, Dolly 2, GPT-3.5 Turbo +2 more
- Baichuan 2
- Dolly 2
- GPT-3.5 Turbo
- GPT-4
- OPT
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
- Systems employing LLMs for hate speech detection, particularly those using models vulnerable to adversarial examples and model extraction (e.g., Perspective API, Moderation API, open-source detectors listed in the…
Research Paper
HateBench: Benchmarking Hate Speech Detectors on LLM-Generated Content and Hate Campaigns
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperDescription
Large Language Models (LLMs) used in hate speech detection systems are vulnerable to adversarial attacks and model stealing, resulting in evasion of hate speech detection. Adversarial attacks modify hate speech text to evade detection, while model stealing creates surrogate models that mimic the target system's behavior.
Examples
See paper arXiv:2501.16750 (opens in a new tab). Specific examples of adversarial attacks (DeepWordBug, TextBugger, PWWS, TextFooler, Paraphrase) and model stealing attacks using BERT and RoBERTa architectures are provided in the paper. These examples demonstrate a high attack success rate (ASR) exceeding 0.966 in some cases and significantly improved efficiency through model stealing.
Impact
Successful attacks allow malicious actors to bypass hate speech filters and automate the dissemination of hate speech at scale, creating a hostile online environment and enabling coordinated hate campaigns. This undermines the effectiveness of existing safety mechanisms for LLMs and online platforms.
Affected Systems
Systems employing LLMs for hate speech detection, particularly those using models vulnerable to adversarial examples and model extraction (e.g., Perspective API, Moderation API, open-source detectors listed in the paper). Systems using any LLM for content moderation are potentially vulnerable.
Mitigation Steps
- Regularly update hate speech detection models with new data, including examples generated by advanced LLMs and adversarial attacks.
- Implement robust defenses against adversarial attacks through techniques like adversarial training and robust optimization.
- Employ techniques to detect model stealing attempts, such as monitoring query patterns and distributions.
- Diversify detection methods beyond LLMs, incorporating human-in-the-loop verification.
- Increase scrutiny of user queries to detect anomalous patterns that might indicate adversarial attacks.
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/2501.16750Related research
- LLM Robot Bias & Violence
Published June 1, 2024 · application-layer, injection, extraction
- Voice Agent Behavioral Bypass
Published February 1, 2026 · model-layer, application-layer, injection
- Prompt Injection Alignment Bypass
Published September 1, 2025 · prompt-layer, model-layer, application-layer