
One Extension Hijacks AI Agents Across Five Chromium Products via Trusted Page Injection
A researcher demonstration shows one extension can command AI agents across five Chromium products by hijacking their trusted pages. The findings expose a shared architectural weakness in how vendors isolate browser-based AI bodies from extension script and network manipulation. Fixes have been issued for Chrome and Edge while Comet, Opera Neon, and Claude remain untracked by CVE.
Forever Security demonstrated that the extension intercepts the single trusted origin each AI body listens to, such as gemini.google.com or testing.perplexity.com. With two common permissions the extension rewrites network traffic and injects its own script, allowing it to issue commands that read local files on Chrome and Comet, activate the camera and microphone on Chrome, and drive agent actions on Comet, Edge, Opera Neon, and Claude. The attacks require the malicious extension to be already installed and running. CVE-2026-0628 received an 8.8 CVSS score after Google patched Chrome 143; CVE-2026-55945 rated 4.2 was fixed in Edge 150. Comet, Opera Neon, and Claude received no CVEs despite similar mechanics. Perplexity paid the largest bounty at $7,000 after researchers used an unhardened test subdomain that bypassed the main page's extension block. The pattern shows vendors treating the browser as a trusted execution environment for agentic AI without isolating the body from extension script injection. This mirrors earlier extension-to-native escalation issues but now affects cross-vendor AI surfaces that share the same Chromium permissions model. Mainstream coverage focused on the demo rather than the architectural assumption that one trusted page equals one trusted source of commands. Microsoft, Google, and Perplexity have each shipped fixes for the reported vectors. Future agent browsers will need explicit isolation boundaries between extensions and AI bodies or risk repeated hijacks as more vendors ship always-on agents with file, camera, and action capabilities.
Google: Chrome will enforce origin isolation for AI bodies by Q1 2027 or face renewed extension hijacks exceeding 5 reported cases.
Sources (3)
- [1]Primary Source(https://thehackernews.com/2026/09/one-extension-could-hijack-ai.html)
- [2]Supporting Source(https://nvd.nist.gov/vuln/detail/CVE-2026-0628)
- [3]Supporting Source(https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-55945)