Security of AI agents: four July attacks linked by a common vulnerability.

Security of AI agents: four July attacks linked by a common vulnerability.

      For two years, we pondered whether AI would deceive us. This summer, the more pertinent question is what occurs once we give it control. When a model is granted access to your Gmail, calendar, and the ability to act, its errors become less about embarrassment and more about potential exploitation.

      In a span of about ten days in July, four research papers emerged, each illustrating the same concern from different perspectives. None of these findings represent isolated bugs; collectively, they outline the state of AI agent security in 2026, and the outlook is troubling.

      The browser assistant that operates on your behalf

      Let’s start with the tool that has the closest access to your data. Security firm Manifold Security released findings indicating that any browser extension you install can quietly take control of Anthropic’s Claude for Chrome, allowing it to access your Gmail, Google Docs, and Calendar.

      The method is subtle. The extension listens for a user click before executing one of nine pre-programmed tasks, without verifying the authenticity of the click. A competing extension can generate a fake click in just six lines of code, and Claude accepts the imitation as legitimate.

      Manifold assesses the risk as high severity by default and critical when a user activates "Act without asking" mode, where the read operation occurs silently. Manifold reports they informed Anthropic back in May, but after eight versions, the vulnerability remains in current iterations. The company had previously addressed earlier browsing dangers, only to see the same flaw resurface.

      An email that alters memory

      The second discovery shifts focus from clicks to memory. Personal agents now retain notes about you between interactions, including your contacts, habits, and to-do lists. Researchers explored the implications if an attacker could modify that storage.

      In a paper submitted to arXiv, a research team demonstrated that a single crafted email could implant a false memory in an AI agent. They connected a compromised inbox to an agent via Google sign-in and sent malicious messages from a controlled account.

      The email bypassed standard spam filters and reached the inbox, where the agent read it; in over half the cases, it saved the attacker's instructions in long-term memory without notifying the user. The danger lies in the persistence of this kind of memory manipulation. Unlike a typical prompt injection, which lasts only one session, this one remains. The tainted memory continues to influence the agent in subsequent interactions until someone identifies the issue. As Digital Trends noted, the agent retains the misinformation without revealing its source.

      An inexpensive backdoor

      The third vulnerability penetrates deeper, within the model itself. Katie Paxton-Fear, a cybersecurity educator and advocate at Semgrep, sought to determine whether a freely downloadable open-weight model could be trusted. To investigate, she poisoned one.

      According to a detailed post by her and two Semgrep colleagues, the process took about an hour and cost under £75. Just ten corrupted training examples were sufficient to make the model generate code with an undetected security flaw, even with prompts it had never encountered. Surprisingly, larger models were easier to compromise.

      Her concern is not the existence of a single manipulated download, but the inability to verify models. A compromised model does not crash or exhibit obvious flaws, as she and her colleagues explained: a public model allows us “almost no ability to predict its behavior.” Unlike a standard program that can be dissected to understand functionality, a set of weights cannot be analyzed in the same way.

      She’s not alone in exploring this issue. David Kaplan at security firm Origin created a compromised model that stealthily exfiltrates data using an email tool without alerting the user. His point is clear: the corruption “didn’t arrive in a web page. It was sitting in the weights the whole time.”

      The expanding ‘lethal trifecta’

      The fourth study contextualizes why the first three findings are so significant together. Security firm PromptArmor investigated the connections that link ChatGPT and Claude to external services like Gmail and Slack.

      Developer Simon Willison identified the central risk last year as the lethal trifecta: an agent with access to private data, exposure to untrusted content, and a method to transmit information outward. Holding all three simultaneously means a single poisoned message could divulge your secrets. Connectors provide agents with all three by default.

      PromptArmor observed significant instability within the entire system. In its research, a connector altered on average every nine minutes. Out of the 2,517 it monitored, 931 changed in just six weeks. Vendors added 1,686 new tools to already active connectors and modified 1,127 tool descriptions, which dictate to a model when it should act.

      A single connector can expand significantly; for example, the Dropbox connector grew from eight tools to 24, increasing from zero options that could delete data to four. Approximately two in five Claude connectors quietly interface with additional AI services in turn.

      The Zoom connector exemplifies the consequences. When prompted to search

Other articles

For the first time, electric vehicles have surpassed petrol and diesel sales in Germany. The origin of the automobile has just shifted its source of power. For the first time, electric vehicles have surpassed petrol and diesel sales in Germany. The origin of the automobile has just shifted its source of power. In June, Germany recorded 84,057 electric vehicles, surpassing hybrids (83,315), petrol cars (60,796), and diesel vehicles (33,862). Electric vehicles now constitute 28.4% of the market share, with the Tesla Model Y taking the lead. Camera anxiety is transforming the way young adults socialize at parties. Camera anxiety is transforming the way young adults socialize at parties. Students express that they can no longer fully unwind during a night out, caught in the middle of enthusiastic promoters with cameras and glasses that resemble anything but a recording device. AMD's Helios integrates 72 GPUs and 31 terabytes of HBM4 within a single rack. This is AMD's response to Nvidia's NVL72. AMD's Helios integrates 72 GPUs and 31 terabytes of HBM4 within a single rack. This is AMD's response to Nvidia's NVL72. The AMD Helios contains 72 MI455X GPUs, 31TB of HBM4, and delivers 2.9 exaflops of inference computing within a single rack. Engineering samples are set to be shipped in the second half of 2026, with mass production beginning in the second quarter of 2027. This Mac application can transform any window into a CRT fever dream or a reminiscent Game Boy experience. This Mac application can transform any window into a CRT fever dream or a reminiscent Game Boy experience. Glaze 1.9 employs real-time GPU shaders to enhance every Mac window, video, and game, offering more than 50 styles for a one-time cost of $9.99. Merger between Paramount and Warner Bros. halted by a temporary restraining order just one day prior to its completion. Merger between Paramount and Warner Bros. halted by a temporary restraining order just one day prior to its completion. A judge in California issued a temporary restraining order on the Paramount-WBD agreement after state attorneys general presented "compelling evidence" of market concentration. There is a looming ticking fee of $650 million per quarter. Samsung's latest OLED laptop screens have become significantly brighter and will also have an extended lifespan. Samsung's latest OLED laptop screens have become significantly brighter and will also have an extended lifespan. Samsung Display's latest tandem OLED panel achieves a brightness of 1,600 nits and has a lifespan that is double that of standard OLED. It is already featured in a Lenovo laptop.

Security of AI agents: four July attacks linked by a common vulnerability.

Over the course of ten days, four research teams exploited AI agents in four different methods, ranging from Claude for Chrome to memory poisoning. Here's an explanation of the security vulnerabilities in AI agents.