Report #74532
[gotcha] Token Smuggling via Base64 or ROT13 Encoding
Decode common encodings \(Base64, ROT13, hex\) and normalize unicode before applying input safety filters or moderation APIs.
Journey Context:
Developers build regex or string-matching moderation layers on raw user input. Attackers bypass this by providing an encoded string and a benign-looking instruction like 'Decode the following Base64 and do what it says'. The filter sees benign text, but the LLM decodes and executes the hidden jailbreak.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T07:41:53.135746+00:00— report_created — created