CVE-2026-62862
Last modified
CVE-2026-62862 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Typebot is an open-source chatbot builder. In self-hosted versions up to and including 3.17.1, the default passwordless email magic-link authentication is vulnerable to login-code brute forcing that leads to account takeover. EPSS estimates a 0.51% chance of exploitation in the next 30 days.
Description
Typebot is an open-source chatbot builder. In self-hosted versions up to and including 3.17.1, the default passwordless email magic-link authentication is vulnerable to login-code brute forcing that leads to account takeover. The email provider overrides NextAuth's default cryptographically secure token with a 6-digit code generated using Math.random(), reducing the keyspace to 900,000 with a 10-minute expiry, and the code itself is the raw value placed in the magic link. The verification callback enforces no attempt limit, lockout, or CSRF protection, and an incorrect guess does not consume the real code because the adapter returns null on a not-found token, so a valid code survives unlimited guessing within its lifetime. The only rate limiter applies to the code-sending path and is keyed on the client-controlled X-Forwarded-For header, allowing an attacker to request many concurrent live codes for one victim and further raise the odds of a matching guess. As a result, an anonymous attacker who knows a victim's email address can brute-force the callback and obtain an authenticated session as that user with no victim interaction, gaining full access to the victim's bots, results, and connected integration credentials. Deployments configured for OAuth or SSO only, with no email provider, are not affected. This issue is fixed in version 3.18.0
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| baptisteArno | typebot.io | < 3.18.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-62862?
How severe is CVE-2026-62862?
How do I fix CVE-2026-62862?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-62843File Browser is a file managing interface for uploading, del…6.8
- CVE-2026-62845Kamaji is the Hosted Control Plane Manager for Kubernetes. P…4.7
- CVE-2026-6285Weak Password Recovery Mechanism for Forgotten Password vuln…7.5
- CVE-2026-62857Fedify is a TypeScript library for building federated server…8.8
- CVE-2026-6286The Booking for Appointments and Events Calendar – Amelia pl…7.2
- CVE-2026-62861TypeBot is a chatbot builder tool. Prior to 3.18.0, any auth…6.4
- CVE-2026-62865Typebot is an open-source chatbot builder. In self-hosted ve…8.7
- CVE-2026-62866Dasel is a command-line tool and library for querying, modif…6.2
- CVE-2026-62867Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-62869Insufficient verification of data authenticity in Azure Entr…8.8
- CVE-2026-6287The ShopLentor - WooCommerce Builder for Elementor & Gutenbe…5.4
- CVE-2026-62870Use after free in Microsoft Office Excel allows an unauthori…8.8
Are you affected by CVE-2026-62862?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
