CyberRota Analysis
AI-GeneratedTypeBot versions prior to 3.17.0 are vulnerable to a critical security flaw that allows low-privilege users to extract and overwrite OAuth credentials, enabling cross-workspace credential takeover. This vulnerability poses a significant risk to organizations using TypeBot, as it can lead to unauthorized access and potential data breaches. Users of affected versions should prioritize upgrading to version 3.17.0 or later to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
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.