Malicious Twitch Browser Extension Leaks OAuth Tokens From Nearly 31,000 Users


Ravie LakshmananSep 14, 2026Malware / Browser Security

Malicious Twitch Browser Extension Leaks OAuth Tokens From Nearly 31,000 Users

A malicious cross-store Twitch browser extension has leaked OAuth tokens associated with nearly 31,000 users to proxy servers operated by a Russian commercial bot service.

The extension, named “Twitch Enhanced Viewer | JeetBot,” lists HISHIMIRO/jeetbot.cc as its developer and has the following identifiers on the Google Chrome Web Store and Mozilla Firefox Add-Ons store –

Both extensions are still available for download as of writing. The extension listing description states: “JeetBot is a modern tool for streamers and viewers who appreciate quality, convenience, and control,” adding it “expands Twitch capabilities: 1080p stream for regions with constraints.”

“Current builds (v85.x) forward the token inline as an &auth= query parameter on a network-layer redirect to the operator’s proxy,” Socket security researcher Kush Pandya said. “The token is forwarded for every channel the user watches, except a hardcoded allowlist of ten Russian streamer channels, whose sessions are exempted from forwarding.”

Cybersecurity

“The operator is a commercial Twitch, Kick, and VK-Live bot SaaS that has broad Twitch host permissions and relays live authenticated sessions through its own infrastructure.”

While the extension claims to offer an ad-free experience and serve region-unlocked content, it does so by routing Twitch’s video-playlist requests to “usher.ttvnw[.]net” through operator-controlled proxy servers along with the user’s OAuth token as an “&auth=” query parameter.

Specifically, the add-on embeds code to recover the Twitch OAuth token and send it to the proxy. The token can enable access to a user’s chat, whispers (i.e., private messages), and account settings.

Given that the token is placed in the URL query string, it gets written in cleartext into the proxy server’s request logs. The token redirection mechanism, however, is excluded for a hard-coded list of 10 Twitch channels, most of them being Russian-language streamers with thousands of followers –

  • pch3lk1n (580K followers)
  • fasoollka (361K followers)
  • flamie (132K followers)
  • dosia (29 followers)
  • fander (2 followers)
  • almazer (4 followers)
  • forzorezor (177K followers)
  • akyuliych (1.1M followers)
  • lagoda1337 (225K followers)
  • lagoda (77.3K followers)

“For every channel outside this list, the user’s live token is forwarded to the proxy,” Pandya explained. “Earlier v4.x builds (for example version 4.8, January 2026) went further, POSTing the token to a dedicated set-token endpoint on the operator host, with backups on deno.dev and deno.net.”

JeetBot advertises itself as a “powerful bot for Twitch, Kick and VK Live with message speech synthesis, automatic translation, and many other features to enhance interaction with viewers.” It claims to have over 26,000 active streamers and 1 billion processed messages. The site’s footer identifies the operator to a Cyprus-based developer named Aleksandr Popov. On their LinkedIn profile, the developer claims JeetBot to be their pet project.

However, it appears that the developer has already taken steps to address the problem. An alert issued on the JeetBot documentation page now states that version 85.8.7 of the Firefox add-on addresses the problem and that an equivalent Chrome version is currently under review –

Cybersecurity

In the previous implementation, the extension sent the user’s Twitch OAuth token to our proxy servers to retrieve stream playlists. An OAuth token is a credential and must be protected.

Version 85.8.7 changes how playlists are retrieved: the user’s OAuth token is no longer sent to our proxies.

Check your installed extension version and update to 85.8.7 or later. Older installations using the previous mechanism continue to send the token until updated.

The documentation also urges users to temporarily disable the extension to halt further transmission of the token if the extension is not available. However, the developer warned that disabling or updating the extension does not revoke previously transmitted tokens.

The Hacker News has contacted both Socket and the developer for further comment and we will update the story if we hear back.

“Approximately 31,000 users across Chrome and Firefox route their live Twitch OAuth session tokens through operator-controlled proxy infrastructure,” Socket said.

“A Twitch OAuth session token is a bearer credential: whoever holds it can act on the account without the password or a second factor, including reading and sending whispers, posting in chat, and spending channel points. The exposure is undisclosed in both store listings.”



Source link