Zenity Expands PleaseFix Research Across Five Agentic Browsers
Zenity published an expanded PleaseFix disclosure on August 3 and presented the research at Black Hat USA on August 5, describing exploit chains across five agentic browser environments. WIRED reported that the researchers found more than a dozen flaws and induced OpenAI's Atlas to make an unauthorized Amazon purchase and message a victim's WhatsApp contacts.
Zenity published an expanded disclosure on August 3 for PleaseFix, a vulnerability family that it says enables zero-click attacks against AI agents embedded in browsers. The team presented the broader research at Black Hat USA on August 5, naming ChatGPT Atlas, Claude in Chrome, Gemini in Chrome, Perplexity Comet and Copilot Edge among the tested environments.
WIRED reported that Zenity researchers found more than a dozen flaws in AI browsers and caused OpenAI's Atlas to make an unauthorized Amazon purchase. The reported demonstration also used a compromised browser agent to send messages to a victim's WhatsApp contacts.
How the reported attack works
According to Zenity, an attacker can place malicious instructions in content an agent is expected to process, including webpages, emails or calendar invitations. The firm calls the underlying pattern Intent Collision: hostile instructions interfere with a user's legitimate request and redirect an agent to act with the user's authenticated identity, permissions and connected-account access.
Zenity described possible outcomes ranging from data and credential theft to account takeover and device control. These are claims from the security vendor's research demonstrations, not evidence of widespread exploitation in the wild.
The firm's co-founder and CTO, Michael Bargury, argues that agentic browsers weaken conventional origin boundaries because the agent can reason across material from different sources during one task. Traditional browser security uses the same-origin policy to limit how one site accesses data associated with another origin.
Why browser agents change the threat model
The attack path depends on three elements being combined: untrusted content, an authenticated user session and an agent authorized to take actions. That makes prompt-injection resistance only one part of the control problem. Cross-origin data handling, action authorization and auditability also shape the potential blast radius.
For security teams evaluating browser agents, least-privilege account access and explicit confirmation for consequential actions can reduce exposure. Those controls do not by themselves solve the harder problem of distinguishing a user's intent from instructions embedded in page content.
Zenity's disclosure spans products from several vendors, so the researchers frame PleaseFix as an architectural class rather than a flaw unique to one browser. The retrieved material does not establish how often these techniques have been exploited outside controlled demonstrations.
Key Points
- 1Zenity published the expanded PleaseFix disclosure on August 3 and presented it at Black Hat USA on August 5 across five agentic browser environments.
- 2WIRED reported an Atlas demonstration involving an unauthorized Amazon purchase and messages sent to a victim's WhatsApp contacts.
- 3The research centers on the boundary between untrusted content and browser agents operating with authenticated user permissions.
Scoring Rationale
The research concerns browser agents that can access authenticated accounts and execute actions, making prompt injection materially more consequential for enterprise deployments. It affects multiple named products and raises architectural security questions, though the retrieved evidence describes controlled demonstrations rather than confirmed in-the-wild exploitation.
Sources
Primary source and supporting public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

