Vulnerability Description
TypeBot is a chatbot builder tool. Versions prior to 3.17.0 allow a low-privilege guest member of a workspace to exfiltrate stored OpenAI-compatible API keys by invoking the OpenAI model-listing helper with an attacker-controlled `baseUrl`. The vulnerable path decrypts the selected workspace credential, creates an OpenAI client with the secret in both `apiKey` and the explicit `api-key` header, and then sends the outbound request to the caller-supplied URL. Because the permission check accepts any readable workspace member and `listCredentials` reveals credential identifiers to guests, a guest can force the server to deliver the workspace secret to attacker infrastructure. Version 3.17.0 patches the issue.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/baptisteArno/typebot.io/commit/7ae4c007d0987d2ca907b47e1b7418
- https://github.com/baptisteArno/typebot.io/pull/2459
- https://github.com/baptisteArno/typebot.io/releases/tag/v3.17.0
- https://github.com/baptisteArno/typebot.io/security/advisories/GHSA-gc3v-9whw-6w
FAQ
What is CVE-2026-48766?
CVE-2026-48766 is a vulnerability with a CVSS score of 7.6 (HIGH). TypeBot is a chatbot builder tool. Versions prior to 3.17.0 allow a low-privilege guest member of a workspace to exfiltrate stored OpenAI-compatible API keys by invoking the OpenAI model-listing helpe...
How severe is CVE-2026-48766?
CVE-2026-48766 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-48766?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.