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
CVE-2026-62862
This critical-severity CVE scores 9.1 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit probability: 0.5%, top 59% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.1
- EG Score
- 9.1(medium)
- EG Risk
- 41(Track*)EG Risk 41/100SSVC: Track*
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity91% × 45%Exploitation1% × 40%Automatability0% × 15%Action: Watch closely — could escalate to Attend. - EPSS PROB
- 1%
- EPSS %ILE
- 41%
- KEV
- Not listed
Published
August 25, 2026
Last Modified
August 26, 2026
Advisory Details (3)
Auto-updated Aug 25, 2026v3.18.0
Patch available: baptisteArno/typebot.io v3.18.0
https://github.com/baptisteArno/typebot.io/releases/tag/v3.18.0commit 03c8dd967f21 (baptisteArno/typebot.io)
Patch available: baptisteArno/typebot.io v3.18.0 (contains commit 03c8dd967f21)
https://github.com/baptisteArno/typebot.io/commit/03c8dd967f21e48e128340e369901d595d89bfd9Account takeover via brute-forceable email login codes · Advisory · baptisteArno/typebot.io · GitHub
https://github.com/baptisteArno/typebot.io/security/advisories/GHSA-4g76-cwmg-gqgwWeakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 5× in last 7d / 5× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-26 15:57 UTCEG score recompute
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-25 22:29 UTCEG score recompute
- 2026-08-25 21:57 UTCEG score recompute
- 2026-08-25 21:54 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-307 · CWE-330
- CVE-2013-10004NVD 6.5EG 9.8CRITICAL
- CVE-2013-4441EG 9.8CRITICAL
- CVE-2014-6311EG 9.8CRITICAL
- CVE-2018-19879NVD 7.1EG 9.8CRITICAL
- CVE-2018-18602EG 9.8CRITICAL
- CVE-2018-19548EG 9.8CRITICAL
- CVE-2018-15759NVD 9.1EG 9.8CRITICAL
- CVE-2018-18531EG 9.8CRITICAL
- CVE-2018-18375EG 9.8CRITICAL
- CVE-2018-17888EG 9.8EPSS p98CRITICAL
Frequently asked(5)
What is CVE-2026-62862?
When was CVE-2026-62862 disclosed?
Is CVE-2026-62862 actively exploited?
What is the CVSS score of CVE-2026-62862?
How do I remediate CVE-2026-62862?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-62862
Is Your Infrastructure Affected by CVE-2026-62862?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.