AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-48762

MEDIUM · CVSS 5.4 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

TypeBot, 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.

CVE
CVE-2026-48762
Severity
MEDIUM
CVSS
5.4
EPSS
0.22%

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.