Intel

AIKIDO-2026-602867

@chat-adapter/gchat is vulnerable to Authentication Bypass

Authentication Bypass Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Aug 12, 2026

59

Medium Risk

This Affects:

JS@chat-adapter/gchat
4.21.0 - 4.36.0
Fixed in 4.37.0
Are you affected? Scan for Free

TL;DR

The Google Chat adapter verifies incoming webhook and Pub/Sub JWTs but accepts tokens with generic identity shapes or public audiences rather than binding them to the configured service identity. A request bearing any suitably shaped Google-issued token can therefore be accepted as an authentic Google Chat event. This lets externally supplied requests impersonate the platform and drive the bot with forged messages and events. The fix binds endpoint and Pub/Sub tokens to the configured, verified service identities before a request is trusted.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you use the Google Chat adapter to verify incoming direct webhook or Pub/Sub requests.

Background info

@chat-adapter/gchat is vulnerable to Authentication Bypass in versions 4.21.0 - 4.36.0.

How to fix this

Upgrade the @chat-adapter/gchat library to the patch version.