Report #75883
[gotcha] Assuming the vector database is trusted because you control the ingestion pipeline
Implement access controls and validation on data ingestion pipelines. Treat user-generated content that gets embedded into your vector DB as potentially malicious indirect prompts.
Journey Context:
If a user can upload a file \(e.g., a resume\) that gets embedded into a RAG system, they can poison the retrieval. When another user asks a question, the poisoned document is retrieved and its embedded instructions are executed.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T09:57:43.971052+00:00— report_created — created