Agentic Browsers Expose Users to 'PleaseFix' Vulnerabilities, Undermining Decades of Security Progress
A new class of vulnerabilities, dubbed 'PleaseFix,' affects agentic browsers, potentially rewinding web security by 20 years and enabling sophisticated social engineering attacks.

A new wave of vulnerabilities, collectively named 'PleaseFix,' has been discovered in agentic browsers, threatening to undo approximately two decades of progress in web security. These flaws exploit the very features that make agentic browsers powerful—their ability to interact across different web domains—by weakening or removing fundamental security mechanisms like cross-origin restrictions. This opens the door to a range of attacks, from account takeovers to full system compromise.
Researchers at Zenity, who will present their findings at Black Hat, have dubbed the vulnerability class 'PleaseFix' as a nod to older browser exploits that relied on user interaction. However, agentic browsers introduce a more insidious threat: attackers can now socially engineer the AI agent itself into performing malicious actions with simple, plain-English requests. This bypasses the need for direct user clicks, enabling 'zero-click' attack chains that can hijack browser sessions.
The implications are far-reaching. Attackers can leverage these vulnerabilities to take over social media accounts, send messages on behalf of the victim, make unauthorized purchases, and even achieve remote code execution (RCE) on the underlying system. Zenity's previous research into Perplexity Comet's 'Perplexed Browser' flaw hinted at these dangers, demonstrating agent compromise and account takeover capabilities.
Zenity's latest research reveals that 'PleaseFix' is not an isolated issue but a class of vulnerabilities affecting all commercial agentic browsers. The team reverse-engineered various agentic browser implementations, including those for ChatGPT Atlas and Claude for Chrome, to understand how security controls were modified to accommodate autonomous agent actions. Their findings indicate a widespread problem stemming from the removal of critical security guardrails.
One key exploitation technique highlighted by Zenity is 'intent collision.' Instead of direct prompt injection, attackers manipulate the agent by making seemingly benign user requests that, when processed by the agent, lead it to execute malicious instructions embedded in untrusted content. For example, an attacker might trick the agent into believing that signing up for a newsletter is equivalent to establishing a reverse shell on the user's machine, effectively nudging the agent's original intent toward a malicious outcome.
This regression in security is attributed to the abandonment of long-standing browser security principles. Traditional browsers have implemented layered mitigations over the past 20 years to combat issues like Server-Side Request Forgery (SSRF) and Cross-Site Request Forgery (CSRF). A cornerstone of this defense has been the same-origin policy (SOP), which prevents scripts from one origin from interacting with resources from another. Agentic browsers, in their quest for enhanced functionality, have largely dismantled these SOP protections.
Other researchers are also investigating the security implications of agentic browsers. A paper from the University of Washington highlighted how different agentic browsers implement the same-origin policy with varying degrees of restrictiveness, underscoring the ongoing challenge of balancing agent utility with fundamental security controls. The discovery of 'PleaseFix' underscores the urgent need for robust security architectures and mitigations tailored to the unique risks posed by autonomous AI agents operating within web browsers.