Viewing profile — greshake
greshake
HN member- Joined
- Mon, Dec 05, 2022, 5:52 PM UTC
- HN karma
- 311
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About greshake
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #36239319
(depending on whether the search engine context is connected to untrusted inputs or only your curated database ofc)
-
comment
Comment #36239311
You're missing the more important vector for prompt injection: Indirect injection through the "search engine context". It's not just a matter of blocking bad user questions to fend…
- story
- story
-
comment
Comment #36038319
Check out my blog where I show even more up-to-date techniques and the insane ways vulnerable applications are being deployed: https://kai-greshake.de/ Here I go through all of the…
-
comment
Comment #36038212
TLDR: With these vulnerabilities, we show the following is possible: - Remote control of chat LLMs - Persistent compromise across sessions - Spread injections to other LLMs - Compr…
-
comment
Comment #36038168
Neither is possible right now.
- story
- story
-
comment
Comment #35929858
I just published a blog post showing that that is not what is happening. Companies are plugging LLMs into absolutely anything, including defense/threat intelligence/cybersecurity/l…
-
comment
Comment #35927048
I've written about this extensively. My latest article goes into the consequences. How about going from Prompt Injection to airstrike? https://kai-greshake.de/posts/in-escalating-o…
- story
-
comment
Comment #35859969
Also check out a blogpost on the same subject: https://kai-greshake.de/posts/llm-malware/
-
comment
Comment #35859941
"We demonstrate our attacks' practical viability against both real-world systems, such as Bing's GPT-4 powered Chat and code-completion engines, and synthetic applications built on…
- story
- story
- story
- story
-
comment
Comment #35313541
Look into our repo (also linked there) we started out with only demonstrating that it works on GPT-3 APIs, now we also know it works on ChatGPT/3.5-turbo with ChatML and GPT-4, and…
-
comment
Comment #35302879
> your finding that ChatML does not work seems to be mainly this Also the fact that ChatML has been broken into bits many, many times now- see again the prompt golfing. Also I'm ta…
-
comment
Comment #35302267
Segmenting different data sources is the main approach pursued by OpenAI afaik (ChatML for example). That has not worked so far, as you can see in this prompt golfing game: https:/…
-
comment
Comment #35301678
[...] demonstrate potentially brutal consequences of giving LLMs like ChatGPT interfaces to other applications. We propose newly enabled attack vectors and techniques and provide d…
-
comment
Comment #35301617
Soo.. Expect your personal GPT to be persistently compromised/hacked, remote-controlled and used to exfiltrate all your data. Security of LLMs is in a bad state right now.