Vulnerability Description
TypeBot is a chatbot builder tool. In versions prior to 3.16.0, SSRF protection for Webhook / HTTP Request blocks validates only the URL string, blocked hostname literals, and literal IP formats. It does not resolve DNS before allowing the request. As a result, a hostname such as ssrf-repro.example that resolves to 127.0.0.1, 169.254.169.254, or RFC1918/private space passes validation and is later fetched by the backend HTTP client. This enables server-side request forgery to loopback, cloud metadata, and private network targets. This issue has been resolved in version 3.16.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/baptisteArno/typebot.io/commit/23818bb0e54db23c456ee3fa6b12d8
- https://github.com/baptisteArno/typebot.io/releases/tag/v3.16.0
- https://github.com/baptisteArno/typebot.io/security/advisories/GHSA-grcc-6x37-ww
- https://github.com/baptisteArno/typebot.io/security/advisories/GHSA-grcc-6x37-ww
FAQ
What is CVE-2026-34207?
CVE-2026-34207 is a vulnerability with a CVSS score of 7.6 (HIGH). TypeBot is a chatbot builder tool. In versions prior to 3.16.0, SSRF protection for Webhook / HTTP Request blocks validates only the URL string, blocked hostname literals, and literal IP formats. It d...
How severe is CVE-2026-34207?
CVE-2026-34207 has been rated HIGH with a CVSS base score of 7.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-34207?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.