目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-62862— TypeBot 暴力破解6位魔法链接账号接管漏洞

一分钟漏洞结论

影响对象
baptisteArno typebot.io
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Typebot 是一款开源的聊天机器人构建工具。在自托管版本中,从早期版本至 3.17.1(含),其默认的无密码电子邮件魔法链接认证机制存在漏洞,攻击者可通过暴力破解登录代码,从而导致账户被接管。 该漏洞的具体成因如下:电子邮件提供商覆盖了 NextAuth 默认的密码学安全令牌,改用由 生成的 6 位数字代码。这种设计将密钥空间缩小至 90 万个,且代码有效期仅为 10 分钟。此外,该代码本身直接作为原始值嵌入在魔法链接中。 验证回调函数未实施任何尝试次数限制、账户锁定机制或跨站请求伪造(CSRF)防护。更严重的

CVSS 9.1 · Critical
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-62862 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
TypeBot: Account takeover via brute-forceable 6-digit magic-link code
来源: CVE Program / CVE List V5
Vulnerability 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
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
过多认证尝试的限制不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
baptisteArno typebot.io < 3.18.0 -

二、漏洞 CVE-2026-62862 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-62862 的情报信息

登录查看更多情报信息。

CVE-2026-62862 补丁与修复 (1)

CVE-2026-62862 厂商安全公告 (1)

CVE-2026-62862 厂商页面 (1)

同批安全公告 · baptisteArno · 2026-08-25 · 共 3 条

CVE-2026-62865 8.7 HIGH TypeBot 任意服务器文件读取漏洞
CVE-2026-62861 6.4 MEDIUM TypeBot 自定义域名移除漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-62862

暂无评论


发表评论