Description
TypeBot is a chatbot builder tool. Prior to 3.18.0, any authenticated non-guest workspace member can remove another workspace's public custom domain and make typebots on that domain unavailable. The custom-domain delete handler in handleDeleteCustomDomain.ts authorizes a caller against a client-supplied workspaceId but sends the client-supplied domain name to the shared Vercel project before verifying that the domain belongs to that workspace. This issue is fixed in version 3.18.0.
Published: 2026-08-25
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an authorization flaw that allows any authenticated non-guest workspace member to erase another workspace's public custom domain. The delete handler in handleDeleteCustomDomain authorizes the caller against the supplied workspaceId but forwards the domain name to the shared Vercel project before confirming that the domain actually belongs to that workspace. The result is that a malicious member can make typebots hosted on the victim's domain unavailable.

Affected Systems

Affected systems are all installations of TypeBot by baptisteArno that are running a version earlier than 3.18.0. This includes any self-hosted or cloud-based deployments that have not applied the 3.18.0 release notes that patch the delete logic.

Risk and Exploitability

The CVSS score of 6.4 indicates a moderate severity. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack vector requires authentication and likely hinges on the ability of a member to invoke the delete API with a workspaceId belonging to another tenant. An attacker would map a target workspace, craft a request with the victim's domain name, and trigger the deletion before ownership checks occur.

Generated by OpenCVE AI on August 26, 2026 at 01:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade TypeBot to version 3.18.0 or later
  • Restrict non-guest workspace members from having permission to delete custom domains
  • Monitor deletion logs and investigate any unauthorized domain removal

Generated by OpenCVE AI on August 26, 2026 at 01:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description TypeBot is a chatbot builder tool. Prior to 3.18.0, any authenticated non-guest workspace member can remove another workspace's public custom domain and make typebots on that domain unavailable. The custom-domain delete handler in handleDeleteCustomDomain.ts authorizes a caller against a client-supplied workspaceId but sends the client-supplied domain name to the shared Vercel project before verifying that the domain belongs to that workspace. This issue is fixed in version 3.18.0.
Title TypeBot: Cross-tenant custom-domain removal via unbound `name` in handleDeleteCustomDomain
Weaknesses CWE-639
CWE-862
References
Metrics cvssV4_0

{'score': 6.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:N/SI:H/SA:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-25T21:46:24.861Z

Reserved: 2026-07-14T21:10:50.032Z

Link: CVE-2026-62861

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-25T22:17:04.177

Modified: 2026-08-25T22:17:04.177

Link: CVE-2026-62861

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T01:30:16Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization