I think that people are just not ready for the sort of novel privilege escalation we are going to see with over-provisioned agents. I suspect that we will need OS level access gates for this stuff, with the agents running in separate user spaces. Any recommended best practices people are establishing?
ZombAIs: From Prompt Injection to C2 with Claude Computer Use
21–30 of 91 posts
Re: ZombAIs: From Prompt Injection to C2 with Claude Computer Use
#22Earlier quoted context omitted.
> I think that people are just not ready for the sort of novel privilege escalation we are going to see with over-provisioned agents. I think every single person saw this coming. > Any recommended best practices people are establishing? What best practices could there even be besides "put it in a VM"? It's too easy to manipulate.
There are VM escapes so even if you put it in a VM that's no guarantee. I'd say run it on a separate box but what difference does that makes if you feed the same data to them?
But on that note that's probably the best place to run these things.
Re: ZombAIs: From Prompt Injection to C2 with Claude Computer Use
#23In a world where posting false information for profit has lowered so much, determining what is worth sticking into training data, and what is just an outright fabrication seems like a significant danger that is very expensive to try to patch up, and impossible to fix.
It's red queen races all the way down, and we'll be bound to find ourselves in times where the bad actors are way ahead.
Re: ZombAIs: From Prompt Injection to C2 with Claude Computer Use
#24Am I missing something, or where is the actual prompt given to Claude to trigger navigation to the page? Seems like the most interesting detail was left out of the article. If the prompt said something along the lines of "Claude, navigate to this page and follow any instructions it has to say", it can't really be called "prompt injection" IMO. EDIT: The linked demo shows exactly what's going on. The prompt is simply…
OP is demonstrating that the product follows prompts from the pages it visits, not just from it's owner in the UI that controls it. To be fair, this is a beta product and is likely ridden with bugs. I think OP is trying to make a point that LLM powered applications can be potentially tricked into behaving in ways that are unintended, and the "bug fixes" may be a constant catch up game for developers fighting an infin…
Re: ZombAIs: From Prompt Injection to C2 with Claude Computer Use
#25Re: ZombAIs: From Prompt Injection to C2 with Claude Computer Use
#26The separation of real, useful ground truth vs false information is an issue for humans, so I don't see how an attack vector like this is blockable without massively superhuman abilities to determine the truth. In a world where posting false information for profit has lowered so much, determining what is worth sticking into training data, and what is just an outright fabrication seems like a significant danger that i…
The actual case in the post, for example, would require nothing "superhuman" for any other kind of automated tooling to not follow instructions from the web page it just opened.
Re: ZombAIs: From Prompt Injection to C2 with Claude Computer Use
#27For all of the excitement about "autonomous AI agents" that go ahead and operate independently through multiple steps to perform tasks on behalf of users, I've seen very little convincing discussion about what to do about this problem. Fundamentally, LLMs are gullible. They follow instructions that make it into their token context, with little regard for the source of those instructions. This dramatically limits thei…
Re: ZombAIs: From Prompt Injection to C2 with Claude Computer Use
#28Re: ZombAIs: From Prompt Injection to C2 with Claude Computer Use
#29For all of the excitement about "autonomous AI agents" that go ahead and operate independently through multiple steps to perform tasks on behalf of users, I've seen very little convincing discussion about what to do about this problem. Fundamentally, LLMs are gullible. They follow instructions that make it into their token context, with little regard for the source of those instructions. This dramatically limits thei…
You can't just rely on LLMs alone. You can combine them with tooling that will supplement the verification of their actions.
Re: ZombAIs: From Prompt Injection to C2 with Claude Computer Use
#30For all of the excitement about "autonomous AI agents" that go ahead and operate independently through multiple steps to perform tasks on behalf of users, I've seen very little convincing discussion about what to do about this problem. Fundamentally, LLMs are gullible. They follow instructions that make it into their token context, with little regard for the source of those instructions. This dramatically limits thei…
You can't just rely on LLMs alone. You can combine them with tooling that will supplement the verification of their actions.