AI & TechArtificial IntelligenceCybersecurityNewswireTechnology

AI agent attacks in July reveal one security flaw

▼ Summary

– A browser extension can hijack Anthropic’s Claude for Chrome by forging a user click in six lines of code, allowing it to silently read Gmail, Google Docs, and Calendar, and the flaw persists despite being reported to Anthropic in May.
– A single malicious email can plant a false memory in an AI agent’s long-term memory, persisting across future sessions without user warning, unlike a normal prompt injection that lasts only one conversation.
– An open-weight AI model can be poisoned for under £75 in one hour with just ten tainted examples, making it write code with hidden security holes, and such poisoning is undetectable because model weights cannot be analyzed like normal programs.
– Connectors linking AI agents to external services like Gmail and Slack frequently change, with one connector altering every nine minutes on average, creating a shifting attack surface where approved configurations no longer match the live system.
– The core security flaw across all four studies is that AI agents behave as designed, but the surrounding components—trusted clicks, persistent memory, inherited weights, and dynamic connectors—are exploitable, and guardrails slow agents down, conflicting with the industry’s focus on speed.

Over roughly ten days this July, four separate research teams demonstrated the same fundamental insecurity in the AI agents we are rushing to adopt. None of these findings is an isolated bug. Taken together, they map out the emerging threat landscape for AI agent security in 2026, and the view is unsettling.

Start with the tool closest to your personal data. Manifold Security published research showing that any third-party browser extension can silently hijack Claude for Chrome and read your Gmail, Google Docs, and Calendar. The exploit is disarmingly simple. The extension listens for a real user click before executing one of nine built-in tasks, but it never verifies that the click was legitimate. A competing extension can forge a click with just six lines of code, and Claude treats the fake as genuine.

Manifold rates this as high severity by default. It escalates to critical the moment a user enables “Act without asking” mode, which allows the agent to read data silently. The firm says it notified Anthropic in May. Eight software releases later, the flaw still works in the current version. The company had already addressed earlier agentic browsing risks, but this is the same wound reopened.

The second finding shifts the attack surface from clicks to memory. Personal AI agents now maintain persistent notes about you between conversations: your contacts, habits, and to-do lists. Researchers asked what happens if an attacker can write to that long-term store.

In a paper posted to arXiv, a team showed that a single carefully crafted email can plant a false memory in an AI agent. They connected a victim’s inbox to the agent via Google sign-in, then sent payloads from a controlled account. The emails passed standard spam filters and reached the inbox. The agent read them, and in over half of the cases, it saved the attacker’s instructions into its long-term memory without any warning to the user.

That is the dangerous part. A normal prompt injection lasts one conversation. This one persists. The poisoned memory continues to steer the agent across future sessions until someone finds and removes it. As Digital Trends noted, the agent remembers the lie and never reveals where it came from.

The third crack sits deeper, inside the model itself. Katie Paxton-Fear, a cybersecurity lecturer and advocate at Semgrep, wanted to test whether you can trust an open-weight model you download for free. Her answer: no.

She and two colleagues poisoned a model in about an hour for less than £75. Just ten tainted training examples were enough to make the model write code with a hidden security hole, even for prompts it had never seen before. Larger models were actually easier to poison, not harder. Her real concern is not one rigged download. It is that we have no reliable way to check. A poisoned model does not crash or appear broken. As she and her colleagues put it, a public model gives us “almost no ability to predict its behavior.” A normal program can be disassembled to see what it does. A set of neural network weights cannot.

She is not alone in probing this. David Kaplan at security firm Origin built a rigged model that quietly steals data through an email tool with no visible sign to the user. His framing is sharp: the poison “didn’t arrive in a web page. It was sitting in the weights the whole time.”

The fourth study explains why the first three matter so much together. Security firm PromptArmor examined the connectors that link ChatGPT and Claude to outside services like Gmail and Slack.

Developer Simon Willison named the core danger last year the lethal trifecta: an agent with access to private data, exposure to untrusted content, and a way to send information out. Hold all three at once and a single poisoned message can leak your secrets. Connectors hand agents all three by default.

PromptArmor found the ground shifting under the whole system. In its study, a connector changed on average every nine minutes. Of 2,517 connectors tracked, 931 shifted in just six weeks. Vendors bolted 1,686 new tools onto connectors that were already live and rewrote 1,127 tool descriptions, which is exactly what tells a model when to act.

A single connector can balloon dramatically. The Dropbox connector alone grew from eight tools to 24, and from none that can destroy data to four. Roughly two in five Claude connectors quietly call other AI services in turn. The Zoom connector shows where that leads. Ask it to search your meetings, and a query full of sensitive data can pass to any of ten AI subprocessors across eight model families. The map you approved on Monday may not describe the system you run on Friday.

Line these four findings up and the shared flaw is obvious. In each case, the model behaves correctly. The security failure lives in what surrounds it: the click it trusts, the memory it keeps, the weights it inherits, the connector it calls.

That is the hinge of AI agent security. For decades we secured software by limiting what a program could do. An agent’s whole selling point is that it can do almost anything, on your behalf, from instructions written in plain language. Every convenience is also a door. The Claude for Chrome flaw, the poisoned memory, the cheap backdoor, and the shifting connectors are four doors into the same house.

The industry knows the fixes in theory: check that clicks are real, tag where data came from, ask before writing to memory, log every action, and treat any external text as hostile. The catch is that these guardrails slow the agent down, and speed is what everyone is selling.

The uncomfortable takeaway from July is not that any single product is broken. It is that we are wiring agents into our most sensitive accounts faster than we are learning to defend them. Four teams just showed how wide the gap is. The people building the guardrails are still a step behind the people finding the holes.

(Source: The Next Web)

Topics

ai agent security 98% browser extension hijacking 92% memory poisoning 90% model backdoor attacks 88% connector vulnerabilities 87% lethal trifecta 85% prompt injection 83% data exfiltration 81% ai agent guardrails 79% automated agent attacks 77%