All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-47704
HIGHpublished 2026-08-11 17:17 UTC · 1 day ago · modified 2026-08-12 23:17 UTC
7.1
CVSS / 10
// description
TypeBot is a chatbot builder tool. Prior to version 3.17.0, an authenticated user who has read access to any typebot can resume a waiting webhook session that belongs to a different typebot by mixing an authorized `typebotId` and `blockId` and a foreign live `resultId`. The webhook resume handler authorizes the parent typebot first, but then resolves the descendant `result` only by `resultId`. As a result, an attacker can inject arbitrary webhook JSON into another typebot's suspended session and advance its execution without any access to the victim typebot. Version 3.17.0 patches the issue.
// weaknesses (CWE)
- CWE-639