
usage: CVE-2025-58434-PasswordResetNew.py [-h] -u URL -e EMAIL -p PASSWORD
Flowise Password Reset Exploit (ATO)
options:
-h, --help show this help message and exit
-u, --url URL Base URL of the Flowise instance (e.g. http://target.com)
-e, --email EMAIL Target user's email address
-p, --password PASSWORD
New password to set
Example: python exploit.py -u http://target.com -e [email protected] -p NewPass123!
Flowise 中的一个严重漏洞允许未经身份验证的攻击者通过密码重置功能完全接管用户账户。
/api/v1/account/forgot-password 端点错误地返回了一个有效的密码重置令牌(tempToken)以及敏感用户数据。该令牌可被立即重用来重置账户密码,无需任何验证。
CVE-2025-58434 是一个严重的身份验证/授权漏洞,影响 Flowise(云版和自托管版)3.0.5 及更早版本。
CVSS v3.1: 9.8(严重)
向量: AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
忘记密码 API 端点:
tempToken由于令牌被直接暴露: