CVE-2026-48765 PUBLISHED

TypeBot vulnerable to cross-workspace OAuth credential takeover in updateOAuthCredentials via missing object binding

Assigner: GitHub_M
Reserved: 22.05.2026 Published: 11.08.2026 Updated: 11.08.2026

TypeBot is a chatbot builder tool. Versions prior to 3.17.0 allow a low-privilege read collaborator to extract a workspace OAuth credentialsId from a readable bot configuration and then overwrite that credential through handleUpdateOAuthCredentials() by supplying an attacker-controlled writable workspaceId. The update path validates only the attacker-supplied workspace and then updates the credential record by global id alone, while also rewriting the credential's workspaceId. This allows cross-workspace OAuth credential takeover and reassignment. Version 3.17.0 patches the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L
CVSS Score: 9.9

Product Status

Vendor baptisteArno
Product typebot.io
Versions
  • Version < 3.17.0 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE