CVE-2026-48495: TypeBot Google Sheets OAuth callback can create credentials in unauthorized workspaces and modify arbitrary typebots
TypeBot is a chatbot builder tool. Prior to version 3.17.0, the Google Sheets OAuth callback decodes a base64-encoded JSON state parameter and trusts the embedded workspaceId, typebotId, blockId, and redirectUrl without cryptographic integrity protection or authorization checks. The callback route is authenticated, but it does not verify that the authenticated user has write access to the target workspace or Typebot before creating credentials in the workspace or updating Typebot groups. An authenticated user who can obtain a valid Google OAuth code can alter the state value to create Google Sheets credentials in another workspace and, if target IDs are known, attach those credentials to a block in another Typebot. Version 3.17.0 patches the issue.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Typebot (Google Sheets OAuth callback)to a version that resolves this vulnerability.Fixed in 3.17.0
Event History
Frequently Asked Questions
What is the severity of CVE-2026-48495?
CVE-2026-48495 has a severity rating of 7.1, categorized as high.
How do I fix CVE-2026-48495?
To mitigate CVE-2026-48495, upgrade TypeBot to version 3.17.0 or later.
What type of vulnerabilities does CVE-2026-48495 expose?
CVE-2026-48495 exposes TypeBot to unauthorized credential creation and manipulation of arbitrary typebots.
Which software is affected by CVE-2026-48495?
CVE-2026-48495 affects TypeBot prior to version 3.17.0.
What components are involved in CVE-2026-48495?
CVE-2026-48495 involves the Google Sheets OAuth callback and its handling of the `state` parameter.