CVE-2026-34207

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.
Configurations

No configuration.

History

22 May 2026, 19:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-22 17:16

Updated : 2026-05-22 19:17


NVD link : CVE-2026-34207

Mitre link : CVE-2026-34207

CVE.ORG link : CVE-2026-34207


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation

CWE-918

Server-Side Request Forgery (SSRF)