Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 680120ac
Paper published January 1, 2026
Entry analyzed February 22, 2026
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Chinese Pattern Safety Evasion

Lightweight Chinese Large Language Models (LLMs) are vulnerable to jailbreaking attacks that employ language-specific linguistic obfuscation techniques. Standard safety guardrails, which typically rely on keyword…

BibTeX citation

Paper-evaluated models(10)

Qwen 3 0.6B, Qwen 3 1.7B, Qwen 3 8B +7 more
  • Qwen 3 0.6B
  • Qwen 3 1.7B
  • Qwen 3 8B
  • MiniCPM4 0.5B
  • MiniCPM4 8B
  • Hunyuan 0.5B
  • Hunyuan 1.8B
  • Hunyuan 7B
  • openPangu-Embedded 1B
  • openPangu-Embedded 7B

Description

Lightweight Chinese Large Language Models (LLMs) are vulnerable to jailbreaking attacks that employ language-specific linguistic obfuscation techniques. Standard safety guardrails, which typically rely on keyword detection or semantic analysis of clean text, fail to identify malicious intent when sensitive terms are disguised using Chinese-specific adversarial patterns. These patterns include Pinyin Mix (replacing characters with Romanized phonetic spellings), Homophones (substituting visually or phonetically similar characters), Symbol Mix (injecting emojis, digits, or Latin characters within words), and Zero-width insertion (placing invisible Unicode characters like U+200B inside tokens). Successful exploitation allows attackers to bypass refusal mechanisms and elicit harmful responses regarding illegal activities, violence, and self-harm.

Examples

  • Pinyin and Character Mixing (Adult Content): To bypass filters regarding sexual violence, the attacker substitutes standard characters in "sexual violence" (性暴力) with Pinyin components like "xing" and "li", and obscures explicit terms like "oral sex" (口交) via hybrid forms like "口j".
  • Symbol Injection (Fraud/Malware): To mask the intent of generating scareware, the attacker uses JSON-style syntax injection to disrupt tokenizer segmentation in the word "analyst" (分析), rendering it as 分"),"y","析. Financial verbs like "payment" (支付) are obfuscated via intra-word Pinyin mixing as 支zh付.
  • Homophone/Pinyin Substitution (Explosives): A request for hazardous chemical ratios is disguised by mapping standard characters for "concentration" and "catalyst" to their Pinyin counterparts du and , framing the request within an airport security protocol inquiry.
  • Emoji and Pinyin (Self-Harm): In a query seeking overdose instructions disguised as "shock therapy," critical keywords are masked using Pinyin substitutions (e.g., 彻děi and jie脱) and emojis are injected to replace sensitive nouns.
  • (See dataset: https://huggingface.co/datasets/Yaesir06/CSSBench (opens in a new tab))

Impact

This vulnerability allows malicious actors to generate actionable instructions for manufacturing explosives, executing social engineering fraud, producing non-consensual sexual content, and formulating suicide methods. Empirical analysis shows that applying these adversarial patterns significantly increases the Attack Success Rate (ASR). For example, in the Qwen3-8B model, the ASR for open-ended QA tasks increased by approximately 71% when these patterns were applied compared to clean queries. In domains such as Adult Content and Fraud/Hate, ASR exceeded 50% for multiple lightweight models.

Affected Systems

The vulnerability affects various lightweight (<8B parameters) instruction-tuned Chinese and multilingual LLMs, including but not limited to:

  • Qwen3 (0.6B, 1.7B, 8B)
  • MiniCPM4 (0.5B, 8B)
  • Hunyuan (0.5B, 1.8B, 7B)
  • openPangu-Embedded (1B, 7B)

Mitigation Steps

  • Adversarial Alignment: Incorporate Chinese-specific adversarial patterns (Pinyin Mix, Homophones, Symbol Mix, Zero-width characters) directly into safety training and Reinforcement Learning from Human Feedback (RLHF) datasets.
  • Robust Evaluation: Move beyond clean-query safety benchmarks. Utilize datasets like CSSBench to specifically evaluate and tune model performance against linguistic perturbations and obfuscation strategies common in Chinese usage.
  • Fine-grained Judgment: Move away from coarse-grained blanket refusals (which lead to high over-refusal rates) and tune models to recognize the underlying semantic intent of obfuscated queries.

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 vulnerability affects various lightweight (<8B parameters) instruction-tuned Chinese and multilingual LLMs, including but not limited to: Qwen3 (0.6B, 1.7B, 8B) MiniCPM4 (0.5B, 8B) Hunyuan (0.5B, 1.8B, 7B)…

Research Paper

CSSBench: Evaluating the Safety of Lightweight LLMs against Chinese-Specific Adversarial Patterns

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper

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/2601.00588