
Everyone thinks Google's security team has their act together. They don't.
Google just published proof-of-concept exploit code for a Chromium Browser Fetch API vulnerability that affects Chrome, Microsoft Edge, and basically every Chromium-based browser on the planet. The kicker? This bug has been known to Chromium developers for 29 months. Twenty-nine. Months.
Let that sink in. While we've been getting excited about AI features and new CSS properties, a persistent backdoor has been sitting in the most popular browser engine on Earth.
<> "One report quotes the practical risk as a 'limited backdoor' that could still be used for proxying, monitoring, and DDoS activity across thousands or possibly millions of devices."/>
This isn't some theoretical academic vulnerability. The exploit targets Chromium's Browser Fetch API - you know, that thing designed to keep downloads and background tasks running via Service Workers. Brilliant feature. Terrible security model, apparently.
Here's what makes this absolutely wild:
- Zero user interaction needed beyond visiting a malicious website
- Creates persistent connections that survive browser restarts
- In some cases, survives device reboots
- Turns your browser into a proxy, monitoring tool, or DDoS zombie
First reported in late 2022. Classified internally as S1 severity in one report, P1/S2 in another. Translation: "This is really bad, but we can't agree on HOW bad."
The Elephant in the Room
Why did Google publish exploit code before the entire Chromium ecosystem was patched?
Chrome 144.0.7559.110 apparently contains the fix (CVE-2026-1504). But Edge users? Brave users? Opera users? They're all on separate release schedules. They're sitting ducks while attackers download ready-made exploit code.
Some reports suggest this was accidental - an older vulnerability mistakenly marked public. But intent doesn't matter when millions of devices are now vulnerable to "pretty easy" exploitation.
What This Really Means
For developers building on Chromium:
- Service Worker persistence just became a high-risk surface
- Background networking needs stricter validation
- Origin controls aren't optional anymore
For security teams:
1. Inventory every Chromium-based browser in your environment
2. Monitor for unusual long-lived browser traffic
3. Prioritize patches across Chrome, Edge, and every random Chromium fork
For the rest of us? This exposes the fundamental fragility of our browser monoculture. When Chromium breaks, everything breaks.
The Real Problem
This isn't just about one bug. It's about Chromium's central role creating system-wide consequences. Google controls the upstream codebase, but downstream browsers depend on their own update pipelines. A coordination nightmare.
Meanwhile, enterprise customers using Microsoft Edge get to play Russian roulette with their corporate endpoints potentially becoming proxy infrastructure for attackers.
The most frustrating part? Traditional user training is useless here. You can't teach users to "avoid malicious websites" when normal page visits trigger exploitation.
Timely patching and browser hardening are the only defenses. But with 29-month disclosure timelines, "timely" feels like a joke.
Google owes the entire web ecosystem an explanation. Not just for publishing exploit code prematurely, but for letting a persistent backdoor fester for over two years.
Update your browsers. Monitor your networks. And maybe start questioning whether putting all our eggs in the Chromium basket was such a brilliant idea.

