Close Menu
NCIJ Network NCIJ Network
    What's Hot

    US Fed raises interest rates as inflation weighs on economy | Inflation News

    September 16, 2026

    Brexit to blame for small boat migrants – Lib Dem leader Ed Davey

    September 16, 2026

    Call to raising tax thresholds among union demands to Chancellor

    September 16, 2026
    Facebook X (Twitter) Instagram
    Trending
    • US Fed raises interest rates as inflation weighs on economy | Inflation News
    • Brexit to blame for small boat migrants – Lib Dem leader Ed Davey
    • Call to raising tax thresholds among union demands to Chancellor
    • Chipotle Is Working With Palantir to Track Food Safety Risks
    • How workers are unlocking new ways of working
    • One Extension Could Hijack AI Assistants Across Chrome, Comet, Edge, Opera Neon and Claude
    • Bitcoin’s Fed move could run straight into a $6.3 billion IBIT options wall
    • NASA Watches Earth’s Weight, Finds Center of Mass
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Wednesday, September 16
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    One Extension Could Hijack AI Assistants Across Chrome, Comet, Edge, Opera Neon and Claude

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 16, 2026 Cybersecurity No Comments6 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Security researchers at Forever Security have shown that one ordinary browser extension could take control of the AI assistants built into five Chromium-based products: Gemini Live in Chrome, Perplexity Comet, Microsoft Edge, Opera Neon and the Claude in Chrome extension.

    Once the extension was installed, it could access each product’s built-in AI with a single click. On Comet, Edge, Opera Neon, and Claude in Chrome, it could drive the AI agent to act on behalf of the attacker; on Chrome and Comet, it could read files from the user’s computer, and on Chrome, it could also switch on the camera and microphone.

    The findings are researcher demonstrations, not attacks seen in the wild, and each requires the attacker’s extension to be already running in the victim’s browser.

    These products all work the same way. The AI has a “body” inside the browser that can see the screen, open files, use the camera, and take actions, and a “brain” that runs on the company’s servers and tells the body what to do, according to Forever Security. The body only takes orders from one trusted web page, such as gemini.google.com for Chrome or perplexity.ai for Comet.

    Cybersecurity

    An extension is not supposed to be able to command that body. It can change web pages, not control the browser itself. Forever Security’s method was to seize the trusted page the body listens to and, through it, send the body its own commands.

    The extension needed only two common permissions, the researchers said: one that changes web pages, which ad blockers use, and one called declarativeNetRequest that changes the browser’s network traffic. Together they let the extension slip its own code into the trusted page and speak to the AI as if it were the vendor.

    The Chrome case is not new. Forever Security researcher Gal Weizman first detailed it publicly in March as GlicJack, and Google fixed it in early January 2026 in Chrome version 143.0.7499.192. It is tracked as CVE-2026-0628 and rated 8.8 out of 10 by the U.S. cybersecurity agency CISA, which set the score because the National Institute of Standards and Technology has not.

    The other four are what Weizman added this year. Using the same idea, Forever Security said it reached the built-in AI in Comet, Edge, Opera Neon, and Claude in Chrome. Only the Edge finding received a CVE, CVE-2026-55945, a lower-severity issue rated 4.2 that Microsoft fixed in Edge version 150.0.4078.48 on July 2.

    The Comet, Opera Neon and Claude findings have no CVE and rest on Forever Security’s own account. The company said it earned about $20,000 in bug bounties across the five products, though its per-product figures add up to $20,500.

    Forever Security listed what each attack could do.

    Capability Chrome Comet Edge Opera Neon Claude in Chrome
    Read local files Yes Yes No No No
    Camera and microphone Yes No No No No
    Control the AI agent No Yes Yes Yes Yes
    Leak browser profile Yes Yes No No No
    Leak browsing history No Yes No No No
    Take screenshots Yes Yes No No No
    No clicks needed Yes Yes Yes Yes Yes
    CVE CVE-2026-0628 None CVE-2026-55945 None None
    Bounty paid $7,000 $7,000 $5,000 $900 $600

    Comet was the worst case, the researchers said. Perplexity built Comet as a fully AI-driven browser, so its agent had broad powers: once hijacked, it could read any file on the computer, list the sites the user had visited, take screenshots, and act as the user.

    Perplexity had blocked extensions from its main page, so Forever Security used a leftover test address, testing.perplexity.com, that was not locked down the same way.

    Claude in Chrome was the mildest case, and Forever Security said so directly. “Claude in Chrome is a browser extension, not a browser,” the company wrote, and it called the finding the least serious in the research because one extension was abusing another rather than an extension abusing a browser. Anthropic rated it medium severity and paid a bounty.

    Forever Security also said Anthropic named it the first to report the Claude finding. That sits alongside earlier public reports about the same weak spot in the extension.

    Cybersecurity

    Security firm LayerX described a related flaw, called ClaudeBleed, in April, and Manifold Security reported in July that a similar gap remained open in a later version. Edge was the hardest to break, the researchers said. Microsoft had tried to block the extension trick, so Forever Security combined two weaknesses. It took over a Microsoft marketing page that was allowed to send prompts to the Edge AI. It then used a timing flaw, called a race condition, to switch the agent between its “think” and “act” modes at the right moment, causing it to carry out a prompt.

    Opera Neon was the easiest. Its AI took orders from opera.com, and Opera had not stopped extensions from running code on that page so that the extension could send commands straight through. Forever Security said Opera reported finding the same flaw on its own at around the same time but paid a reward anyway.

    As of September 16, 2026, neither CVE was listed on the U.S. Known Exploited Vulnerabilities catalog, and no public evidence showed any of the five methods being used in a real attack. Every one of them assumes the attacker has already got the user to install the extension, the same starting point as many other browser attacks.

    For the two products with a CVE, the fix is to update Chrome to version 143.0.7499.192 or later and Edge to version 150.0.4078.48 or later. For Comet, Opera Neon, and Claude in Chrome, Forever Security said each vendor paid a reward but did not give a date for fixing the exact method it described. Users of those three should make sure their software is up to date and review the extensions they have installed.

    The common thread, Forever Security said, is that putting an AI agent inside the browser reopens a path that browsers work hard to close, allowing a low-privilege extension to reach a high-privilege part of the browser. Other researchers have reported related weaknesses in AI-driven browsers over the past year.

    Assistants Chrome Claude comet Edge Extension hijack Neon Opera
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Three Threat Groups Target Russian Enterprises With Backdoors, Ransomware, and Wipers

    Claude comes for Gemini with its own take on Docs and Slides

    Attackers Exploit Issabel Framework Flaw Enabling Unauthenticated OS Command Execution

    Hack-back programs could expose your security vendors

    The true cost of a ransomware attack, with and without BCDR

    N0va Phishkit Targets US and EU Businesses: A New Challenge for Identity Security

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    US Fed raises interest rates as inflation weighs on economy | Inflation News

    September 16, 2026

    Brexit to blame for small boat migrants – Lib Dem leader Ed Davey

    September 16, 2026

    Call to raising tax thresholds among union demands to Chancellor

    September 16, 2026

    Chipotle Is Working With Palantir to Track Food Safety Risks

    September 16, 2026
    Latest Posts

    What is Trump Media’s Truth API and why is it controversial?

    August 4, 2026

    How ProPublica Tested Hundreds of Omaha Homes for Lead — ProPublica

    August 4, 2026

    Golar LNG raises $600 million loan with FLNG business expansion in mind

    August 4, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    US Fed raises interest rates as inflation weighs on economy | Inflation News

    September 16, 2026

    Brexit to blame for small boat migrants – Lib Dem leader Ed Davey

    September 16, 2026

    Call to raising tax thresholds among union demands to Chancellor

    September 16, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.