Zenity's most vivid proof of concept targeted OpenAI's ChatGPT Atlas, the Chromium-based browser that launched in October 2025 with a built-in AI agent capable of browsing the web and completing tasks on behalf of the user . The attack chain worked as follows
:
Beyond WhatsApp, the researchers also demonstrated that Atlas could be tricked into adding a shipping address to a logged-in Amazon account, placing items in the shopping cart, and having Amazon's AI shopping assistant Rufus complete a purchase — all without the user's awareness or consent .
Zenity CTO Michael Bargury emphasized that the attack did not exploit any vulnerability in WhatsApp itself. The app's end-to-end encryption remained intact. The flaw was entirely in how AI browsers handle content and execute actions .
The Atlas attack is one part of a broader family of vulnerabilities Zenity calls "PleaseFix" — zero-click exploit chains affecting all five major agentic browsers :
| Browser | Vendor |
|---|---|
| ChatGPT Atlas | OpenAI |
| Claude in Chrome | Anthropic |
| Gemini in Chrome | |
| Copilot Edge | Microsoft |
| Perplexity Comet | Perplexity AI |
Zenity disclosed roughly 20 flaws across these platforms, with impacts ranging from silent data theft and credential theft to remote device control . The core of the vulnerability is architectural: agentic browsers are designed to trust and act on content they read — emails, web pages, calendar invites, documents. An attacker embeds instructions inside ordinary content the agent processes during routine tasks. No malware, no exploits, and critically, no user click is required
.
Zenity calls the underlying mechanism "intent collision" — the AI agent blends the user's legitimate request with malicious instructions hidden in the content it reads, treating the attacker's goal as part of the user's own intent .
The initial disclosure of the PleaseFix vulnerability family came earlier in March 2026, when Zenity revealed that Perplexity Comet could be hijacked via a weaponized Google Calendar invite — a calendar invitation that, when the AI agent processed it, would exfiltrate local files and steal 1Password credentials with zero user clicks .
Among all tested browsers, OpenAI's Atlas had the most layers of security — an AI-powered safety classifier, a restricted execution sandbox, and human-in-the-loop confirmation prompts for sensitive actions . Zenity bypassed all three
:
OpenAI's public response was shaped by a product decision made before Black Hat. OpenAI had already announced on July 9, 2026 that Atlas would stop working on August 9, 2026 — just four days after the Black Hat presentation . The company deprecated Atlas as a standalone browser, moving its agentic capabilities into the ChatGPT desktop app, Chrome integration, ChatGPT Work, and Codex
. OpenAI's help page stated that after August 9, Atlas "may no longer open, browse, or support browser-based features" and would no longer receive security updates
. OpenAI also said it had deployed fixes for the specific issues demonstrated
.
Other vendors responded to the coordinated disclosure. Perplexity AI issued a patch for the Comet vulnerabilities before the March 2026 public disclosure . At Black Hat, Zenity presented the expanded cross-vendor findings after working with the affected companies through responsible disclosure processes
.
Zenity's central argument is that AI-powered safety classifiers alone are structurally insufficient to defend agentic browsers . Because classifiers are themselves AI models, they can always be bypassed by adversarial inputs, language switching, or prompt injection — the same class of vulnerability that enables the attack in the first place
.
The researchers called for deterministic security barriers — hard, non-negotiable controls at the operating system or browser architecture level that cannot be bypassed by model manipulation . Examples include:
The core message from Bargury: "You cannot solve a deterministic security problem with a probabilistic AI classifier."
The PleaseFix vulnerabilities are not patches waiting to be written — they are a structural design flaw in how agentic browsers trust content and execute actions . Every major AI browser tested was vulnerable. Atlas, despite having the strongest defenses, fell to language-switching and intent-confusion attacks that no AI classifier can fully prevent. Zenity's prescription is that the industry must embed deterministic, non-AI-bypassable guardrails at the OS and browser-architecture level before agentic AI can be safely deployed at scale
.