---
id: CVE-2026-49213
title: TypeBot is a chatbot builder tool
summary: >-
  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…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-918
published: '2026-07-10'
updated: '2026-07-10'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-49213'
references:
  - url: >-
      https://github.com/baptisteArno/typebot.io/commit/f56c3c3f771df13a8c11e88f500dfdd78981bed1
    label: security-advisories@github.com
  - url: 'https://github.com/baptisteArno/typebot.io/pull/2511'
    label: security-advisories@github.com
  - url: 'https://github.com/baptisteArno/typebot.io/releases/tag/v3.17.2'
    label: security-advisories@github.com
  - url: >-
      https://github.com/baptisteArno/typebot.io/security/advisories/GHSA-qx46-p88f-xxm3
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00448
epssPercentile: 0.36201
ingestedAt: '2026-07-11T22:16:00.405Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
