Practical guides to protect yourself, your family, and your business from AI-driven scams, deepfakes, and emerging cyber threats.
Gal Weizman installed a browser extension of the kind millions of people already run, the ad blockers and coupon finders nobody thinks twice about. He then used it to tell the AI assistant inside Perplexity's Comet browser to read files off his operating system. It did. The same approach worked on Google Chrome, Microsoft Edge, Opera Neon and Claude in Chrome. Five of the most widely used agentic browsers in the world, one technique, no clicks required from the user.
The interesting part is what he skipped. He did not hide instructions inside a web page and hope the assistant would read them. He did not jailbreak anything. He took over the channel the assistant already trusts and issued orders through it, which turns out to be a far shorter route than fooling a model.
Weizman, a browser vulnerability researcher at Forever Security, published the work on 16 September 2026 under the name BragJack. Google, Microsoft, Opera, Anthropic and Perplexity each confirmed a flaw in their own product and paid a bounty, from 600 dollars at Anthropic up to 7,000 dollars each at Google and Perplexity, more than 20,000 dollars in total. Google and Microsoft assigned CVE identifiers, the public catalogue numbers given to confirmed vulnerabilities: CVE-2026-0628 for Chrome and CVE-2026-55945 for Edge. All five issues have since been fixed.
The mechanism deserves a slow read, because it is the same one in every case. A browser assistant has two halves. The body sits inside the browser and holds the real power: it can screenshot your tabs, reach the camera and microphone, read local files and click things on your behalf. The brain is the model running on the vendor's servers, and it tells the body what to do. To keep that arrangement safe, each browser lets its body take commands from exactly one trusted web page. Extensions, meanwhile, get two abilities almost nobody restricts: they can inject JavaScript into pages, and they can modify the network traffic between the browser and the internet. Weizman used those two ordinary abilities to reach the trusted page, and once there he was talking straight to the body. On Chrome, Google had blocked extensions from running scripts on the Gemini page but not from rewriting the requests that load it, so he substituted a script of his own. On Opera Neon, opera.com blocked nothing at all. Perplexity did block extensions on perplexity.ai properly, but its agent also trusted a leftover developer domain, testing.perplexity.com, defended only by a redirect sitting in a response header. An extension can delete a header.
Nobody lost money here, because this was research and the vendors patched. The exposure was real while it lasted. Weizman's estimate is that anyone running one of those five browsers with at least one extension installed was reachable, which is hundreds of millions of people, and his demonstrations were not abstract: he had Opera Neon and Claude in Chrome open a mailbox, summarise the finance correspondence and send it out. For your organisation the awkward part is detection. There is no malware in this attack. A trusted browser does something it is permitted to do, because a trusted page asked it to, in plain English. Endpoint detection and response tools, the software watching your laptops for malicious activity, are built to find code, and there is no code to find. So the question for your security team this week is narrower than whether you were exposed to BragJack, and harder to answer: if an approved application on a managed laptop started reading mailboxes and sending the contents outside, which of your controls would produce an alert at all?
The shift underneath it is that the browser quietly stopped being a document viewer. It now ships an autonomous agent that holds the user's own permissions, and extensions are still governed by the old assumption that the worst an extension can do is tamper with a web page. Weizman found five different mistakes across five vendors, which tells you this is not one company being careless. It is a boundary that was drawn before there was anything this valuable sitting on the other side of it.
Keep this detail. Anthropic rated its own issue medium severity, the mildest of the five, because Claude in Chrome is an extension being exploited by another extension rather than a browser being broken open. That is a defensible call, and it is also the shape of the whole problem. Every one of these bugs was a small mistake about which page to trust, and each small mistake sat directly in front of an agent carrying the user's full permissions. Take it to your next review as a question about blast radius rather than patching: now that the software on your endpoints has an agent inside it, what is the worst thing a configuration slip can authorise?

