From 90831918c660e82b3cc30493d763b8941c88357a Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Thu, 12 Oct 2023 18:40:37 +0200 Subject: [PATCH] add documentation of indirect prompt injection (#203) Co-authored-by: Ads Dawson <104169244+GangGreenTemperTatum@users.noreply.github.com> --- 1_1_vulns/PromptInjection.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1_1_vulns/PromptInjection.md b/1_1_vulns/PromptInjection.md index 533b5420..747135ae 100644 --- a/1_1_vulns/PromptInjection.md +++ b/1_1_vulns/PromptInjection.md @@ -50,3 +50,4 @@ Prompt injection vulnerabilities are possible due to the nature of LLMs, which d 9. [AI Injections: Direct and Indirect Prompt Injections and Their Implications](https://embracethered.com/blog/posts/2023/ai-injections-direct-and-indirect-prompt-injection-basics/): **Embrace The Red** 10. [Reducing The Impact of Prompt Injection Attacks Through Design](https://research.kudelskisecurity.com/2023/05/25/reducing-the-impact-of-prompt-injection-attacks-through-design/): **Kudelski Security** 11. [Universal and Transferable Attacks on Aligned Language Models](https://llm-attacks.org/): **LLM-Attacks.org** +12. [Indirect prompt injection](https://kai-greshake.de/posts/llm-malware/): **Kai Greshake** \ No newline at end of file