AI Security Checked by Vezraa
RAG Poisoning
Injecting malicious content into the knowledge base of a RAG system.
RAG (Retrieval-Augmented Generation) poisoning targets the external knowledge sources an LLM retrieves from. Attackers inject malicious documents that, when retrieved, manipulate the LLM's response. Sanitize and validate all documents in your RAG pipeline.