Security

BragJack hijacks AI assistants in five browsers

3 min read

TL;DR Too Long; Didn’t read

The security researcher Gal Weizman has shown with BragJack how a single malicious browser extension hijacks the AI assistants of five major browsers. Affected are Chrome with Gemini, Edge with Copilot, Opera Neon, Perplexity Comet, and Claude in Chrome. The manufacturers paid a total of about $20,400 in bounties for the reports, and a complete fix has not yet been confirmed.

A hand shaped like a browser extension icon pulls strings connected to five puppets bearing the logos of Chrome, Edge, Opera, Perplexity Comet, and Claude. Image generated with GPT Image 2

Key takeaways

  • Forever Security demonstrates the BragJack attack on September 16, 2026, against five browser AI assistants.
  • The extension abuses regular functions like content scripts and network filters, not malware in the classical sense.
  • Affected systems read files, activate the microphone and camera, or automatically forward emails.
  • Google, Perplexity, Microsoft, Opera, and Anthropic paid a total of about $20,400 in bounties for the reports.
  • The new technique 'Prompt-Forcing' sends complete instructions instead of just injecting single commands.
  • The attack follows the Zenity vulnerability PleaseFix from August, which affected the same browsers via emails.

The security researcher Gal Weizman from Forever Security published an attack method called BragJack on September 16, 2026, which hijacks AI assistants in five popular browsers through a single malicious extension. Affected are Gemini in Chrome, Copilot in Edge, Opera Neon, Perplexity Comet, and Claude in Chrome. The extension uses only regular browser functions, so traditional antivirus scanners do not detect it.

Extension disguises itself as a harmless add-on

According to Forever Security, modern browser AI assistants separate a “brain” on the provider’s servers from a “body” in the browser that executes commands. BragJack targets this interface: an extension uses two standard functions that are already available to developers – content scripts that inject code into web pages, and Declarative Net Request (DNR), a technique for redirecting network requests. This lets the extension redirect communication between the browser and the AI service to its own code instead of executing malicious code itself.

Weizman calls his method “Prompt-Forcing” and distinguishes it from classic prompt injection: instead of just injecting individual instructions into content that the assistant reads anyway, the extension sends complete prompts itself and then sends further follow-up commands. The attack proceeds like a regular user request that the assistant dutifully carries out. Because no classic malicious code runs, and the assistant appears to perform legitimate tasks, traditional antivirus and endpoint programs do not respond.

Each browser falls for its own trick

Depending on the target, the research relied on different weaknesses:

  • In Chrome, the extension abused DNR to load its own code instead of the real Gemini script, bypassing restrictions on content scripts at the network level (CVE-2026-0628).
  • In Microsoft Edge, the extension also had to defeat a separation between Copilot’s “thinking” and “acting” modes, achieved through a race condition during the mode switch (CVE-2026-55945).
  • In Opera Neon, according to Weizman, the simplest route sufficed: the domain opera.com had no extension restrictions at all, letting code be injected directly into the AI’s control layer.
  • For Claude in Chrome, a marketing page from Anthropic allowed sending special prompts; the extension injected code directly into this domain.
  • For Perplexity Comet, the team found an abandoned test domain that still accepted commands for the assistant – the most elaborate but effective of the five routes.

Depending on the browser, the attackers could read local files, activate the microphone and camera, capture browsing history and profile data, take screenshots, or automatically summarize and forward emails, according to Forever Security.

Vendors pay bounties, details remain open

Google, Perplexity, Microsoft, Opera, and Anthropic confirmed the reports with bounties ranging from $600 to $7,000, totaling around $20,400. None of the vendors has published a detailed confirmation of which vulnerabilities are fully closed – so the patch status is not independently verified. It is already the second such series of findings within a few weeks: in August, security firm Zenity used PleaseFix to show how the same five assistants can be remotely controlled via a crafted email or calendar invitation, with no user click required. Claude’s Chrome integration, which Anthropic expanded in August with automatic confirmation steps, is also among the systems affected again.

With BragJack, Weizman has already published his second investigation into Chrome agents: an earlier vulnerability called GlicJack affected only Google’s Gemini integration. Forever Security reported all five cases to the respective vendors before publication and treated the paid bounties as confirmation of its findings.

What matters now is whether the vendors change the underlying architecture that grants browser extensions blanket access to the communication between the AI “body” and AI “brain.” Weizman’s team has already said it plans to examine the next generation of browser agents for the same weakness – as long as open test domains and unprotected marketing pages serve as entry points, this is unlikely to be the last vulnerability of its kind.

Frequently asked questions

Which browsers and AI assistants are affected by BragJack?

Affected are Gemini in Google Chrome, Copilot in Microsoft Edge, the AI agent in Opera Neon, Perplexity Comet, and Claude in Chrome. Other browsers like Firefox or Safari are not mentioned in the investigation.

Is visiting a specific website enough for the attack?

No, a victim must have previously installed the prepared browser extension. Only then can it redirect the communication between the browser and the AI service in the background.

Have the vulnerabilities been closed by now?

The five manufacturers have confirmed the reports with bounties, but a detailed public confirmation of complete patches is not yet available.

How does BragJack differ from the PleaseFix vulnerability in August?

PleaseFix used prepared emails or calendar invitations without any user click, while BragJack requires a previously installed browser extension but targets the same five AI assistants.

How can the risk in everyday life be reduced?

Security researchers recommend regularly checking installed extensions, removing unnecessary ones, and limiting permissions for browser AI assistants to the essentials.

Sources (2)
  1. Forever Security: BragJack – Hijacking 5 Browsers via Built-In AI Assistants
  2. The Hacker News: One Extension Could Hijack AI Assistants Across Chrome, Comet, Edge, Opera Neon and Claude

Your AI update for the work week

Once a week, the most important AI news – plus one practical tip to try right away. No spam, unsubscribe anytime.

← Back to the blog