CyberRota Analysis
AI-GeneratedTypeBot versions prior to 3.17.0 are vulnerable, allowing low-privilege guest members to exploit the Google Sheets helper `getAccessToken` to obtain a live OAuth access token for the workspace. This vulnerability can lead to unauthorized access to sensitive data in Google Sheets, as guests can enumerate credential identifiers and reuse the token externally. Organizations using TypeBot should prioritize upgrading to version 3.17.0 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 guest member of a workspace to obtain a live Google Sheets OAuth access token for that workspace by calling the Google Sheets helper `getAccessToken`. The vulnerable path checks only whether the caller has read access to the workspace, decrypts the stored Google OAuth credential, refreshes or retrieves the access token through the Google client, and returns the raw bearer token directly to the caller. Because guest members can also enumerate credential identifiers, a guest can mint and reuse the workspace's Google access token outside Typebot. Version 3.17.0 patches the issue.