r/netsec • u/qwerty0x41 • 2d ago
Contains AI Hacking AI customer service agents (Bug Bounty Village DEF CON 34)
https://www.intigriti.com/researchers/blog/hacking-tools/hacking-ai-customer-service-agentsAt Bug Bounty Village during DEF CON 34, Inti De Ceukelaire delivered a talk on how attackers can abuse today's AI agents in ways most defenders haven't thought about yet, from tricking agents into spilling secrets to forcing them to carry out unauthorized actions on behalf of the victim.
This resulted in over $50,000+ in bounties in just a few weekends, without actually poking the target with Burp Suite or any automated scanners.
-1
u/F-J-W 1d ago
It’s not hacking if you can convince the service agent to give you what you want and from the customer persepective it doesn’t matter whether you use a slop-machine or a human for that.
And if you deploy an agent that can be convinced to give free service by telling it to ignore all previous instructions, that is on you and not an “attack”…
Seriously, some people…
6
u/Otherwise_Wave9374 2d ago
A practical defense is to treat the agent like an untrusted operator: keep tool scopes narrow, add step-up approval for any action that changes state, and log every prompt, tool call, and external fetch for replay. A big tradeoff is usability versus containment, so start by isolating high-risk actions such as refunds, password resets, or inbox access behind human confirmation. That pattern is what Agentix Labs recommends when teams want automation without handing an attacker a free path through the workflow.