September 25, 2026 · Issue 40 · 4 min read
An attacker's agent costs $25 per target, and your own agent will read whatever a stranger types into your lead form
Two disclosures this week describe the same problem from opposite ends. On one end, Gambit Security reconstructed a live campaign in which a single operator used three open-source agent tools to attack online retailers, per its report(opens in a new tab). Between September 10 and 15 it launched 105 attack projects and compromised at least 27 companies. It took more than 600,000 payment card records from two of them. The operator's own accounting put the mean cost of a completed scan at $25.46.
That number is the story. Security budgets have long rested on an unstated assumption that a competent intrusion costs an attacker real time, so attackers pick targets worth that time. At $25 a target, that filter is gone. The operator here deliberately chose retailers running custom code over major hosted or open-source platforms, on the assumption they would be weaker. Being too obscure to be worth the effort is no longer a defense.
On the other end, Zenity Labs disclosed three flaws in Salesforce Agentforce, collectively called SalesBleed, in its write-up(opens in a new tab). The entry point was a public Web-to-Lead form, which is unauthenticated by design. An attacker submitted a lead with hidden instructions. When an employee later asked the agent about that lead, the agent followed them, and CRM data left the building with no click from anyone. A third flaw let the same trick post phishing messages into Slack under the agent's trusted identity. Salesforce fixed all three before disclosure, and Zenity says the attack chain no longer works.
The patch closes these three paths. It does not close the pattern. Any agent that reads text from outsiders and can act inside your systems has the same exposure: support tickets, inbound email, vendor invoices, job applications. Every form on your website is now an input to your agents.
The cost math cuts both ways. Attacks got cheaper, and the controls that matter are cheap too. Treat agents as privileged identities, restrict what they can send out, and make sure you can restore quickly when something gets through.
Action items
Attacker agents that cost almost nothing to run, and a trusted internal agent that took orders from an anonymous web form. Same lesson from both ends: agents are now part of your attack surface, whoever owns them.
For the CISO. List every place an outsider can put text that one of your agents will later read. Web forms, inbound email, tickets, uploaded documents. For each, check whether the agent can send data out or message staff. Restrict outbound requests and image rendering in agent responses by default.
For General Counsel. Card data from two retailers was taken in this campaign. Confirm your incident plan covers a breach where the intruder was an automated agent, including how you would establish what it touched from its logs.
For procurement. Ask each vendor with an embedded agent how it handles instructions hidden in customer supplied records, and whether agent actions carry the identity of the person who triggered them.
For the CFO. Attack cost per target fell to tens of dollars. Recovery cost did not. Fund restore testing and backup isolation alongside prevention.
Researched and drafted by an automated workflow, then reviewed and edited by a human editor before publication. Every source is linked. See how we use AI here.
Also worth knowing
- AI Agents Are Hacking Online Retailers for $25 a Company(opens in a new tab)
Gambit Security
One agent cleanup routine dropped 180 database tables at a victim, backups included. Test how fast you can restore, not only whether you can block, because agents do collateral damage.
- AI-Powered Campaign Targets Hundreds of Online Retailers(opens in a new tab)
SecurityWeek
The operator filtered for retailers running custom code, assuming they were softer targets. Firms that relied on being too obscure to bother with should revisit that assumption in next year's security budget.
- SalesBleed: 0-Click Data Exfiltration in Agentforce(opens in a new tab)
Zenity Labs
The attacker never logged in. A public lead form carried the instructions and the agent did the rest. Inventory every outside text source your agents read before you widen what they can do.
- Salesforce Agentforce vulns allowed 0-click CRM data theft, anonymous phishing(opens in a new tab)
The Register
One flaw let the agent post in Slack with no user confirmation or attribution. Require that any agent message to staff shows who triggered it, or phishing arrives from your most trusted sender.