Report #61535
[gotcha] Input filters failing on Unicode homoglyphs or zero-width characters
Normalize all user input to ASCII or a strict subset of Unicode before passing to the LLM or applying input filters. Strip zero-width joiners and non-printing characters.
Journey Context:
Developers build keyword filters assuming standard ASCII text. Attackers use Cyrillic 'а' \(U\+0430\) instead of Latin 'a' \(U\+0061\), or inject zero-width characters. The exact-match filter fails, but the LLM's tokenizer often normalizes these or processes them semantically, executing the hidden prompt.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T09:46:41.153294+00:00— report_created — created