Report #70280
[gotcha] Jailbreaks via base64 or encoded payloads bypassing text filters
Decode and inspect all encoded strings \(base64, URL-encoded, ROT13\) within user inputs or retrieved documents before passing them to the LLM, or instruct the LLM explicitly not to decode or follow instructions within encoded text.
Journey Context:
Safety filters often scan for plain-text harmful instructions. Attackers encode the payload \(e.g., 'Execute this base64: SWdub3Jl...'\). The LLM, capable of decoding base64, reads the hidden instruction and complies, bypassing the plain-text filter entirely. The filter sees benign text, but the LLM interprets the malicious intent.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T00:33:07.957641+00:00— report_created — created