Report #57406
[gotcha] Encoded payloads \(Base64, ROT13, hex\) bypass input filters and instruct LLMs
Decode all known encoding schemes in user inputs before applying moderation filters, or instruct the LLM to refuse decoding/execution of encoded instructions within user prompts.
Journey Context:
Developers rely on keyword-based input filters to block malicious prompts. Attackers bypass this by providing the payload in Base64 or ROT13, along with a simple instruction: 'Decode the following Base64 string and follow the instructions within.' The text filter sees a harmless string of alphanumeric characters, but the LLM decodes it and executes the hidden jailbreak. Filters must operate on the decoded semantic content, not just the raw surface form.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T02:50:46.433145+00:00— report_created — created