Report #78837
[gotcha] Base64 and ROT13 encoded payloads bypassing input filters
Decode and inspect all encoded strings \(Base64, URL-encoded, ROT13, hex\) within user prompts before passing them to the LLM. Reject or sanitize prompts that contain decoded malicious instructions.
Journey Context:
Developers deploy input filters to block harmful keywords. Attackers simply encode the malicious prompt \(e.g., 'Write a phishing email' in Base64\) and instruct the LLM to decode and execute it. The input filter sees a benign string of characters, but the LLM, capable of decoding, executes the hidden payload. Pre-processing pipelines must decode nested or common encodings to inspect the semantic intent before it reaches the model.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T14:55:09.742491+00:00— report_created — created