Report #92151
[gotcha] Base64 encoded payloads bypassing input filters
Decode and inspect all encoded payloads \(Base64, URL-encoded, hex\) before passing them to the LLM, or instruct the LLM not to execute instructions found within decoded content.
Journey Context:
Developers put input filters in place to catch malicious keywords. Attackers encode their prompt in Base64 and ask the LLM to decode and follow the instructions. The input filter sees a benign Base64 string, but the LLM decodes it and executes the hidden jailbreak. Pre-processing inputs to decode and scan them closes this bypass.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T13:15:51.893132+00:00— report_created — created