<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Flowise (&lt; 3.0.6) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/flowise--3.0.6/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 03 Sep 2026 03:48:44 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/flowise--3.0.6/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Unauthenticated Account Takeover in Flowise via CVE-2025-58434</title><link>https://feed.craftedsignal.io/briefs/2026-09-flowise-cve-2025-58434/</link><pubDate>Thu, 03 Sep 2026 03:48:44 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-flowise-cve-2025-58434/</guid><description>CVE-2025-58434 is a critical vulnerability in Flowise versions prior to 3.0.6 where the password reset API leaks a temporary token, enabling unauthenticated account takeover.</description><content:encoded><![CDATA[<p>CVE-2025-58434 is a critical vulnerability affecting Flowiseai Flowise versions 3.0.5 and earlier. The vulnerability exists within the application's account management API, specifically the <code>/api/v1/account/forgot-password</code> endpoint. When an attacker sends a password reset request to this endpoint with a target user's email address, the server improperly includes a valid <code>tempToken</code> within the JSON API response.</p>
<p>This leak occurs because the application fails to adequately sanitize the response or restrict sensitive information when the request is processed. Because the <code>tempToken</code> is returned directly to the requester, an attacker can bypass the intended password reset workflow, which should require access to the user's email inbox. This enables full, unauthenticated account takeover of any user within the target Flowise instance. The vulnerability has a CVSS v3.1 score of 9.8, and multiple functional proof-of-concept exploits have been published publicly, significantly lowering the barrier for exploitation.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker performs reconnaissance to identify a Flowise instance reachable over the network.</li>
<li>The attacker selects a target email address associated with an account on the target Flowise instance.</li>
<li>The attacker sends an HTTP POST request to the <code>/api/v1/account/forgot-password</code> endpoint with the target's email address.</li>
<li>The Flowise server processes the request and generates a <code>tempToken</code> for the password reset.</li>
<li>The server returns a 200 OK response containing the <code>tempToken</code> in the response body.</li>
<li>The attacker extracts the <code>tempToken</code> from the response.</li>
<li>The attacker uses the extracted <code>tempToken</code> to interact with the password reset completion endpoint to set a new password.</li>
<li>The attacker gains full control over the compromised account.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to perform a full account takeover of any user in the Flowise instance. This results in the loss of confidentiality and integrity of all workflows, credentials, and data accessible to that user account. Given the nature of Flowise, this likely includes exposure of API keys, sensitive data processing logs, and control over downstream automated workflows.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately upgrade all Flowise instances to version 3.0.6 or later to mitigate CVE-2025-58434.</li>
<li>Audit access logs for anomalous POST requests to the <code>/api/v1/account/forgot-password</code> endpoint.</li>
<li>Monitor web server logs for high volumes of password reset requests from single source IPs, which may indicate automated scanning or exploitation attempts.</li>
<li>Deploy the provided detection rule to identify and block potential exploitation attempts targeting this endpoint.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>