CyberRota Analysis
AI-GeneratedTypeBot, a chatbot builder tool, is vulnerable to Server-Side Request Forgery (SSRF) due to inadequate protection in the "Create Transcription" action handler, which allows attackers to make HTTP requests to arbitrary internal addresses and localhost. This could lead to unauthorized access to sensitive internal resources, as the fetched content is processed and returned via the OpenAI Whisper API. Organizations using versions prior to 3.16.0 should prioritize upgrading to mitigate potential data exposure risks.
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.16.0, the OpenAI "Create Transcription" action handler fetches a user-supplied audio URL using `fetch()` without applying the SSRF protection that exists elsewhere in the codebase. An attacker can direct the server to make HTTP requests to arbitrary internal addresses and localhost. The fetched content is passed to the OpenAI Whisper API and the transcription result is returned to the attacker. Version 3.16.0 fixes the issue.