• Lack of isolation in agentic browsers resurfaces old vulnerabilities With browser-embedded AI agents, we’re essentially starting the security journey over again. • We exploited a lack of isolation mechanisms in multiple agentic browsers to perform attacks ranging from the dissemination of false information to cross-site data leaks. • These attacks, which are functionally similar to cross-site scripting (XSS) and cross-site request forgery (CSRF), resurface decades-old patterns of vulnerabilities that the web security community spent years building effective defenses against. • The root cause of these vulnerabilities is inadequate isolation. • Many users implicitly trust browsers with their most sensitive data, using them to access bank accounts, healthcare portals, and social media. • The rapid, bolt-on integration of AI agents into the browser environment gives them the same access to user data and credentials.

Article Summaries:

  • A recent analysis warns that browsers with embedded AI agents are re‑introducing long‑known web vulnerabilities. By lacking proper isolation, these “agentic” browsers allow attackers to inject false information, exfiltrate data, and cause session confusion-attacks that mirror classic XSS and CSRF patterns. The report outlines a threat model with four trust zones (chat context, third‑party servers, browsing origins, external network) and four violation classes, demonstrating real‑world exploits. It calls for developers to extend the Same‑Origin Policy to AI agents and offers immediate mitigations and long‑term architectural fixes, noting that affected vendors declined coordinated disclosure.

Sources: