BragJack attacks hijack AI browser agents through malicious extensions
Recorded: Sept. 19, 2026, 3:09 p.m.
| Original | Summarized |
BragJack attacks hijack AI browser agents through malicious extensions News Featured OpenAI details more cases of AI agents taking unauthorized actions Brevo supply-chain attack injected ClickFix scripts on customer sites Cisco warns of max severity ISE zero-day exploited in attacks Microsoft shares workaround for Windows domain login issues BragJack attacks hijack AI browser agents through malicious extensions North Korean WaterPlum hackers infected 30,000 devices worldwide ShinyHunters hacks Clop leak site, threatens to extort ransomware gang Get 25 hours of ChatGPT & AI training for just $19.99 Tutorials Latest How to access the Dark Web using the Tor Browser How to enable Kernel-mode Hardware-enforced Stack Protection in Windows 11 How to use the Windows Registry Editor How to backup and restore the Windows Registry How to start Windows in Safe Mode How to remove a Trojan, Virus, Worm, or other Malware How to show hidden files in Windows 7 How to see hidden files in Windows Webinars Latest Qualys BrowserCheck STOPDecrypter AuroraDecrypter FilesLockerDecrypter AdwCleaner ComboFix RKill Junkware Removal Tool Deals Categories eLearning IT Certification Courses Gear + Gadgets Security VPNs Popular Best VPNs How to change IP address Access the dark web safely Best VPN for YouTube Forums Virus Removal Guides HomeNewsSecurityBragJack attacks hijack AI browser agents through malicious extensions BragJack attacks hijack AI browser agents through malicious extensions By Ax Sharma September 19, 2026 Security researcher Gal Weizman of Forever Security has disclosed a new attack technique that can hijack the AI assistants built into popular browsers using a single malicious browser extension. Build your security blueprint for AI-powered attacks Join Mikko Hyppönen and security leaders from the NFL, CHANEL, and Atlassian for a two-hour digital summit on what AI-speed attacks change, what defenders should stop doing, and how to validate, decide, fix, and re-validate at machine speed. Related Articles: Browser Ax Sharma Previous Article Post a Comment Community Rules You need to login in order to post a comment Not a member yet? Register Now You may also like: Upcoming Webinar Popular Stories Windows 11 KB5124008 update breaks domain trust for some users Cisco warns of max severity ISE zero-day exploited in attacks Microsoft shares workaround for Windows domain login issues Sponsor Posts Patch automation needs more than speed. Action1 brings control into every stage of deployment. Watch a working exploit hit live controls and see exactly what blocks, detects, or misses Overdue a password health-check? Audit your Active Directory for free Find out how long recovery really takes — and what it costs. Read the 2025 BCDR Report. Automate Onboarding and Access Reviews with No-Code IGA: See how it works Upcoming Webinar Follow us: Main Sections News Community Forums Useful Resources Welcome Guide Company About BleepingComputer Terms of Use - Privacy Policy - Ethics Statement - Affiliate Disclosure Copyright @ 2003 - 2026 Bleeping Computer® LLC - All Rights Reserved Login Username Password Remember Me Sign in anonymously Sign in with Twitter Not a member yet? Register Now Help us understand the problem. What is going on with this comment? Spam Abusive or Harmful Inappropriate content Strong language Other Read our posting guidelinese to learn what content is prohibited. Submitting... |
A security researcher named Gal Weizman of Forever Security disclosed a novel attack technique termed BragJack, which is capable of hijacking AI browser agents through the use of malicious browser extensions. This research involved testing the technique against five Chromium-based browsers and browser assistants, including Google Chrome's Gemini Live, Perplexity Comet, Microsoft Edge, Opera Neon, and Anthropic's Claude in Chrome, resulting in bug bounties totaling over twenty thousand dollars from the vendors and the creation of two CVEs. The attack is predicated on the malicious extension already being installed in the victim's browser, allowing it to control the AI browser agent and abuse its existing privileges without requiring direct user interaction. The exploitation targets the design of modern AI systems where an AI model acts as the "brain" processing instructions, and a privileged browser component acts as the "body" executing actions like accessing tabs or reading content. The vulnerability arises because browser extensions can manipulate web traffic and pages that these privileged components implicitly trust. The attacker leveraged the Chromium declarativeNetRequest (DNR) functionality to influence these trusted components. In the Chrome attack, the vulnerability allowed extensions to intercept network requests by weakening security headers and redirecting resources, enabling the execution of code within the Gemini context and direct communication with the privileged AI component rather than adhering to normal request flows. This level of access could lead to reading local files, accessing web content, capturing screenshots, and potentially accessing the browser's camera and microphone, leading to the assignment of CVE-2026-0628 by Microsoft. The attacks specifically targeted agentic browsers where the agents can perform actions on websites. Against Perplexity Comet, the researcher found that the browser's built-in agent extension trusted certain Perplexity domains, allowing the attacker to use DNR to remove redirects and inject content scripts capable of communicating directly with the built-in agent. This access facilitated the viewing of browsing history, screenshots, local files, and the ability to instruct the agent to perform tasks, such as summarizing emails and sending results to external addresses. For Microsoft Edge, the vulnerability involved a race condition exploited between the "Think" and "Do" modes, which briefly disabled restrictions while forcing a prompt, allowing the agent to retain action capabilities despite state checks, resulting in CVE-2026-55945. Similar flaws were identified in Claude for Chrome, stemming from earlier weaknesses where the extension trusted the origin of AI workflows without verifying the actual driving script. Weizman characterized the method used to seize these agents as Prompt Forcing. Unlike conventional prompt injection, which involves inserting malicious instructions into content the AI is already processing, Prompt Forcing involves providing the agent with a complete set of instructions and follow-up commands. The agent then interprets these instructions and translates them into legitimate browser actions by utilizing its existing privileges. This technique poses a significant threat to endpoint defenses because the resulting action is executed by legitimate software rather than conventional malicious code. The discovery highlights that a compromised extension can transform into a pathway for software to read sensitive data, browse data, and act on websites on behalf of the user. Consequently, the research stresses that users should maintain fully updated browsers, remove any unrecognized or unused extensions, and exercise caution regarding broad permission requests, particularly those related to reading and changing data across all websites. |