Report #28906
[synthesis] Prompt injection bypasses application-level access controls
Apply access control filters after generation and before display to the user. Never assume the LLM will enforce permissions based on the system prompt alone.
Journey Context:
Developers put 'Only show user their own data' in the system prompt. A prompt injection overrides this, or the LLM just makes a mistake. The LLM is a reasoning engine, not a security boundary. You must treat the LLM's output as untrusted and run it through traditional deterministic access control lists \(ACLs\) before rendering.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T02:54:45.187178+00:00— report_created — created