CyberRota Analysis
AI-GeneratedTypeBot versions prior to 3.17.2 are vulnerable to a server-side request forgery (SSRF) due to an inadequate validation of the IPv6 unspecified address (::), allowing attackers to bypass security measures and access local HTTP services. This vulnerability can be exploited by workspace editors or creators to manipulate server-side HTTP requests, potentially leading to unauthorized access to sensitive data or services. Organizations using TypeBot should prioritize updating to version 3.17.2 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 3.17.2, Typebot's shared SSRF validator in packages/lib/src/ssrf/validateHttpReqUrl.ts can be bypassed with the IPv6 unspecified address :: because validateIPAddress blocks local, metadata, and private ranges but does not block :: or its expanded form. A workspace editor or creator can configure a server-side HTTP Request block or guarded script fetch to make the Typebot server connect to local HTTP services through safeKy, including flows triggered by POST /v1/typebots/{publicId}/startChat or POST /v1/sessions/{sessionId}/continueChat. This issue is fixed in version 3.17.2.