CyberRota Analysis
AI-GeneratedTypeBot versions prior to 3.17.0 are vulnerable to a session hijacking flaw that allows an authenticated user with read access to manipulate webhook sessions of other typebots by exploiting a mix of authorized identifiers. This vulnerability enables attackers to inject arbitrary JSON into another typebot's suspended session, potentially leading to unauthorized actions and data exposure. Organizations using TypeBot should prioritize upgrading to version 3.17.0 to mitigate this high-severity 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. 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.