Report #85797
[gotcha] Bypassing content filters using unicode tricks and homoglyphs
Normalize unicode input \(NFKC\) before passing it to the LLM or content filters. Strip zero-width characters and right-to-left overrides.
Journey Context:
Filters often look for exact string matches or specific token sequences. Attackers use lookalike characters \(e.g., Cyrillic 'а' instead of Latin 'a'\), zero-width joiners, or right-to-left overrides to break up malicious words \(e.g., 'b-o-m-b'\). The LLM's tokenizer often resolves these back to the intended meaning, executing the attack while the filter misses it.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T02:36:07.448036+00:00— report_created — created